tomo/examples/README.md

11 lines
469 B
Markdown
Raw Normal View History

2024-09-05 12:38:58 -07:00
# Example Programs
2024-09-06 09:33:18 -07:00
- [coroutine.tm](coroutine.tm): A library for coroutines similar to Lua's
(using [libaco](https://libaco.org)).
2024-09-08 16:50:38 -07:00
- [game/](game/): An example game using raylib.
2024-09-12 00:29:04 -07:00
- [http.tm](http.tm): An HTTP library to make basic synchronous HTTP requests.
2024-09-06 09:19:52 -07:00
- [ini.tm](ini.tm): An INI configuration file reader tool.
2024-09-11 23:25:17 -07:00
- [log.tm](log.tm): A logging utility.
2024-09-05 12:41:04 -07:00
- [vectors.tm](vectors.tm): A math vector library.
2024-09-05 12:38:58 -07:00
- [wrap.tm](wrap.tm): A command-line program to wrap text.