tomo/examples
2024-09-08 20:26:33 -04:00
..
game Center player 2024-09-08 20:26:33 -04:00
coroutine.tm Example coroutine library 2024-09-06 12:29:36 -04:00
example.ini Add example 2024-09-06 12:19:52 -04:00
file.tm Some improvements 2024-09-07 00:03:17 -04:00
ini.tm Use exit() more 2024-09-07 00:48:13 -04:00
README.md Update docs 2024-09-08 19:50:38 -04:00
tomodeps.tm Use exit() 2024-09-07 00:45:55 -04:00
vectors.tm Bugfixes 2024-09-08 19:33:49 -04:00
wrap.tm Add some examples 2024-09-05 15:37:33 -04:00

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.