blob: df5af833edcc05e9b13cee70d127f1260ba8e061 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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.
- [learnxiny.tm](learnxiny.tm): A quick overview of language features in the
style of [learnxinyminutes.com](https://learnxinyminutes.com/).
- [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.
|