Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itotaljustice/totalgb
Simple, fast, very inaccurate GB / GBC emulator!
https://github.com/itotaljustice/totalgb
c cmake cpp gameboy gameboy-color sdl2 wip-gb-emulator
Last synced: about 2 months ago
JSON representation
Simple, fast, very inaccurate GB / GBC emulator!
- Host: GitHub
- URL: https://github.com/itotaljustice/totalgb
- Owner: ITotalJustice
- License: mit
- Created: 2021-03-17T16:09:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T09:49:55.000Z (10 months ago)
- Last Synced: 2024-03-11T11:04:14.367Z (10 months ago)
- Topics: c, cmake, cpp, gameboy, gameboy-color, sdl2, wip-gb-emulator
- Language: C
- Homepage: https://totalgb.netlify.app/
- Size: 5.45 MB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TotalGB
PR's, issues and any help is very much welcome!
## Building SDL2
you will need to install the following packages.
- sdl2
for linux, use your package manager. on windows, use vcpkg.
```cmake
cmake -B build -PLATFORM_SDL2=ON -DCMAKE_BUILD_TYPE=Release
cmake --build build -j
```## Credits
-