https://github.com/ohjurot/realtimerendering_old
Real Time Rendering YouTube Tutorial
https://github.com/ohjurot/realtimerendering_old
3d 3d-graphics 3d-graphics-engine d3d12 game-development game-engine realtime-rendering tutorial
Last synced: 4 months ago
JSON representation
Real Time Rendering YouTube Tutorial
- Host: GitHub
- URL: https://github.com/ohjurot/realtimerendering_old
- Owner: Ohjurot
- License: other
- Archived: true
- Created: 2022-03-06T09:42:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T16:04:16.000Z (almost 4 years ago)
- Last Synced: 2024-12-25T23:45:50.525Z (about 1 year ago)
- Topics: 3d, 3d-graphics, 3d-graphics-engine, d3d12, game-development, game-engine, realtime-rendering, tutorial
- Language: C++
- Homepage: https://youtube.com/playlist?list=PL-m4pn2uJvXFj6uEMVV-swEMl1CFj7lIs
- Size: 9.34 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RealTimeRendering
Real Time Rendering YouTube Tutorial
## Using the project
To generate the visual studio solution you need to have [conan](https://conan.io) installed! Currently the project only supplys `.bat` scripts for generating VisualStudio 2022 projects. You can modify this when required!
Run `configure_vs2022_debug.bat` to generate a DEBUG configuration.
Run `configure_vs2022_release.bat` to generate a RELEASE configuration.