Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuart6854/render_engine_proto
https://github.com/stuart6854/render_engine_proto
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/stuart6854/render_engine_proto
- Owner: stuart6854
- Created: 2023-12-15T11:36:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-19T21:57:37.000Z (11 months ago)
- Last Synced: 2023-12-20T18:55:24.906Z (11 months ago)
- Language: CMake
- Size: 428 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Render Engine Prototype
Just a repository for me to play with designing a Render Engine. Maybe something will come of it (*or maybe not*).
## Terminology
- Engine = The library for provided by this repository
- Host = The application/library consuming the Engine
- Graphics Resource - eg. Mesh, Texture, Material## Thoughts
- Let the Engine decide when to load/unload graphics resources.
- Host, when registering graphics resources, would provide requires information about resource.