Skip to content

Building from source

  1. Install dependencies

    Install Go and Blender.

  2. Clone repository
    bash
    git clone https://github.com/Rapid-Vision/rv.git
  3. Install libraries
    bash
    go mod tidy
  4. Build the project
    bash
    go build
  5. Try it out

    Interactively preview the scene.

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

    Render final dataset:

    bash
    ./rv render examples/1_primitives/scene.py -n 100