Nope :( Haven't been for a while and won't be active due to recent strategy changes by Nokia. At least from my part.
Type: Posts; User: GameDude; Keyword(s):
Nope :( Haven't been for a while and won't be active due to recent strategy changes by Nokia. At least from my part.
> Is it suitable for not-so-top-notch devices..?
I doubt that :| My performance target is N900 or better. Can't really say until I have change to try this. I tested box2d with 20~ objects colliding...
Hi,
just something I have been working on: https://bitbucket.org/jtoivola/qml-physics
It's a C++ plugin for adding physical properties for QML elements with Bullet physics library doing the heavy...
Ok, good to know :) No hurry, I'm just checking what my options are. But still, there's no support for older devices, 3rd ed fp 1 onwards? Not sure yet if I have to support them though.
Hi,
does anybody know, if I can have home screen widget done with WRT and application in C++. What I need is a home screen widget which displays some data, and when clicked/touched, opens up a C++...
I can not help with the LogManGui because it compiles just fine on my system,
but the LogManStatic.mmp was missing so I uploaded it to code.google
Update with mercurial and add to your bld.inf:...
You could also try to link against the LogmanStatic.lib, that should avoid conflict with older version of the client DLL. The client code is then included in your App and it communicates directly...
Not sure, but there might be a version conflict. You have to remove the installation you made with the downloaded .sis and build and install your own version. It's actually intended only for the...
install\install_headers.py
bldmake bldfiles
abld build gcce urel
worked for me.
But since it is complaining about avkon.rh and eikon.rh, you probably have something wrong with your...
What port you set on the device? The default works for me. I haven't been working on Symbian for a while so I'm not sure if things still work as they used to. Try the WLAN logging if possible.
This forum is dying :(
The slow release cycle of new PyS60 versions doesn't help and is actually the cause in my opinion. Nothing new happening, not much to be exited about... Except your engine...
Holy Cow! Looks cool :)
Try to replace the snake's display setting with liquid's version.
if os.name == "e32":
size = pygame.display.list_modes()[0]
else:
size = DISPLAY_SIZE
screen =...
I made a tool for this a while ago: http://discussion.forum.nokia.com/forum/showthread.php?t=176435
Impossible, no, but you'll have to grab the pygame sources and build it from scratch and modify the build scripts to suit your needs. I haven't had the time to improve pygame lately.
The plugin contains the libraries used in linking for device as well. It's not for emulator only.
Just a wild guess, but OpenC is installed with PyS60 and it might not be binary compatible with the OpenC version you built the application with. Make sure you have the same OpenC version installed...
Nope unfortunately. The SDL used by pygame requires some native initialization before it can be used and the standard script shell does not do that.
Not possible without building the pygame from...
I suppose you tried to use the PyS60's Script Shell. It doesn't work. At least yet. There should be a pygame icon in your application's list, which launches pygame's own launcher. Use that instead....
Sure. As I said, you have to build it first.
Maybe I was unclear... from pygame SVN repository. See http://www.pygame.org/wiki/cvs
Of course you can. If it was impossible, it would be...
You have built pygame? It doesn't come with PyS60. SDK for simulator is in my TODO list though.
Get pygame sources: svn co svn://seul.org/svn/pygame/trunk pygame
See 'how_to_build.txt' in...
I wrote that a long time ago. It should work on 5th ed as well. I actually build stuff for my 3rd ed. phone using 5th ed. SDK :o
Any telnet( TeraTerm, PuTTY, etc.. ) program should work. Or use...
I use my LogMan tool for this. It has a shell which can listen to USB serial or socket ( telnet port 23, localhost with emulator, via WLAN with device ) and can be used with some terminal program...
Hi,
got a coding itch, so I coded up a tool to install latest PyS60 SDK under EPOCROOT. It's available at pygame-symbian's code google repository.
It's a simple tool, which:
1. Gets and parses...
Final Pygame 1.9.0 release for PyS60 1.9.7 is now available
Fixed issues:
3. Out of memory crashes with launcher
Known issues:
1. Launcher crashes when installed to memory card and trying to...