tree: 4b4e7b368130102889e3e9f909740fd956c5580c [path history] [tgz]
  1. cbor-to-json/
  2. convert-to-nia/
  3. crc32/
  4. gifplayer/
  5. imageviewer/
  6. json-to-cbor/
  7. jsonfindptrs/
  8. jsonptr/
  9. sdl-imageviewer/
  10. toy-genlib/
  11. zcat/
  12. README.md
example/README.md

This directory contains example programs that use Wuffs the Library. See Hello wuffs-c for an example program that uses Wuffs the Language and its wuffs-c compiler.

Other than the toy-* examples, all of these programs do real work. They‘re not just programming language toys at the “calculate the Fibonacci sequence” level of triviality. For example, the example/crc32 and example/zcat programs are roughly equivalent to Debian Linux’s /usr/bin/crc32 and /bin/zcat programs.