Tophat is a friendly 2d game framework for the Umka programming language. It offers primitives for 2d graphics, audio and user input as well as high-level modules like user interfaces, particle systems or tilemaps. Tophat can run on Windows and Linux machines as well as in a web browser.
- Clone the repository with the
--recursive
flag.
git clone https://github.com/tophat2d/tophat --recursive
- On Linux run
make
, on Windowsmsbuild.bat
.
You can also download precompiled binaries here.
I'm happy to take contributions through the mailing list. Please format your c
files using the .clang-format
file. If you contribute umka code, please
format it similarly to other code.
Tophat is licensed under the BSD-3 license.