Building from source
- Clone repositorybash
git clone https://github.com/Rapid-Vision/rv.git - Install librariesbash
go mod tidy - Build the projectbash
go build - Try it out
Interactively preview the scene.
bash./rv preview examples/1_primitives/scene.pyRender final dataset:
bash./rv render examples/1_primitives/scene.py -n 100