mirror of
https://github.com/gbdev/awesome-gbdev.git
synced 2025-07-31 13:20:14 +02:00
Add a couple of links for GB Studio, move it to the top of the list
This commit is contained in:
10
README.md
10
README.md
@@ -221,9 +221,9 @@ The [To C Or Not To C](https://gist.github.com/ISSOtm/4f4d335c3fd258ad0dfc7d4d61
|
||||
### Compilers
|
||||
|
||||
- [GBDK](https://github.com/gbdk-2020/gbdk-2020/) - Maintained and modernized GBDK (Game Boy Development Kit) powered by an updated version of the SDCC toolchain. Provides a C compiler, assembler, linker and a set of libraries.
|
||||
- [API docs: Getting Started](https://gbdk-2020.github.io/gbdk-2020/docs/api/docs_getting_started.html)
|
||||
- [Examples](https://github.com/mrombout/gbdk_playground)
|
||||
- [Documentation, links and tools](https://gbdk-2020.github.io/gbdk-2020/docs/api/docs_links_and_tools.html)
|
||||
- [API docs: Getting Started](https://gbdk-2020.github.io/gbdk-2020/docs/api/docs_getting_started.html)
|
||||
- [Examples](https://github.com/mrombout/gbdk_playground)
|
||||
- [Documentation, links and tools](https://gbdk-2020.github.io/gbdk-2020/docs/api/docs_links_and_tools.html)
|
||||
- [Turbo Rascal Syntax Error](https://lemonspawn.com/turbo-rascal-syntax-error-expected-but-begin/) - Complete suite (IDE, compiler, programming language, resource editor) intended for developing games/demos for 8 / 16-bit line of computers, including the Game Boy and Game Boy Color.
|
||||
|
||||
#### Experimental/Proof of Concepts
|
||||
@@ -508,6 +508,9 @@ Methods to improve and/or manipulate the camera's quality and behavior:
|
||||
|
||||
## Related projects
|
||||
|
||||
- [GB Studio](https://www.gbstudio.dev/) - Drag and drop game creator with simple, no knowledge required, visual scripting.
|
||||
- [Resources to get started](https://gbstudiocentral.com/resources/)
|
||||
- [Dedicated Discord](https://discord.gg/knRryZWGcm)
|
||||
- [ArduinoBoy](https://github.com/trash80/Arduinoboy) - Serial communication (MIDI) from an Arduino to the Game Boy for music applications such as LittleSoundDJ, Nanoloop, and mGB.
|
||||
- [papiGB](https://github.com/diegovalverde/papiGB) - Game Boy Classic fully functional FPGA implementation from scratch.
|
||||
- [fpgaboy](https://github.com/trun/fpgaboy) - Implementation Nintendo's Game Boy console on an FPGA.
|
||||
@@ -541,7 +544,6 @@ Methods to improve and/or manipulate the camera's quality and behavior:
|
||||
- [GBCamcorder](https://github.com/furrtek/GBCamcorder) - Lo-Fi portable video recorder using a GameBoy Camera cartridge.
|
||||
- [GBCartRead](https://github.com/insidegadgets/GBCartRead) - Read ROM, Read RAM or Write RAM from/to a GameBoy Cartridge.
|
||||
- [GBxCart-RW](https://github.com/insidegadgets/GBxCart-RW) - A device for reading game ROMs, save games and restoring saves for GB, GBC and GBA carts from your PC via USB.
|
||||
- [GB Studio](https://www.gbstudio.dev/) - Drag and drop game creator with simple, no knowledge required, visual scripting.
|
||||
- [Dumping the Super Game Boy Boot ROM](http://www.its.caltech.edu/~costis/sgb_hack/)
|
||||
|
||||
### Directories
|
||||
|
Reference in New Issue
Block a user