This website requires JavaScript.
Explore
Help
Sign In
EmaMaker
/
raymarching
Watch
1
Star
0
Fork
You've already forked raymarching
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6b9b85e662
raymarching
/
build-and-run.sh
5 lines
75 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
cmake -S . -B build
cmake --build build
./build/src/OpenGLTest
Reference in New Issue
View Git Blame
Copy Permalink