No description
Find a file
2021-08-11 17:40:01 +04:30
.github/ISSUE_TEMPLATE Update issue templates 2021-08-07 11:49:03 +04:30
BuildScripts Added EnTT 2021-07-24 13:54:50 +04:30
Dependencies Linux fix 2021-08-03 17:34:45 +04:30
Engine UserInterface Maintenance 2021-08-11 17:40:01 +04:30
Mirror UserInterface Style 2021-08-10 17:10:16 +04:30
Sandbox Major changes 2021-07-29 17:12:13 +04:30
.gitignore Maintenance 2021-07-23 10:11:20 +04:30
.gitmodules ImGui & UserInterface class 2021-05-27 10:41:32 +04:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-08-07 11:32:20 +04:30
CONTRIBUTING.md Create CONTRIBUTING.md 2021-08-07 11:20:14 +04:30
LICENSE Create LICENSE 2021-08-07 10:58:10 +04:30
README.md Update README.md 2021-08-08 17:09:02 +04:30

Light

A 2D cross-platform game engine

Supported Graphics APIs

  • OpenGL
  • DirectX

Will support:

  • Vulkan
  • Metal

Supported Operating Systems

  • Windows
  • Linux

Will support:

  • Mac

Getting Started

  1. Run git clone --recurse-submodules -j4 https://github.com/Light3039/Light
  2. Open BuildScripts folder and build the project
  3. Use the Mirror project (Demo project will be added in the future)

Acknowledgments

Huge thanks to these people:

  • TheCherno for teaching C++, OpenGL and GameEngine development
  • Chili for teaching DirectX
  • JoeyDeVriez for creating learnopengl.com