Go to file
SeanOMik 2a72a30aa2
Readadd obj loading
2022-09-16 17:39:24 -04:00
CMake Implement batched rendering with multiple textures 2022-08-18 11:34:05 -04:00
cmrc@a64bea50c0 Create utility function for adding components to entity 2022-09-16 17:01:52 -04:00
examples Readadd obj loading 2022-09-16 17:39:24 -04:00
include/simpleengine Readadd obj loading 2022-09-16 17:39:24 -04:00
resources/shaders/core/3d Delete "Vertex" replace it with "LitVertex" 2022-08-18 16:03:51 -04:00
src Readadd obj loading 2022-09-16 17:39:24 -04:00
.gitignore Implement ECS in the renderer. Nothing is shown yet though 2022-08-30 19:39:24 -04:00
.gitmodules Add cmrc for resource compiling, add shaders, create a 2d triangle 2021-11-21 01:23:53 -05:00
CMakeLists.txt Fix rendering entities 2022-09-16 11:14:38 -04: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 Fix rendering entities 2022-09-16 11:14:38 -04:00
soil2.nix Fix rendering entities 2022-09-16 11:14:38 -04: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