No description
Find a file
2021-09-09 19:46:02 +04:30
.github/ISSUE_TEMPLATE Update issue templates 2021-08-07 11:49:03 +04:30
BuildScripts Added shaderc 2021-08-22 16:02:05 +04:30
CMake Converted from premake5 to CMake 2021-09-09 19:46:02 +04:30
Dependencies Converted from premake5 to CMake 2021-09-09 19:46:02 +04:30
Engine Converted from premake5 to CMake 2021-09-09 19:46:02 +04:30
Mirror Converted from premake5 to CMake 2021-09-09 19:46:02 +04:30
Sandbox Improved Build Files 2021-08-21 15:53:36 +04:30
.gitignore Improved Build Files 2021-08-21 15:53:36 +04:30
.gitmodules Converted from premake5 to CMake 2021-09-09 19:46:02 +04:30
CMakeLists.txt Converted from premake5 to CMake 2021-09-09 19:46:02 +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-19 23:54:16 +04:30

Light

A Cross-Platform, Cross-GraphicsAPI Game Engine

Supported Graphics APIs

  • OpenGL
  • DirectX

Will support:

  • Vulkan (under development)
  • Metal

Supported Operating Systems

  • Windows
  • Linux

Will support:

  • Mac

Getting Started

  1. Run git clone --recurse-submodules -j4 https://github.com/Light3039/Light
    • (If you cloned non-recursively run git submodule update --init)
  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