SaaSHub helps you find the best software and product alternatives Learn more →
Top 8 C sega-genesi Projects
-
I'm working on a game for Amiga (another 68k-based platform) and settled on ZX0 to decompress assets on the fly: https://github.com/einar-saukas/ZX0
I was originally using LZ4, but I switched to ZX0 after learning that it can do in-place decompression, which means I don't have to allocate separate memory for the compressed data. I'm very happy with the compression ratio, and decompression of large assets (~48kb) only takes a few frames on a 7MHz 68000.
Also of note is LZ4W, included in Sega Genesis Dev Kit (and discussed in the comments section of OP's article), a variant of LZ4 that only uses word-aligned operations. That makes it much faster on the 68000, which can struggle to efficiently handle 8-bit data. More info here: https://github.com/Stephane-D/SGDK/blob/master/bin/lz4w.txt
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
240pTestSuite
A homebrew software suite for video game consoles developed to help in the evaluation of upscalers, upscan converters, line doublers and of course TV processing of 240p video. The Wii and Dreamcast versions have modes for 480i and 480p evaluation as well.
If I might add: using 240pTestSuite or something similar (there are specific hardwares to output a grid signal and the likes) is a good way to check for convergence issues or bad picture quality overall.
-
-
-
-
adventure-rpg
Game in development for the Sega Genesis utilizing SGDK. Project started as a text based adventure RPG and has now evolved into a sprite based game. More details to come.
C sega-genesis discussion
C sega-genesis related posts
-
FC8 – Faster 68K Decompression (2016)
-
iHaveNoReasonToDoThisOtherThanBraggingRights
-
Crowd sourcing for genesis
-
If I were to try to make a simple 2D RPG or visual novel is the n64 easier than genesis Dreamcast and Saturn?
-
Problem with compiling
-
Best way to create a map with enemy characters using C?
-
At least college isn't making me learn Objective-C.
-
A note from our sponsor - SaaSHub
www.saashub.com | 1 Dec 2024
Index
What are some of the best open-source sega-genesi projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | SGDK | 1,778 |
2 | cave-story-md | 571 |
3 | 240pTestSuite | 243 |
4 | d32xr | 161 |
5 | Nuked-MD | 150 |
6 | SGDKRocks | 13 |
7 | adventure-rpg | 6 |
8 | ym2020 | 4 |