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

- [base64](base64/): A base64 encoding/decoding library.
- [colorful](colorful/): A DSL useful for rendering terminal colors.
- [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.