Skip to content

a2mSystemes/ofxIO

 
 

Repository files navigation

ofxIO

A collection of I/O core utils.

Compatible with openFrameworks 0.9.0+

For previous version of openFrameworks (e.g. 0.8.4), see https://github.com/bakercp/ofxIO/releases

Generate all project files using the openFrameworks Project Generator.

Features

  • ofEvent-based Directory Watcher
    • Watch for changes in your directories.
    • NOTE: Poco::DirectoryWatcher was added in Poco 1.5+. These files are included for backward compatibility.
  • File filters.
  • Compression
    • Zip, deflate, gzip, snappy, LZ4
  • Encoding.
    • COBS, SLIP, Hex Binary, Base64, etc.
  • ByteBuffer
    • Tools for interacting with raw byte buffers.
    • ByteBuffer streams.
    • ByteBufferReader.
    • ByteBufferWriter.
    • ByteBufferStream.
  • Recursive File Listing Poco::RecursiveDirectoryIterator
    • List files and folders inside of directories.
    • Use custom file filters to return relevant results.
    • NOTE: Poco::RecursiveDirectoryIterator was added in Poco 1.6+. These files are included for backward compatibility.
  • Correct alphanumeric filename ordering

See the examples!

About

A collection of I/O core utils including a directory watcher, file filters and ordering, compression and more.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.8%
  • C 9.6%
  • Other 0.6%