tomo/examples
2024-10-27 20:49:03 -04:00
..
game Fix up examples to no longer use '&' 2024-10-27 20:49:03 -04:00
http Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -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 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.