Skip to Content
DocsTutorialBuilding from github

Building from github

Install dependencies

Install Go and Blender.

Clone repository

git clone https://github.com/Rapid-Vision/rv.git

Install libraries

go mod tidy

Build the project

go build

Try it out

Interactively preview the scene.

./rv preview examples/1_primitives/scene.py

Render final dataset:

./rv render examples/1_primitives/scene.py -n 100
Last updated on