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

10 lines
390 B
Markdown

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