An open API service indexing awesome lists of open source software.

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

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 Unity

This engine can run on Windows and MacOS, and uses OpenGL and Metal for rendering

![Screen](docs/images/screen.png)

## More documentation

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