A tool that let's you draw with a 3D pencil on your bioimages.
Requires tiff • SDL2 • and OpenCL. OpenCL comes with macos 10.x. Use brew to install tiff and sdl2.
brew install sdl2
brew install libtiff
Use zig 10.x to develop.
Building with zig build
will install binary zig-out/bin/biopencil
.