Since the release of the MetaProject, we did not stop working on the MetaProject. This post is about the changes we made to the project.
ODK 0.0.5
OUYA has released a new SDK for the developers, the changes are tiny, but we want to stay up to date with the MetaProject. ODK version 0.0.5 is now integrated.
Automatic Testing and TDD
Levire encourages Test-Driven-Development (http://en.wikipedia.org/wiki/Test-driven_development), so we added gmock 1.6 and gtest 1.6 as well as targets to run the tests painless on the different devices.
Bug fixing
We got some mails form people actually using the MetaProject indicating issues they ran into. This plain awesome! Following things got fixed:
- Fixed wrong JNI method call. Called GetAxisValue as a bool method instead of a float method
- CC_PLATFORM_TARGET did not work properly. For details see: http://github.com/levire/MetaProject/commit/f5f6ea63c58cb98f76306535213b8b676cae5e39
Thanks
Thats it so far. For a complete list of all the changes check out http://github.com/levire/MetaProject/commits/. If you encounter issues, have ideas how to improve the MetaProject, please drop us a line.
Thank you.