Panorama / panorama

A menu system, application launcher and user interface for the OpenPandora

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is the source distribution for the Panorama project. It is licensed under the Creative Commons Attribution Share-Alike license.

About

Panorama is an application lanucher written in Qt for the OpenPandora portable gaming platform. The focus lies on creating an extremely portable, modular and extensible system that also is visually appealing and uses little resources. Having intuitive controls and an efficient usage of screen real estate is also a primary goal.

Building the source code

You will need the following tools and resources to compile Panorama:

  • A C++ compiler
  • Git
  • Qt 4.7 or later

Once you have these tools, you should get hold of the latest version of the Panorama source code distribution, which you can do by going to the GitHub repository for Panorama. You'll also need the Pandora libraries that are used for PND software package integration. You can get them using the following commands:

git submodule init
git submodule update

Then, do the following:

  • Run qmake for the Qt version you used. If you want to enable OpenGL rendering use qmake CONFIG+=enable_opengl panorama.pro.
  • Run gmake (or make). You should now have the panorama executable in the panorama/target directory.

Further documentation

If you want to find out more about Panorama, please visit the project's Wiki. There, you will find guides for creating new Panorama UIs or extending the project.

About

A menu system, application launcher and user interface for the OpenPandora

License:Other


Languages

Language:C++ 97.5%Language:C 1.9%Language:JavaScript 0.5%Language:Shell 0.0%