https://github.com/stuart6854/render_engine_proto
https://github.com/stuart6854/render_engine_proto
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stuart6854/render_engine_proto
- Owner: stuart6854
- Created: 2023-12-15T11:36:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T21:57:37.000Z (over 1 year ago)
- Last Synced: 2025-02-15T18:56:45.548Z (5 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.