Skip to content

OrigamiGamer/ChaosEngineCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChaosEngineCPP

The first version that was created in E language has been left behind because of a serious problem of that language. Then I had tried reconstructing in some other languages, but finally I chose C++ to finish this project for its powerful capabilities.

This engine only used DirectX for graphics rendering, so the games made by it can only run on Windows.

Now, a new version of ChaosEngine for C++ is growing...

Build

1. Ensure that your computer has installed CMake

2. Clone repository

  • https://github.com/OrigamiGamer/ChaosEngineCPP.git

3. Build ChaosEngine.lib

  • in Visual Studio(recommend):

    1. Open the project folder (in root path, the source codes of ChaosEngine) in Visual Studio, choose the cmake configuration x64-Debug;
    1. Build the project (hot-key is Ctrl+Shift+B), by default, it'll be compiled in \build\x64-Debug\ in root path;

Dependences

name url Author License
JSON https://github.com/nlohmann/json Niels Lohmann MIT
ChakraCore https://github.com/chakra-core/ChakraCore Microsoft MIT
FMOD

About

ChaosEngine, 2D Game Engine for C++.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published