lsdpack
Standalone LSDj recorder+player (by jkotlinski)
clockboy
turn a Gameboy into a chiptune alarm clock (by pixjuan)
lsdpack | clockboy | |
---|---|---|
1 | 3 | |
119 | 25 | |
- | - | |
0.0 | 0.0 | |
about 2 years ago | over 2 years ago | |
C++ | Assembly | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lsdpack
Posts with mentions or reviews of lsdpack.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-20.
-
Gameboy = Chiptunes alarm clock
screen rotation -> yes, it should be possible, I need to sort up my tiles any way ROM too big -> my first version in C was under 32K but had a really shitty music., what takes so much space in the current version is the music. I use https://github.com/jkotlinski/lsdpack, this tool plays LSDJ tunes through and emulator and dumps the registers into an asm file, that I include in my project.
clockboy
Posts with mentions or reviews of clockboy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-07.
-
The first proper clock for the Game Boy is now free to download! Links on the comments
Yes, pixjuan's clockboy.
-
Gameboy = Chiptunes alarm clock
I had thought about using RTC, at first I even used a custom dongle based on a Teensy to provide RTC https://github.com/pixjuan/clockboy/blob/main/rtc_dongle/rtc_dongle.ino. I tested some code with an emulator, it doesn't seem too hard, I may do it later.
What are some alternatives?
When comparing lsdpack and clockboy you can also consider the following projects:
RetroPlug - A frontend for the SameBoy GameBoy emulator, with a focus on music creation. It runs standalone and can be used as an audio plugin (VST) in your favourite DAW!
NoobBoy - A simple GameBoy emulator written in C++
ZGB - Game Boy / Color engine with lots of features
sprite - A Game Boy emulator written in drizzle.
tilemap-studio - A tilemap editor for Game Boy, Color, Advance, DS, and SNES projects. Written in C++ with FLTK.