No description
Find a file
Light 4abde46290 Camera ClearColor
- Camera now has a clear color
- The backbuffer is now cleared using the currently bound camera's
      clear color
2021-07-24 10:00:15 +04:30
BuildScripts Linux BuildScripts 2021-07-23 16:44:30 +04:30
Dependencies stb_image 2021-07-24 08:55:50 +04:30
Engine Camera ClearColor 2021-07-24 10:00:15 +04:30
Mirror stb_image Project 2021-07-23 15:03:47 +04:30
Sandbox stb_image Project 2021-07-23 15:03:47 +04:30
.gitignore Maintenance 2021-07-23 10:11:20 +04:30
.gitmodules ImGui & UserInterface class 2021-05-27 10:41:32 +04:30
README.md Update README.md 2021-06-29 07:36:26 +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 Sandbox project (a Demo project will be added soon)

Acknowledgments

Huge thanks to these people:

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