tomo/examples/README.md

20 lines
1.0 KiB
Markdown

# Example Programs
- [learnxiny.tm](learnxiny.tm): A quick overview of language features in the
- [base64](base64/): A base64 encoding/decoding library.
- [colorful](colorful/): A DSL useful for rendering terminal colors.
- [commands](commands/): A library for running commands.
- [game](game/): An example game using raylib.
- [http](http/): An HTTP library to make basic synchronous HTTP requests.
- [ini](ini/): An INI configuration file reader tool.
style of [learnxinyminutes.com](https://learnxinyminutes.com/).
- [log](log/): A logging utility.
- [pthreads](pthreads/): A POSIX threads library.
- [threads](threads/): A POSIX threads library, but with a higher level abstraction.
- [time](time/): A module for working with dates and times.
- [shell](shell/): A DSL for running shell commands.
- [tomodeps](tomodeps/): A library for finding Tomo dependencies.
- [tomo-install](tomo-install/): A library for installing Tomo dependencies.
- [vectors](vectors/): A math vector library.
- [wrap](wrap/): A command-line program to wrap text.