29 lines
743 B
Markdown
29 lines
743 B
Markdown
# 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](https://www.youtube.com/channel/UCQ-W1KE9EYfdxhL6S4twUNw) for teaching C++, OpenGL and GameEngine development
|
|
* [Chili](https://www.youtube.com/channel/UCsyHonfwHi4fLb2lkq0DEAA) for teaching DirectX
|
|
* [JoeyDeVriez](https://learnopengl.com/) for creating learnopengl.com
|