tomo/examples/README.md
2024-09-12 02:25:17 -04:00

390 B

Example Programs

  • coroutine.tm: A library for coroutines similar to Lua's (using libaco).
  • game/: An example game using raylib.
  • ini.tm: An INI configuration file reader tool.
  • log.tm: A logging utility.
  • vectors.tm: A math vector library.
  • wrap.tm: A command-line program to wrap text.