Skip to content

capnfabs/blitz

Repository files navigation

Setup

The Xcode Project automatically links the Dylib produced by cargo build for the blitzexport crate. To build the Rust component:

cargo build

To build the OSX component, use XCode.

Profiling

# On the host machine
docker build -t rust-valgrind machine-images/valgrind && docker run -v `pwd`:/repo -it rust-valgrind
# Then within the container
cargo build --release && valgrind --tool=callgrind --dump-instr=yes --collect-jumps=yes --simulate-cache=yes target/release/blitz ROFL3343.raf

About

[extremely WIP] Raw File rendering in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published