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
- Host: GitHub
- URL: https://github.com/mortennobel/simplerenderenginetemplate
- Owner: mortennobel
- Created: 2018-06-04T08:08:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T19:49:48.000Z (over 6 years ago)
- Last Synced: 2025-01-02T08:32:34.804Z (4 months ago)
- Language: CMake
- Homepage: https://github.com/mortennobel/SimpleRenderEngine
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.