tomo/examples/README.md
2024-09-12 03:29:04 -04:00

469 B

Example Programs

  • coroutine.tm: A library for coroutines similar to Lua's (using libaco).
  • game/: An example game using raylib.
  • http.tm: An HTTP library to make basic synchronous HTTP requests.
  • 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.