A couple of utilities for PICO-8
June 15, 2021 5:30 PM   Subscribe

A couple of utilities for PICO-8
I picked up a copy of PICO-8 a few months ago on a whim and have been playing around with it, following a tutorial here and there, etc. Really enjoying it and I love seeing the creativity of people in the community.

I have yet to try my hand at an actually complete game and, as I'm basically infinitely distractable, may never actually accomplish it. In the meantime, to learn some of the ins and outs of Lua, with which I was not previously familiar, I've combined two of my favourite software writing pastimes: re-inventing wheels and making tiny utilities.

In that spirit, I give you:
- stream-ecs (267 tokens), a (sort of) reactive stream based entity-component-system with automatic entity queue management, and
- prot-oo (72 tokens), prototype based object-oriented programming

I've also made posts on the bbs which explain them a bit though the README files on github are more detailed.

stream-ecs: https://www.lexaloffle.com/bbs/?tid=43348
prot-oo: https://www.lexaloffle.com/bbs/?tid=43339
Role: programmer
posted by Mister_Sleight_of_Hand (0 comments total) 1 user marked this as a favorite

« Older My attempt at the Trans Am Bike Race...   |   Season 2 of The Reluctant Phoe... Newer »


You are not currently logged in. Log in or create a new account to post comments.