Skip to content

Releases: Cherie05/interflect

Release list

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 02 Sep 16:51

Install

One line, no Rust needed:

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/Cherie05/interflect/main/install.sh | sh
# Windows
irm https://raw.githubusercontent.com/Cherie05/interflect/main/install.ps1 | iex

With Rust, prebuilt (no compile):

cargo binstall interflect

Or download directly — pick the file for your machine:

Your machine File
Windows x86_64-pc-windows-msvc.zip
Mac, Apple Silicon (M1–M4) aarch64-apple-darwin.tar.gz
Mac, Intel x86_64-apple-darwin.tar.gz
Linux x86_64-unknown-linux-gnu.tar.gz

Each archive contains the binary, example scenes, and the offline
scene builder. Verify a download against SHA256SUMS.

First render

interflect render scenes/product.rad -o out.png

Full Changelog: v0.1.2...v0.1.3