Kepler is 3D Game Engine based on Direct3D 11 for Windows.
Currently in progress to implement.
-TBA-
- DirectX11 - Graphics API for Rendering
- GoogleTest
- ImGui
- spdlog
- DirectXTK
- stbimage
- FMOD
- KeplerMath
-TBA-
-
Visual Studio 2022
This project is worked on Visual Studio 2022, but We are sure of that will be built in lower version of VS, like 2019, 2017
-
Windows 10/11 SDK
If you not have it, can download in this link
-TBA-
Currently, Kepler only support Windows. so you just need *.sln
to open and build this project.
Solution file is included in this repository.
Therefore, just Clone this repository to your local workspace using git command below:
git clone https://github.com/Hamsik2rang/Kepler.git --recursive
and, execute setup.bat
to setup.dll
libraries.
then you'll be ready to go!