tomo/examples/README.md
2024-09-08 19:50:38 -04:00

397 B

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.