tomo/examples
2024-11-04 01:33:54 -05:00
..
base64 Add base64 lib 2024-11-04 01:33:54 -05:00
game Fix up examples to no longer use '&' 2024-10-27 20:49:03 -04:00
http Add PATCH 2024-10-28 14:37:30 -04:00
ini Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
log Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
tomodeps Fix up examples to no longer use '&' 2024-10-27 20:49:03 -04:00
vectors Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
wrap Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
learnxiny.tm Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
README.md Add base64 lib 2024-11-04 01:33:54 -05:00

Example Programs

  • base64: A base64 encoding/decoding library.
  • 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.