light/README.md
2021-08-19 23:54:16 +04:30

852 B

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