tomo/examples/README.md

13 lines
634 B
Markdown
Raw Normal View History

2024-09-05 12:38:58 -07:00
# Example Programs
2024-11-03 22:33:54 -08:00
- [base64](base64/): A base64 encoding/decoding library.
2025-03-01 21:07:54 -08:00
- [colorful](colorful/): A DSL useful for rendering terminal colors.
2024-09-15 14:50:43 -07:00
- [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.
2024-09-12 21:27:46 -07:00
- [learnxiny.tm](learnxiny.tm): A quick overview of language features in the
style of [learnxinyminutes.com](https://learnxinyminutes.com/).
2024-09-15 14:50:43 -07:00
- [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.