I always loved to see the progress on @FSouchu's work. It's beautiful!
The thing I miss the most from Twitter's BE (Before Elon) era is the amazing PICO-8 projects that used to fill my timeline daily.
hi @hellopdpodcast
staying away from X these days but could not find another way to contact you!
snow! on @playdate is out - happy to send you a key for a review!
play.date/games/snow/
Phew, the view is nearly done! I have the focal point moving to prove to myself the maths is right and all the points and textures are linking correctly. I will throw together a simple map and then try to display that. Turning will be a struggle but one step at a time. #pico8
@financegadgt There's a lot of ducttape in the pipeline.
The editor writes a binary file, which p8 cart reads and stores it in another cart. At runtime that cart copies it to high memory and jumps back to the main cart, which deserializes it into a usable data structure. Bit of a process :-)
Testing "decal mode" for MRMO-VECTOR.
Objects designated as "decals" sample normals from a "base" object, causing them to be culled when facing away from the camera.