2024-09-12 15:15:10 +02:00
|
|
|
# ui48
|
2024-09-12 00:56:26 +02:00
|
|
|
|
2024-09-12 15:15:10 +02:00
|
|
|
Standalone HP 48(SX/GX) front-end ready to be plugged into emulators.
|
|
|
|
|
|
|
|
Provide both GUI implemented in SDL2 and TUI in ncurses.
|
|
|
|
|
|
|
|
Extracted from x48ng.
|
2024-09-12 15:25:11 +02:00
|
|
|
|
|
|
|
## How to use?
|
|
|
|
|
|
|
|
To plug an emulator you'll want to look into the interface defined in emulator.h and emulator.c
|
|
|
|
A basic main loop is shown in main.c
|