tomo/examples
2024-09-24 13:26:49 -04:00
..
game Deprecate :or_else()/:or_fail()/:or_exit() in favor of the or operator 2024-09-16 16:06:19 -04:00
http Remove unused code 2024-09-18 14:03:54 -04:00
ini Deprecate :or_else()/:or_fail()/:or_exit() in favor of the or operator 2024-09-16 16:06:19 -04:00
log Move each example to its own folder 2024-09-15 17:50:43 -04:00
tomodeps Rename from_unsafe_text to without_escaping 2024-09-24 13:26:49 -04:00
vectors Move each example to its own folder 2024-09-15 17:50:43 -04:00
wrap Deprecate :or_else()/:or_fail()/:or_exit() in favor of the or operator 2024-09-16 16:06:19 -04:00
learnxiny.tm Deprecate :or_else()/:or_fail()/:or_exit() in favor of the or operator 2024-09-16 16:06:19 -04:00
README.md Remove coroutine example for now 2024-09-18 15:38:42 -04:00

Example Programs

  • game: An example game using raylib.
  • http: An HTTP library to make basic synchronous HTTP requests.
  • ini: An INI configuration file reader tool.
  • learnxiny.tm: A quick overview of language features in the style of learnxinyminutes.com.
  • log: A logging utility.
  • vectors: A math vector library.
  • wrap: A command-line program to wrap text.