Categorygithub.com/retroenv/retrogolib
repository
0.0.0-20240429170148-9ce0db22ccb0
Repository: https://github.com/retroenv/retrogolib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

retrogolib - Golang library for retro console tooling development

Build status go.dev reference Go Report Card codecov

Project layout

├─ addressing       general CPU addressing defines and helpers
├─ app              common application/service helpers
├─ arch/cpu         Helpers for different CPUs
├─ arch/nes         NES common types and helpers
├─ assert           test assertion helpers
├─ buildinfo        show version info that is embedded in the binary
├─ cpu              general CPU defines and helpers
├─ gui              GUIs renderers
├─ input            hardware controller/keyboard helpers
├─ log              fast and structured logging based on slog