blob: 174546b6efe1e80e54ffcb22d7ae6567f550d533 (
plain)
1
2
3
4
5
6
7
8
|
# 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.
- [vectors.tm](vectors.tm): A math vector library.
- [wrap.tm](wrap.tm): A command-line program to wrap text.
|