https://github.com/konyshevartem/render-engine
Simple rendering engine supporting OpenGL, GLES and Metal on Windows, Android, Mac and iOS
https://github.com/konyshevartem/render-engine
android cpp dear-imgui gles glfw glsl hlsl ios macos metal msl opengl shaders windows
Last synced: 5 months ago
JSON representation
Simple rendering engine supporting OpenGL, GLES and Metal on Windows, Android, Mac and iOS
- Host: GitHub
- URL: https://github.com/konyshevartem/render-engine
- Owner: KonyshevArtem
- Created: 2021-05-08T15:44:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-02T19:31:32.000Z (5 months ago)
- Last Synced: 2025-05-02T20:28:26.883Z (5 months ago)
- Topics: android, cpp, dear-imgui, gles, glfw, glsl, hlsl, ios, macos, metal, msl, opengl, shaders, windows
- Language: C++
- Homepage:
- Size: 145 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: docs/SupportedFeatures.md
Awesome Lists containing this project
README
# Render Engine
The purpose of this project is to replicate rendering functionality that can be found in other
game engines, so all the API is very similar to UnityThis engine can run on Windows and MacOS, and uses OpenGL and Metal for rendering

## More documentation
* [How to Build](docs/HowToBuild.md)
* [Supported Features](docs/SupportedFeatures.md)
* [External Tools](docs/ExternalTools.md)