Floogle
skyfloogle.bsky.social
Floogle
@skyfloogle.bsky.social
Worked on Red Viper, IWBTG Remastered, and various Game Maker hacking projects.

https://github.com/skyfloogle
Test Chamber is available at www.platonicreactor.com/projects/tes...
Test Chamber
A first-person puzzler for VB
www.platonicreactor.com
August 15, 2025 at 12:22 AM
Golf seems to have broken relatively recently. I couldn't figure out the root cause in time for the anniversary, so I put in a bodge that seemed to fix it, but I didn't try playing one hole and then another. I will be looking into this and probably putting out a patch release before too long :)
July 22, 2025 at 8:21 AM
In most languages, two nested if blocks is equivalent to one if block with an "and" in it. Both compile to "if X goto; if Y goto;" i.e. 2 branches - Y wouldn't get evaluated, or gets short circuited.

Not every language does this (f.ex. old Game Maker) - in these languages, nested ifs are faster :)
July 1, 2025 at 10:07 PM
Correction: CGFX is the same format as BCRES, which CTR Studio also works with.
June 2, 2025 at 7:00 AM
For more info on the render time emulation (it took me a long time to figure out!) check out my write-up: skyfloogle.github.io/vip-timing
VIP timing information
This document explores the performance characteristics of the Virtual Boy’s graphics chip, the Virtual Image Processor (VIP).
skyfloogle.github.io
December 17, 2024 at 9:08 PM