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

https://github.com/mortennobel/simplerenderenginetemplate

Small C++14 render engine - project template
https://github.com/mortennobel/simplerenderenginetemplate

Last synced: 2 months ago
JSON representation

Small C++14 render engine - project template

Awesome Lists containing this project

README

        

# SimpleRenderEngine Template

The goal of SimpleRenderEngine (sre) is to provide easy way to get started with graphics
programming in 2D or 3D without a deep knowledge about the low-level graphics APIs like
OpenGL, DirectX and Vulkan.

## Getting started

First fork and clone the library (`git clone --recurse-submodules `).

Modify the code in the src folder.

See [SimpleRenderEngine](https://github.com/mortennobel/SimpleRenderEngine) for more information.