Skip to content
forked from bzar/panorama

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

License

Notifications You must be signed in to change notification settings

Cloudef/panorama

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 launcher 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
  • CMake
  • Make
  • Qt 4.8 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 (needed for now until these are integrated into the build system):

cd deps/jansson/src && autoreconf -i && ./configure && cd -
cd deps/pndman/src && make version && cd -
mkdir build && cd build
cmake ..
make

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.0%
  • JavaScript 2.0%