Skip to content

A standard library for Golang based retro console development.

License

Notifications You must be signed in to change notification settings

retroenv/retrogolib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RetroGoLib - a Golang library for retro console tooling development

Build status go.dev reference Go Report Card codecov

Overview

RetroGoLib is a Golang library designed to simplify the development of tools for retro consoles. It provides a set of functionalities that can be used to create tools for various retro consoles, like emulators and debugging tools, all while keeping dependencies to a minimum.

The GUI renderer supports SDL without the use of CGO/SDL2, which makes it easier to build and distribute.

Current system support

CPUs:

  • 6502
  • Chip-8

Systems:

  • NES (Nintendo Entertainment System)

Project layout

├─ app              common application/service helpers
├─ arch/cpu/chip8   Chip-8 virtual CPU support
├─ arch/cpu/m6502   6502 CPU support
├─ arch/nes         NES common types and helpers
├─ assert           test assertion helpers
├─ buildinfo        show version info that is embedded in the binary
├─ gui              GUI support - SDL without need for CGO
├─ input            hardware controller/keyboard helpers
├─ log              fast and structured logging based on slog

About

A standard library for Golang based retro console development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published