.. | ||
game | ||
coroutine.tm | ||
example.ini | ||
file.tm | ||
ini.tm | ||
README.md | ||
tomodeps.tm | ||
vectors.tm | ||
wrap.tm |
Example Programs
- coroutine.tm: A library for coroutines similar to Lua's (using libaco).
- file.tm: A file handling module.
- game/: An example game using raylib.
- ini.tm: An INI configuration file reader tool.
- vectors.tm: A math vector library.
- wrap.tm: A command-line program to wrap text.