A Hexheld emulator with a focus on portability and performance.
- Hexlet is designed to be portable across a wide variety of systems.
- Its static driver system has a standard interface and file structure, so anyone can implement a driver in C.
- A sample driver using SDL3 is provided so it will work out of the box.
- The emulator itself has no external dependencies, but the drivers are allowed to have as many as needed.
- The sample driver uses SDL3 as its only dependency, but feel free to add your own, then replace the
DRIVERvariable inCMakeLists.txt.
Before building, install SDL3 and CMake.
From the command line:
mkdir build && cd buildcmake ..make
Then run ./bin/hexlet.