Go to file
SeanOMik 51206d60d4
Create a PoC version of the scripting engine
2022-12-04 01:32:16 -05:00
CMake Create a PoC version of the scripting engine 2022-12-04 01:32:16 -05:00
cmrc@e386a629eb Use logger instead of std::cout/cerr 2022-11-11 00:44:41 -05:00
examples Create a PoC version of the scripting engine 2022-12-04 01:32:16 -05:00
include/simpleengine Create a PoC version of the scripting engine 2022-12-04 01:32:16 -05:00
resources/shaders/core/3d Start working on fixed timestep 2022-10-14 23:17:22 -04:00
src Merge feature/logging 2022-11-20 13:25:26 -05:00
.clang-format Use assimp for loading 3d models 2022-09-21 22:52:06 -04:00
.clang-tidy Finish writting the logger 2022-10-29 16:20:28 -04:00
.gitignore Remove unused files, update .gitignore 2022-11-26 21:43:11 -05:00
.gitmodules Add cmrc for resource compiling, add shaders, create a 2d triangle 2021-11-21 01:23:53 -05:00
CMakeLists.txt Create a PoC version of the scripting engine 2022-12-04 01:32:16 -05:00
LICENSE Delete all old 2d code, change license 2021-11-20 00:48:28 -05:00
README.md Update README.md 2021-12-02 16:56:02 -05:00
shell.nix Create a PoC version of the scripting engine 2022-12-04 01:32:16 -05:00
sol2.nix Create a PoC version of the scripting engine 2022-12-04 01:32:16 -05:00

README.md

SimpleEngine

SimpleEngine is a 3D and 2D game engine written in modern C++20. Its main focus is simplicity of all systems.

State

The feature/3d-opengl branch is not usable AT ALL, doesn't even have a coordinate system yet. The master branch is 2D only but still isn't in a state to make a game. This project is more of something for me to mess around with to learn new C++20 concepts.

Dependencies

  • glew
  • glfw3
  • glm
  • soil2