Posts by mvu@sunny.garden
(DIR) Post #B5bInQMalNwLNnErLM by mvu@sunny.garden
0 likes, 1 repeats
Hot Guy #doodle
(DIR) Post #B5s88conr4PQHfexzU by mvu@sunny.garden
0 likes, 0 repeats
Was having trouble making graphics for a little #uxn project because I don't think in hex yet -- started by parsing out raw .aseprite files in uxn, but got stopped when faced with *the cel chunk is compressed with zlib*...I wasn't about to attenpt to implement zlib decompression in uxn for a few 32x32 sprites -- I don't have that kinda talent or bandwidthAnd so I made my own little shitty 1bit sprite editor that outputs pastable hex!(in JavaScript where i know how to move much faster)#pixelart
(DIR) Post #B6I3SH8Qje8fAHLgzg by mvu@sunny.garden
0 likes, 1 repeats
Been listening to one of @lespreuh 's albums all morning while doing some work and it's very nice <3https://lespreuh.bandcamp.com/album/ritournulles
(DIR) Post #B6XKl1u8CQHM1PaWXo by mvu@sunny.garden
0 likes, 1 repeats
Implemented basic string rendering in a #uxn project and was shocked at how easy it was.I had just been using sprites of words because I figured it was less work, but it only took a handful of opcodes!