https://github.com/c70sp/radium-engine
My own small 3D rendering engine.
https://github.com/c70sp/radium-engine
3d-engine cpp engine glsl opengl rendering-engine
Last synced: 2 months ago
JSON representation
My own small 3D rendering engine.
- Host: GitHub
- URL: https://github.com/c70sp/radium-engine
- Owner: c70sp
- License: mit
- Created: 2025-01-31T19:41:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-24T15:16:52.000Z (over 1 year ago)
- Last Synced: 2025-03-24T16:27:20.612Z (over 1 year ago)
- Topics: 3d-engine, cpp, engine, glsl, opengl, rendering-engine
- Language: Makefile
- Homepage:
- Size: 9.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Radium Engine
A small 3D and 2D rendering engine I originially made for the purpose of using it in one of my other projects, Reactor++.
The engine behind Reactor++ only supports 2D rendering, so I decided to make this repo to expand it to 3D.