Ryan Bartley
Ryan Bartley
Fix for #5. - Updated Json Engine throughout to JsonCpp to loosen dependence tree. - Updated CMake for OSX and Linux. - Still needs update for Windows Visual Studio project.
Sorry to ask here but are there any plans to connect this to Asio Standalone?
I'm having some trouble running this as I'm working on a different version of cinder and I'd like to use it if possible and update it. I read on the...
- Cleaned up original pr - #1608 - build scripts for windows and *nix variant - added test - added readme - added cmake block - updated cinderblock
This pr allows the ability to set up fast path textures with dataType = GL_UNSIGNED_INT_8_8_8_8_REV and dataFormat = GL_BGRA. Currently dataFormat is chosen by default in Cinder. This brings the...
#1940 brought to the attention that localtime and sprintf were deprecated. Updated the implementation to choose localtime function based on platform. Also, removed sprintf in favor of std::put_time.