Pixel Art House (PICO-8)

Today I finished the animation! It’s the house from UP with clouds and balloon physics. Use the up and down arrow keys to move the camera.

Published

Circle Collisions, #3

Today I drew a pixel art house! It’s the house from UP, which is one of my favorite movies. The circle collisions are done, so I’m not sure how to title this post. Anyway, next up is clouds!

Published

Circle Collisions, #2

More collisions! I borrowed some code from my bubbles screensaver and it’s working pretty well. I still need to optimize it so I have more CPU available for other things. I can’t wait to add the other graphics!

Published

Circle Collisions, #1

Today I started working on a better circle collision system for an upcoming animation/demo I want to make. I can’t seem to get enough of Verlet integration+circle collisions. I guess because they’re super easy and the results look fairly realistic.

Published

Squishy Square (PICO-8)

Today I felt like making a physics demo, so I did! The Verlet integration physics code is from Coding Math.

Published

PICO-8 Text Editor with Effects, #35

Almost everything is done! The only thing left to do is the credits screen. I’m thinking I may just have it insert the credits text into the editor and then the user could delete it when they’re done.

Published

PICO-8 Text Editor with Effects, #33

Today I finished the scrolling system! It’s still a little buggy, but it works. I have about half an hour left and the remaining tasks are quick:

Published

PICO-8 Text Editor with Effects, #32

Today I fixed the menu system! I made it less general and it works so much better now. I have about an hour and a half left of my six hour time budget and I still think it’s enough to finish everything.

Published

PICO-8 Text Editor with Effects, #31

The scroll bar is working! And it only took about half an hour. Now I need to make it auto scroll so that the cursor doesn’t go out of view.

Published

PICO-8 Text Editor with Effects, #30

Today I spent half an hour on the scroll bar! It changes height with the length of the text, although it isn’t functional yet.

Published

PICO-8 Text Editor with Effects, #29

Today I added a scroll bar with buttons! Next up should be adding the bar itself. I’m about halfway through my six hour time budget and I think I have enough time to finish.

Published

PICO-8 Text Editor with Effects, #28

Today I did a quick hack to get scrolling working! I just added an offset to the drawing stage and it only took about ten minutes. I still need to add the scroll bar, but it shouldn’t be too hard.

Published