Multiplayer canvas tool with programmable brushes!
Go to file
liquidex fb0e15c00c fix a couple bugs which could cause chunks to get eaten away across reloads
mainly related to me not knowing how to decode WebP properly (I blame the API design of the webp crate)
turns out it can return RGB images instead of RGBA and so you have to convert it to RGBA first

there were also a couple math bugs with chunk drawing/saving related to some of my refactors of that math
2024-08-24 17:21:28 +02:00
.cargo a whole load of work in progress 2024-08-15 20:01:10 +02:00
admin make daemon use release profile 2024-08-24 13:54:00 +02:00
crates fix a couple bugs which could cause chunks to get eaten away across reloads 2024-08-24 17:21:28 +02:00
docs some more work on haku user guide 2024-08-24 16:47:57 +02:00
static user authentication through a secret token (NOT AUDITED FOR SECURITY. DO NOT RELY ON THIS CODE.) 2024-08-23 19:50:42 +02:00
.editorconfig initial commit 2024-08-10 23:10:22 +02:00
.gitignore a whole load of work in progress 2024-08-15 20:01:10 +02:00
Cargo.lock bump rkgk to 0.1.1 2024-08-24 16:16:08 +02:00
Cargo.toml sync 2024-08-17 22:16:21 +02:00
Justfile make it possible to set release profile for rkgk in justfile 2024-08-24 13:51:38 +02:00
rkgk.toml add SourceCode wrapping str for enforcing source code length limits at parsing boundaries 2024-08-22 20:49:16 +02:00