tomo/examples/README.md

20 lines
1.0 KiB
Markdown
Raw Normal View History

2024-09-05 12:38:58 -07:00
# Example Programs
2025-03-21 19:15:59 -07:00
- [learnxiny.tm](learnxiny.tm): A quick overview of language features in the
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.
2025-03-21 19:15:59 -07:00
- [commands](commands/): A library for running commands.
2024-09-15 14:50:43 -07:00
- [game](game/): An example game using raylib.
2025-03-21 19:15:59 -07:00
- [http](http/): An HTTP library to make basic synchronous HTTP requests.
- [ini](ini/): An INI configuration file reader tool.
2024-09-12 21:27:46 -07:00
style of [learnxinyminutes.com](https://learnxinyminutes.com/).
2025-03-21 19:15:59 -07:00
- [log](log/): A logging utility.
- [pthreads](pthreads/): A POSIX threads library.
- [threads](threads/): A POSIX threads library, but with a higher level abstraction.
2025-03-30 14:43:12 -07:00
- [time](time/): A module for working with dates and times.
2025-03-21 19:15:59 -07:00
- [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.