https://github.com/jackparsonss/ray-tracer-learning
https://github.com/jackparsonss/ray-tracer-learning
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackparsonss/ray-tracer-learning
- Owner: jackparsonss
- License: mit
- Created: 2022-12-06T01:15:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T19:47:09.000Z (over 2 years ago)
- Last Synced: 2025-01-16T08:33:24.289Z (4 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Walnut App Template
This is a simple app template for [Walnut](https://github.com/TheCherno/Walnut) - unlike the example within the Walnut repository, this keeps Walnut as an external submodule and is much more sensible for actually building applications. See the [Walnut](https://github.com/TheCherno/Walnut) repository for more details.
## Getting Started
Once you've cloned, you can customize the `premake5.lua` and `WalnutApp/premake5.lua` files to your liking (eg. change the name from "WalnutApp" to something else). Once you're happy, run `scripts/Setup.bat` to generate Visual Studio 2022 solution/project files. Your app is located in the `WalnutApp/` directory, which some basic example code to get you going in `WalnutApp/src/WalnutApp.cpp`. I recommend modifying that WalnutApp project to create your own application, as everything should be setup and ready to go.