Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 868 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 868 Bytes

ofxProtoBuf

OpenFrameworks addon wrapping Google's ProtoBuf library.

This addons adds and easy way to add Google's ProtoBuf Library to an openFrameworks project.

Introduction

Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. You can find protobuf's documentation on the Google Developers site.

The best way to learn how to use protobuf is to follow the tutorials in Google's developer guide:

https://developers.google.com/protocol-buffers/docs/tutorials

Installation

Simply clone the addon

Dependencies

None

Compatibility

openFrameworks v0.11+ OSX Only now

Version history

Version 0.1 (Date):

Initial Release