aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
blob: aee5b95cadfd2649266e28768c0d2b5619a7db0d (plain)
1
2
3
4
5
6
7
8
9
10
# 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.
- [http.tm](http.tm): An HTTP library to make basic synchronous HTTP requests.
- [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.