SGDK
open62541
Our great sponsors
SGDK | open62541 | |
---|---|---|
23 | 4 | |
1,504 | 2,230 | |
- | 1.7% | |
0.0 | 0.0 | |
6 days ago | 11 days ago | |
C | C | |
MIT License | Mozilla Public License 2.0 |
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.
SGDK
- iHaveNoReasonToDoThisOtherThanBraggingRights
- If I were to try to make a simple 2D RPG or visual novel is the n64 easier than genesis Dreamcast and Saturn?
-
At least college isn't making me learn Objective-C.
Examples: - Someone I know created machine-optimized library in c and asm to accelerate compression, erasure coding, and encryption on Intel Xeon CPUs (https://github.com/intel/isa-l) which runs those ops WAY faster than the standard linux libraries. - My friend is making a retro SEGA genesis game using a C and asm dev kit (https://github.com/Stephane-D/SGDK)
-
What is it called when you make a whole new game and put it on a old console like NES Atari genesis etc
Genesis fortunately has a really mature homebrew SDK that uses C https://github.com/Stephane-D/SGDK . People have made plenty of homebrew titles over the years for these consoles and distributed them freely, sold the roms, or programmed new cartridges.
If you are specifically looking into the Genesis you should look into SGDK, the sega development toolkit https://github.com/Stephane-D/SGDK.
- Dear developers and hardware engineers of reddit, It is possible to develop new games for old consoles? Like the SNES or DS for instance. If it is indeed possible, what tools would be required?
-
Choosing tools for Game Boy development
There's a lot of retro dev happening now across the board. SGDK has led to a big interest in making Genesis/Megadrive games. Jo Engine is increasing interest in the Saturn, etc. I'm also attempting to help contribute by writing a book on Neo Geo development (it has a long ways to go)
https://github.com/Stephane-D/SGDK
a Saturn homebrew showcase - https://www.youtube.com/watch?v=NqKKExcTaKo
-
Half Float C library?
Could this be useful from the megadrive SDK? https://github.com/Stephane-D/SGDK/wiki/Tuto-Maths
-
I would like to create a retro arcade game.
I had the same idea for the same reason. I have not started anything yet but I was going to try developing a Sega Genesis/Megadrive game using an SDK like https://github.com/Stephane-D/sgdk
-
Abyssal Infants a homebrew for NeoGeo.
The MD version was developed with SGDK .
open62541
-
Apache PLC4X announcing end of community support due to missing funding
There's quite a bit of OPC UA bashing across this project. So let me chime in to keep the "balance in the universe".
OPC UA is a protocol to interact with an object-oriented information model. Basically CORBA done right to use object-oriented principles and reuse software components in industrial automation.
Since OPC UA is a protocol, its performance depends mostly on the implementation. Some PLCs may be crappy. But that doesn't translate into bad performance overall. My experience goes to the exact contrary.
Full disclosure, I lead-develop and maintain an open source OPC UA implementation that sees quite a bit of use by the big guys in the automation domain. We use C for performance. And we do have funding from the industry.
https://github.com/open62541/open62541
But yes, it is hard to break into this world. Especially since solutions have to be maintained for 20+ years. A solo developer usually cannot ensure that this will still be usable some years down the line.
What are some alternatives?
pvsneslib - PVSnesLib : A small, open and free development kit for the Nintendo SNES
TotalSMS - Sega Master System emulator
beginners-C-program-examples - Simple, Short and Sweet beginners friendly C language programs , revised.
Save-Game-Copier - Copy Sega Saturn save game files
neosdconv - A command line tool to convert Neo Geo roms into the format needed for NeoSD
Energy-Languages - The complete set of tools for energy consumption analysis of programming languages, using Computer Language Benchmark Game
ChaiLove-FloppyBird - :bird: Flappy Bird in ChaiLove
cave-story-md - A fan port of Cave Story for the Sega Mega Drive
plc4x - PLC4X The Industrial IoT adapter
node-opcua - Unlocking the Full Potential of OPC UA with Typescript and NodeJS - http://node-opcua.github.io/
pymgclient - Python Memgraph Client
megadev - A Sega Mega CD development framework in C and 68k asm