08-01-2012 11:26 PM
I'm trying to implement a page using Cascades API and Native SDK. This page shall consist of a chart generated from the user input data and some text around it. This chart should be generated once and isn't needed to show any animation or dynamically change its shape or size, so using OpenGL for this task would be overhead, I think.
Apart of OpenGL, I have few possible ways for doing that:
So my question - what is the best way to achieve that goal? Have I missed something while doing research?
Thanks!
08-02-2012 11:03 AM
If you want to achieve something using HTML5, have you taken a look at WebWorks? Indeed, it may serve your needs without the complexity of OpenGL:
https://developer.blackberry.com/html5/
Martin
08-06-2012 12:05 AM
You can also use the Qt paint engine for this.
08-07-2012 01:30 AM
Thanks, guys! I'll try it out.
08-07-2012 07:52 AM