marekmaskarinec / tophat

:tophat: a 2d game library for Umka
https://tophat2d.dev
BSD 3-Clause "New" or "Revised" License
67 stars 5 forks source link
2d engine game game-development game-engine gamedev sokol tophat umka

tophat

Tophat is a friendly 2d game library for the Umka programming language. Visit the homepage for more info. You can browse the API reference here

screenshots

space shooter example logs together jam game tetris game pomodoro app

build instructions

  1. Clone the repository with the --recursive flag.
git clone https://github.com/marekmaskarinec/tophat --recursive
  1. On Linux run make, on Windows msbuild.bat.

You can also download precompiled binaries here.

contributing

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.

license

Tophat is licensed under the BSD-3 license.