eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

216
active users

#picotron

0 posts0 participants0 posts today

I wanna address a sentiment I've seen as recently as a few days ago regarding #picotron

When Picotron came out on Pi Day last year, a common sentiment was "I'll get into it when it's finished" and I think at that point that was fair. There were bugs and some basic features lacking.

About 15 months later, I can confidently say, Picotron is ready for you. It's stable and you can export to web and the big three OSes. There are countless tools to make real cool stuff. It's time to dig in.

#picotron , despite having an indexed display rather than RGB, is capable of arbitrary color blending functions through the use of precomputed color tables. I'm using it here to shade sprites using an illuminance map. (Don't mind the CPU. I optimized this precisely not at all.)

Trying out outlines combined with other p8scii features for #picotron 0.2.0d. The outline command ("\^o") takes a colour and a bitfield indicating which neighbours to set. This will probably also make it into #pico8 0.2.7 along with rrect()

Trying out rounded rectangles for #picotron 0.2.0d

rrect() / rrectfill() take x,y,w,h,radius -- so using a corner radius of 0 also provides an alternative to rect/rectfill when it suits to avoid "x,y,x+w-1, y+h-1" fluff.

I like 4-colour themed #picotron icons, but sometimes it's nice to be colourful too and I don't want to make everyone manage multiple icons. So.. standard colour mappings? (each row maps to a theme colour). meta.icon_themed could possibly still be optional but hidden for icon nerds.

Happy Pi Day Everyone :)

🎂 #Picotron 0.1 has been out for exactly one year, so it seems like a fitting time to release 0.2 with Binary Exporters :D 🎉🎈

You can get it now from lexaloffle: picotron.net (humble uploads coming soonish). To export to Windows, Mac and Linux:

> export foo.bin

Like PICO-8, it generates ready-to-distribute zip files. The manual also has some notes about possible future uses: lexaloffle.com/dl/docs/picotro