Compare commits
No commits in common. "main" and "v0.0.1" have entirely different histories.
2 changed files with 2 additions and 22 deletions
20
README.md
20
README.md
|
@ -1,20 +0,0 @@
|
|||
# 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>
|
||||
```
|
|
@ -1,2 +1,2 @@
|
|||
odin build . -out:converter.exe
|
||||
odin build . -out:viewer.exe -define:MAKE_CONVERTER=false
|
||||
odin build . -out:converter
|
||||
odin build . -out:viewer -define:MAKE_CONVERTER=false
|
||||
|
|
Loading…
Add table
Reference in a new issue