Skip to content

scratchminer/Hexlet-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet

A Hexheld emulator with a focus on portability and performance.

Advantages

  • 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.

Dependencies

  • 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 DRIVER variable in CMakeLists.txt.

Building

Before building, install SDL3 and CMake.

From the command line:

  • mkdir build && cd build
  • cmake ..
  • make

Then run ./bin/hexlet.

About

An emulator for the Hexheld, a quirky fantasy console with a hexagonal LCD

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors