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

- [coroutine](coroutine/coroutine.tm): A library for coroutines similar to Lua's
  (using [libaco](https://libaco.org)).
- [game](game/): An example game using raylib.
- [http](http/http.tm): An HTTP library to make basic synchronous HTTP requests.
- [ini](ini/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](log/log.tm): A logging utility.
- [vectors](vectors/vectors.tm): A math vector library.
- [wrap](wrap/wrap.tm): A command-line program to wrap text.