Tagged Questions
5
votes
2answers
188 views
Data structures for storing finger/stylus movements in drawing application?
I have a general question about creating a drawing application, the language could be C++ or ObjectiveC with OpenGL.
I would like to hear what are the best methods and practices for storing strokes ...
3
votes
1answer
369 views
Use Android NDK for portability with iOS?
I am currently planning to implement a little painting app using OpenGL ES 1.1. I believe this question applies to any OpenGL ES project. I am starting development on Android and I would like to ...
1
vote
1answer
209 views
OpenGL ES 2.0 vs 1.1
Is it worth supporting OpenGL ES 1.1 and fixed pipelines when even the most low level hardware can support 2.0 and shading languages?
After all, every iOS device for the last 2 years supports 2.0.