Floogle
@Skyfloogle
Worked on Red Viper, IWBTG Remastered, and various Game Maker hacking projects.
Just released Red Viper, a Virtual Boy emulator that runs on the Nintendo 3DS. All official games run at full speed! github.com/skyfloogle/red…
Marking the Virtual Boy's 30th anniversary, I'm releasing Red Viper v1.0.0, featuring more advanced palette configuration and Circle Pad Pro support! github.com/skyfloogle/red…
Got lots of "is x in range" checks in your performance-sensitive code? Here's a micro-optimization for you: // 2 branches slow = pos >= start && pos < end; // 1 branch fast = unsigned(pos - start) < size;
I couldn't find an easily accessible tool to make animated banners for the 3DS Home Menu, so I spent an embarrassing amount of time my own. Check it out: github.com/skyfloogle/pyc…
Red Viper v0.9.8 features timing improvements, allowing games to play their audio at the correct speed! github.com/skyfloogle/red…
@Blog2geeks1 recently interviewed me about Red Viper (in English). If you're interested in an hour of Virtual Boy and 3DS nerding, check it out!
Hello, Je vous propose aujourd'hui l'entretien que j'ai fait avec @Skyfloogle qui a réalisé un émulateur Virtual Boy sur 3DS! Bon visionnage et bon weekend les amis😊👍 (For my English friends the intro is in French but has subtitles) Have a nice WE! youtu.be/CD09bIlvGts
The new 0.4.0 version of VUEngine Studio adds a second built-in emulator config that allows you to wirelessly send ROMs to a Nintendo 3DS running @Skyfloogle's Red Viper emu for quick testing. vuengine.dev github.com/skyfloogle/red… #VirtualBoy #homebrew #VUEngine #3DS
Red Viper v0.9.6 features an antiflicker mode to mitigate image retention issues on IPS models, and an optional input display for speedrunners! github.com/skyfloogle/red…
Red Viper v0.9.5 features fully customizable controls, including toggle and turbo settings! github.com/skyfloogle/red…

Where would you rather have emulators keep their savestates?
Red Viper v0.9.2.1 fixes some critical bugs, including the .cia not working on O3DS. github.com/skyfloogle/red…