Thursday, June 22, 2017

The Tiger is Unleashed

Ever wish you could edit or replace a method in Apple's Cocoa API? We have created just what you need. The Tiger Engine is an open source API which can create JSON files and object oriented C functions similar to Cocoa. It is designed to be cross-platform and is written entirely in C. It reads and writes JSON files natively since the engine’s objects are all designed around the JSON format. Also the engine is object oriented but never exposes the malloc() and free() functions just like Cocoa. You can check it out on Github here: https://github.com/TigerFusion/TigerEngine