-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Welcome to the TRCharts wiki!
The TRCharts library provides interactive OpenGL charts for Android and iOS applications, using a common C++ codebase and autogenerated bindings to Java/JNI and Objective-C.
One of the project goals is that library development and use feels idiomatic to C++, Java, and Objective-C developers.
While the low level library is provided in the repository, high-level bindings are left to the programmer's needs. A sandbox sample project is provided for Android and iOS with a basic example already configured. To build the sandbox samples please refer to the wiki pages listed on the side for iOS and Android.
If you want to collaborate and expand on the library, start by looking at the suggestions in the How can I collaborate wiki page.