daggerstab
Still Fresh
- Joined
- Mar 29, 2009
- Messages
- 4
Is anyone willing to help with porting Stellarium for Pandora?
Stellarium is in the port request list at the Pandora Wiki and there have been some threads about it in the GP32X forum:
http://www.gp32x.de/board/index.php?/topic/50080-stellarium-astronomy-software/
http://www.gp32x.de/board/index.php?/topic/55192-stellarium/
Stellarium is written in C/C++, using the Qt framework. It supports OpenGL ES and some ports for mobile devices already exist. To quote myself:
For a Pandora port, the main problem most probably will be the GUI: two of the configuration windows are a bit too high and the bottom button bar leaves the screen if all plug-ins are enabled. The window problem can be solved relatively easy by re-designing the windows to use landscape orientation or removing the large tab icons and modifying the style sheet to use smaller margins. The toolbar problem is a bit more complex, but may be solved by using smaller icons. I can help with the GUI if necessary.
Stellarium is in the port request list at the Pandora Wiki and there have been some threads about it in the GP32X forum:
http://www.gp32x.de/board/index.php?/topic/50080-stellarium-astronomy-software/
http://www.gp32x.de/board/index.php?/topic/55192-stellarium/
Stellarium is written in C/C++, using the Qt framework. It supports OpenGL ES and some ports for mobile devices already exist. To quote myself:
daggerstab said:There are actually two ports for Nokia N900: an unofficial, third-party port and the aforementioned Stellarium Mobile.
The unofficial port uses Stellarium's main code base, only built with the appropriate CMake flags for OpenGL ES. There has been some small changes to the interface to make it more suitable for a small screen (scrollbars for the larger configuration windows). It's page is here:
http://maemo.org/packages/view/stellarium/
Stellarium Mobile has a few additional modules, including a GUI specifically tailored for a small screen and support for the N900's GPS and accelerometer. The problem is that the developer was hoping to get some money from it in Nokia's Ovi application store. He thought that leaving it licensed under the GPL wouldn't work for a commercial application, so he asked for an exception from the rest of the developers. Not all agreed, so at the moment the project hasn't been released. I don't know what Fabien is going to do eventually. (Oh, and he is the lead developer, which is a bit awkward.)
http://stellarium-mobile.org/ (there's a nice demonstration video)
For a Pandora port, the main problem most probably will be the GUI: two of the configuration windows are a bit too high and the bottom button bar leaves the screen if all plug-ins are enabled. The window problem can be solved relatively easy by re-designing the windows to use landscape orientation or removing the large tab icons and modifying the style sheet to use smaller margins. The toolbar problem is a bit more complex, but may be solved by using smaller icons. I can help with the GUI if necessary.
Last edited by a moderator: