aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
blob: 2dbd480606b77db3e9d382945e49606286bd1556 (plain)
1
2
3
4
5
6
7
8
9
# Example Programs

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