a currently wip cross platform emulator of the Arduboy console written in C++
- Debugger
- Disassembler
- Analytics
- Sleep, Stack size
- Ram/Rom/Eeprom Hex Editor
- Editable as different data types
- Support for visualising data through symbols
Arduboy_Emulator runs on a minimum amount of dependencies which are as portable as possible to intern optimise its portability. All dependencies are included as submodules (see /dependencies). Current dependencies are
- Arduboy_Emulator_HL
- raylib (Graphics Library)
- Dear ImGui (Gui Library)
- rlImGui (Dear ImGui Backend for raylib)
- ImGuiFD (File Dialog for Dear ImGui)
The currently supported ways of building the source are the following:
- Makefile (Native/Web Build)
- Visual Studio 2019 project (Native Build)