No description
Find a file
2025-03-08 11:47:34 +13:00
.gitignore first commit 2025-03-07 18:58:47 +13:00
ada.sand fix some logic 2025-03-07 22:37:31 +13:00
build.bat fix build.bat 2025-03-08 11:42:31 +13:00
build.sh first commit 2025-03-07 18:58:47 +13:00
dub.sand fix some logic 2025-03-07 22:37:31 +13:00
kiva.sand first commit 2025-03-07 18:58:47 +13:00
main.odin restore proper fps 2025-03-07 22:38:13 +13:00
mathew.sand first commit 2025-03-07 18:58:47 +13:00
odinfmt.json first commit 2025-03-07 18:58:47 +13:00
README.md Add README 2025-03-08 11:47:34 +13:00
rose.sand first commit 2025-03-07 18:58:47 +13:00
sam.sand first commit 2025-03-07 18:58:47 +13:00

Sand Image

This image format stores a seed and colors for pixel ids in a sand simulation

Building

You need the odin compiler installed on your machine, there are releases if u dont want to install it

build.sh

or

build.bat

Usage

You can convert images to sand images with

./converter <input image filename> <output image filename>

You can view sand images with

./viewer <sand image filename>