13 lines
634 B
Markdown
13 lines
634 B
Markdown
# 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.
|