1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-08-22 15:43:20 +02:00

Add wasmBoy. Added a description for Infinity. Moved hhub to Games section

This commit is contained in:
Antonio Vivace
2018-02-05 15:32:03 +01:00
parent f6acac2798
commit 0e331e82c9

View File

@@ -143,6 +143,7 @@ If you aim to develop your software for SGB or GBC, or you want to know how it r
## Emulator Development ## Emulator Development
- [Reverse Engineering fine details of Game Boy hardware] - 43 minutes talk by Gekkio given at Disobey 2018.
- [Blargg's test roms](http://gbdev.gg8.se/files/roms/blargg-gb-tests/) - [Blargg's test roms](http://gbdev.gg8.se/files/roms/blargg-gb-tests/)
- [Gekkio's test roms](https://gekkio.fi/files/mooneye-gb/latest/) - [Gekkio's test roms](https://gekkio.fi/files/mooneye-gb/latest/)
- [Building a Game Boy emulator in JavaScript](http://imrannazar.com/gameboy-Emulation-in-JavaScript) - Step by step tutorial. - [Building a Game Boy emulator in JavaScript](http://imrannazar.com/gameboy-Emulation-in-JavaScript) - Step by step tutorial.
@@ -189,11 +190,10 @@ If you aim to develop your software for SGB or GBC, or you want to know how it r
- [PatBoy](https://github.com/Jonazan2/PatBoy) - C++/SDL2 with a fully functional visual debugger. - [PatBoy](https://github.com/Jonazan2/PatBoy) - C++/SDL2 with a fully functional visual debugger.
- [gnuboy](https://github.com/rofl0r/gnuboy) - ANSI C. - [gnuboy](https://github.com/rofl0r/gnuboy) - ANSI C.
- [SmartGear](https://github.com/bitbank2/sg_free) - C++, SDL2. Focus on optimized performance for resource-limited devices. GTK or direct framebuffer build. - [SmartGear](https://github.com/bitbank2/sg_free) - C++, SDL2. Focus on optimized performance for resource-limited devices. GTK or direct framebuffer build.
- [wasmBoy](https://github.com/torch2424/wasmBoy) - Web Assembly
## Software Development ## Software Development
- [Homebrew Hub](https://gbhh.avivace.com) - Every unofficial homebrew ever produced for Game Boy playable online (mobile/touch too): a community-lead attempt to collect, archive and save every unofficial game, homebrew, demo, patch, hackrom for Game Boy (Color) produced by the community through years of passionate work.
### Assemblers ### Assemblers
- [RGBDS](https://github.com/rednex/rgbds) - Assembler and linker package (a fork currently updated). - [RGBDS](https://github.com/rednex/rgbds) - Assembler and linker package (a fork currently updated).
@@ -298,7 +298,8 @@ If you aim to develop your software for SGB or GBC, or you want to know how it r
## Games ## Games
- [Infinity](https://github.com/infinity-gbc/infinity) - [Homebrew Hub](https://gbhh.avivace.com) - Every unofficial homebrew ever produced for Game Boy playable online (mobile/touch too): a community-lead attempt to collect, archive and save every unofficial game, homebrew, demo, patch, hackrom for Game Boy (Color) produced by the community through years of passionate work.
- [Infinity](https://github.com/infinity-gbc/infinity) - RPG developed by Affinix Software primarily between the years 1999 and 2001. The game never found a publisher and was eventually canceled. Got recently released with the full source, devolpment tools and workflows.
### ASM ### ASM