https://github.com/zanders3/sponza
A small graphics engine written in C++ which uses the DirectX 10.00 API
https://github.com/zanders3/sponza
Last synced: about 1 year ago
JSON representation
A small graphics engine written in C++ which uses the DirectX 10.00 API
- Host: GitHub
- URL: https://github.com/zanders3/sponza
- Owner: zanders3
- Created: 2013-09-30T12:42:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-30T12:42:38.000Z (over 12 years ago)
- Last Synced: 2024-04-15T00:15:25.075Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 8.31 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
Awesome Lists containing this project
README
Sponza Game Engine!
Explanation of folder structure:
Pipeline/ Game Pipeline code for building models, textures, etc.
Content/Source Art assets
Content/Out Built Art Assets
Content/Builders Builder plugins from the game pipeline.
Sponza/* Game/Engine code
bin/* Game output binaries
obj/* Game obj directory
Libs/* External lib directory.