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

https://github.com/konyshevartem/render-engine

Simple rendering engine supporting DX12, OpenGL, GLES and Metal on Windows, Android, Mac and iOS
https://github.com/konyshevartem/render-engine

android cpp dear-imgui dx12 gles glfw glsl hlsl ios macos metal msl opengl shaders windows

Last synced: 27 days ago
JSON representation

Simple rendering engine supporting DX12, 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, Android, MacOS and iOS, and uses OpenGL, GLES 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)