So are there any plans on supporting Python-OpenGL on Maemo or is 3D programming going to be C++ only?
Type: Posts; User: TomiS; Keyword(s):
So are there any plans on supporting Python-OpenGL on Maemo or is 3D programming going to be C++ only?
Yep. I already found those. But when I try to run for example 'hellogl.py' in my N900, the application shows a dialog saying 'PyOpenGL must be installed to run this example'.
I've been banging my head against the wall for several days now with a question that probably has only one correct answer. What is the 'industry' way of making custom lists in Qt 4.6 (and up) for...
I have a very basic question? What do I need to know to be able to create a simple OpenGL (ES2 or whatever) application with PySide 0.2.3 and Qt 4.6? What I need is just 'hello world' level...
Resolved myself. It seems you have to set a Maemo5-specific attribute to each main window like this
self.setAttribute(QtCore.Qt.WA_Maemo5StackedWindow)
I'm trying to run a trivial example code written in Python-Qt (PySide). The application contains a button that should open a new QMainWindow with (automatically generated) back button inside the same...
Thanks petrib. You confirmed my doubts.
However your idea about the browser plugin is definitely worth considering. But it raises another question. Is there a "right way" to do plugins for Nokia...
Hi there
I'm planning my thesis work about the technologies needed when expanding web communities to mobile. My question is about the GPS data. I know it is possible to access the GPS data of a...