Can any german store publish contact me by pm ?
I have a few country/goverment related questions...
Type: Posts; User: AJ____92; Keyword(s):
Can any german store publish contact me by pm ?
I have a few country/goverment related questions...
thx so much dude !
i know this thread is already old but somehow if i question the total ram size (drive D) of S^3 device i get only the amount i can store there myself (eg as a filesystem) not the total ram that the...
QT is weird ...
the hello gles 2 example form the QT SDK works perfectly on the N8...
but if you wanna add a resize callback if the orientation switches for example it does not recognize the...
nokias stocks should drop TO 1% and not FOR 9% ....
this is maddness. this is nokia.
devs finally started to create some apps,
and now nokia scares them away...
I guess we all knew that nokia lets python fall and trys to get up QT very hard -.-
and who should remind them :D ?
so the next question is why is it documented in the reference books if is isnt added -.-
buffers can speed up the whole rendering process !!!
but hey lets wait another year :P maybe then there will...
Well i ll come to the point:
in the documentation (any, from 1.4.1 till 2.0.0) there is a glGenBuffers function in the gles module.
If i try to call it i get the error that it doesn't exsists -.-...
2 custom modules written in python which import only python standart modules :)
so everything is python based.
N82 -> anough ram
i dont know i import around 13 modules and it works well (more or less) and a few additional modules in the modules :D
i used that code like this:
first i made a pic and then i cutted a smaller image part (image_part) out of the big one and used that for my tests :)
download it again
image_data = None #stores the data here
def getdata(im, bpp=24):
global image_data
im.save('D:\\pixels.png', bpp=bpp, compression='no')
f = open('D:\\pixels.png', 'rb')
...
want the code for that ?
it isnt slow, but you shouldnt use that with fullsize photos xD or your ram will be filled up and you'll get an error message... i could read around 500x500 pixel pretty...
i made a totaly different aproach:
i save an image in PNG format (24 bpp and no compression)
then i unpack it using struct and zlib module
after this i have hex code values for every pixel...
yeah that was what i meant :)
OpenGL :rolleyes:
when will be the best libs available :o
maybe its not a problem in code ??? ( ok it is but there is only missing one part... )
have you tried to pair your 2 BT devices first ? PC + Phone ?
i wanted to print out the Model_view_matrix from my openGL ES project but i ( ok python ) fails already at the point where it should get the float values out of the GL matrix -.-
the interpreter...
so only thing i can do is wait ?
wook :D
is it you ?
hehe how small the world of internet can be :P
and where can i download it -.- ???
If i add those 2 lines:
#include <QtOpenGL>
//and
QT += opengl
like the QtOpenGL module reference tells me to do
i get an error even if i add those 2 lines to a new project...
what about showing your code ?
might help you