https://github.com/ravbug/shadertoyviewer
A native app for viewing Shadertoy projects written in C++
https://github.com/ravbug/shadertoyviewer
Last synced: 20 days ago
JSON representation
A native app for viewing Shadertoy projects written in C++
- Host: GitHub
- URL: https://github.com/ravbug/shadertoyviewer
- Owner: Ravbug
- Created: 2022-04-30T04:43:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T18:24:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T05:10:36.194Z (over 1 year ago)
- Language: C++
- Size: 11.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ShadertoyViewer
A native app for viewing Shadertoy projects written in C++
### Building
1. Install the following prereqs:
- macOS: Xcode, CMake
- Windows: Visual Studio, CMake
2. `git clone` the source code
3. Create `src/key.hpp` with the following contents:
```c
#define API_KEY "YOUR SHADERTOY API KEY HERE"
```
4. Execute `config/config-mac.sh` or `config/config-win.sh` depending on your platform. It may take a while the first time.
5. Go to the `build` folder that was created by the script and open the Xcode or Visual Studio project
6. Select the `ShadertoyViewer` target and Run