Skip to content

sergio-gdr/realboy-mon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

RealBoy Monitor

This is a client program using the libemu IPC library to control execution of emulators. It offers a simple UI through ncurses.

This program is intended to be used alongside RealBoy and libemu as a teaching device for introducing low-level and systems-level programming.

Take a look here for more details on the purpose and goals of the project.

Installation

Compiling from Source

Dependencies:

  • meson (for building)
  • ncurses
  • libemu

Run these commands:

meson setup build/
ninja -C build/
sudo ninja -C build/ install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors