tomo/examples
2025-02-21 14:56:48 -05:00
..
base64 Fix up examples 2025-01-12 16:54:37 -05:00
game Add a _ prefix on variables so it's easier to debug in GDB 2025-02-04 14:16:06 -05:00
http Use defer in http module 2025-02-04 15:32:01 -05:00
ini Fix up examples 2025-01-12 16:54:37 -05:00
log
threads Add a _ prefix on variables so it's easier to debug in GDB 2025-02-04 14:16:06 -05:00
tomo-install Rename "NONE" to "none" 2024-12-07 16:04:25 -05:00
tomodeps Fix up examples 2025-01-12 16:54:37 -05:00
vectors Switch NaN to be identical to the null value 2024-11-24 16:13:23 -05:00
wrap
learnxiny.tm Fix learnxiny 2025-02-21 14:56:48 -05:00
README.md

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.