tomo/examples/README.md

11 lines
508 B
Markdown

# Example Programs
- [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.