vabold / Kinoko

A reimplementation of Mario Kart Wii's physics engine in C++
MIT License
46 stars 10 forks source link

Add support for host controllers #165

Closed vabold closed 1 month ago

vabold commented 1 month ago

This removes a dependency on the host system from RaceConfig, allowing external applications to interface with Kinoko in a much simpler way.

Closes #157.