Skip to content

Latest commit

 

History

History
146 lines (115 loc) · 5.1 KB

README.md

File metadata and controls

146 lines (115 loc) · 5.1 KB

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Mizu

A Simple Game Engine with DirectX12
Wiki »

Image Src · Report Bug · Request Feature

About The Project

Mizu 水 means Water in Japanense 😅

Built With

  • C++17
  • Direct3D12
  • Visual Studio 2022
  • CMake 3.21

Prerequisites

  • Visual Studio (preferabbly 2017 or newer) with C++
  • CMake (preferabbly 3.21 or newer)

Generating the project

cmake [path to main CMakeLists.txt]

How to run any project

  • Set as a start up project (the default one is CubeDemo) and run 😄

Acknowledgments: