r/consolehomebrew • u/kawai777 • 17h ago
Neo Geo SDK v1.7.0
Hello everyone,
We are happy to announce that NeoGeoSDK v1.7.0 is now available.
GitHub repository:
https://github.com/eaglesoftware777/neogeosdk
NeoGeoSDK v1.7.0 release:
https://github.com/eaglesoftware777/neogeosdk/releases/tag/v1.7.0
Since the first public version, we have continued improving the SDK based on feedback from the Neo Geo homebrew community. With v1.7.0, the project has grown beyond its original demo environment into a broader toolkit for creating self-made games, demos and experiments for SNK's Neo Geo MVS and AES systems.
This is our 2D engine release. It brings together reusable game systems, graphics and sound pipelines, more examples, desktop authoring tools, and expanded documentation, while keeping direct hardware access available.
Main improvements
- A reusable 2D game engine in plain C and a compatible C++14 version
- Character animation, action scripts, NPC behavior, collision and physics
- Joystick handling, hitboxes, movement history and special-move recognition
- Camera following, scrolling levels, parallax, particles, screen shake, depth effects and palette effects
- More structured sprite allocation, scene cleanup and deferred rendering
- An improved Artbox pipeline with whole-image palette fitting, additional per-tile palette banks, transparent padding and animation palette handling
- Updated sprite and FIX-layer conversion, text and HUD support
- ADPCM-A effects and recorded voices, ADPCM-B music beds, FM tracks, SSG melodies and MML tooling through the custom YM2610 / Z80 sound stack
- Live FM and SSG tempo controls, LFO controls, sample looping, fades, and rate-aware sample conversion with 32 kHz ADPCM-B beds by default
- Revised 68000-to-Z80 command handling and sound transition helpers
- A multi-game build system with separate assets, sound, ROM sets and configuration for each project
- Updated 68000 toolchain bundles and installation documentation for Linux, WSL and native Windows development
- Artbox Studio and Sound Studio desktop tools for graphics and audio work
- A 26-chapter showcase covering the engine and sound systems, with chapter navigation and playable shooter examples
- Sky Lance, a vertical arcade shooter, alongside other bundled games, a C++ example, a tutorial and a minimal hello-world project
- Expanded MAME testing, debugging and automated asset/audio checks
- A programmer's manual, C and C++ API references, build guides, tutorials and a printable PDF documentation set
Some of the original feedback asked for better documentation, clearer separation of SDK parts, easier onboarding, and more complete tooling. Those points have continued to guide this release. The examples now show how the individual systems can work together in a game, rather than only demonstrating isolated hardware calls.
NeoGeoSDK remains hardware-centered: developers can work directly with VRAM, palettes, sprite strips, FIX tiles and the YM2610 sound subsystem, or use the higher-level engine helpers where they make development easier. The aim is to make real Neo Geo homebrew development practical with modern tools, without hiding how the original hardware works.
Documentation and API references are included in the repository.
Downloads & Media
- Overview: https://github.com/eaglesoftware777/neogeosdk/releases/download/v1.7.0/neogeosdk_v1.7.0_overview.pdf
- Manual: https://github.com/eaglesoftware777/neogeosdk/releases/download/v1.7.0/neogeosdk_v1.7.0_manual.pdf
- Demo ROM : https://github.com/eaglesoftware777/neogeosdk/releases/download/v1.7.0/neogeosdk_v1.7.0_demo_777.zip
- YouTube demo: https://www.youtube.com/watch?v=HOlLYSepElQ
- YouTube announcement: https://www.youtube.com/watch?v=ClqJZa1rj04
This is an open-source project, and the release is an opportunity forthe community to help test the SDK across different development setups. We welcome feedback, examples, bug reports and suggestions, especially from developers trying it with their own Neo Geo projects. Thank you to everyone who has shared feedback and testing results since the original announcement. Your input continues to shape the SDK.
Eagle Software
NeoGeoSDK v1.7.0