All Projects → papyros → Papyros

papyros / Papyros

General issue tracking and wikis for Papyros

Labels

Projects that are alternatives of or similar to Papyros

Ctml
A C++ HTML document constructor only depending on the standard library.
Stars: ✭ 180 (-12.2%)
Mutual labels:  cmake
Obs Studio Node
libOBS (OBS Studio) for Node.Js, Electron and similar tools
Stars: ✭ 193 (-5.85%)
Mutual labels:  cmake
Methanekit
🎲 Modern 3D graphics made simple with cross-platform C++17 meta-API on top of DirectX 12 & Metal (Vulkan is coming)
Stars: ✭ 197 (-3.9%)
Mutual labels:  cmake
Hge
HGE 1.9 configured with CMake DirectX9 version, with shaders. The classic 1.8.1. version is in the `master` branch if you ever need that.
Stars: ✭ 185 (-9.76%)
Mutual labels:  cmake
Segs
💪 SEGS - Super Entity Game Server
Stars: ✭ 190 (-7.32%)
Mutual labels:  cmake
Diagon
Interactive ASCII art diagram generators. 🌟
Stars: ✭ 189 (-7.8%)
Mutual labels:  cmake
Magnum Examples
Examples for the Magnum C++11/C++14 graphics engine
Stars: ✭ 180 (-12.2%)
Mutual labels:  cmake
Fixed point
C++ Binary Fixed-Point Arithmetic
Stars: ✭ 199 (-2.93%)
Mutual labels:  cmake
Ck Caffe
Collective Knowledge workflow for Caffe to automate installation across diverse platforms and to collaboratively evaluate and optimize Caffe-based workloads across diverse hardware, software and data sets (compilers, libraries, tools, models, inputs):
Stars: ✭ 192 (-6.34%)
Mutual labels:  cmake
Cpp Boilerplate
A small c++ template with modern CMake
Stars: ✭ 197 (-3.9%)
Mutual labels:  cmake
Ucm
Useful cmake macros that help with: compiler/linker flags, collecting sources, PCHs, Unity builds and other stuff.
Stars: ✭ 186 (-9.27%)
Mutual labels:  cmake
Ojdkbuild
Note: official OpenJDK organization on GitHub is here: https://github.com/openjdk
Stars: ✭ 2,331 (+1037.07%)
Mutual labels:  cmake
Pothossdr
Pothos SDR windows development environment
Stars: ✭ 193 (-5.85%)
Mutual labels:  cmake
Qt Android Cmake
A simple CMake utility for building and deploying Qt based applications on Android without QtCreator
Stars: ✭ 185 (-9.76%)
Mutual labels:  cmake
Astera
A C99 Cross Platform 2D Game Library
Stars: ✭ 193 (-5.85%)
Mutual labels:  cmake
Argagg
A simple C++11 command line argument parser
Stars: ✭ 180 (-12.2%)
Mutual labels:  cmake
Gazebo ros demos
Example robots and code for interfacing Gazebo with ROS
Stars: ✭ 192 (-6.34%)
Mutual labels:  cmake
Vcmi
Open-source engine for Heroes of Might and Magic III
Stars: ✭ 2,514 (+1126.34%)
Mutual labels:  cmake
Learning Cmake
learning cmake
Stars: ✭ 2,524 (+1131.22%)
Mutual labels:  cmake
Wiiuse
WiiUse "feature complete" cross-platform Wii Remote access library
Stars: ✭ 196 (-4.39%)
Mutual labels:  cmake

Papyros

Join the chat at https://gitter.im/papyros/papyros

GitHub issues Bountysource

General issue tracking and wikis for Papyros, along with a CMake superbuild for easy building of all the papyros projects.

Superbuild dependencies

Building the superbuild

The CMakeLists.txt provides a superbuild which checks out and builds the following projects:

  • qml-material
  • libpapyros
  • greenisland
  • papyros-shell
  • terminal-app
  • settings-app
  • software-app

To build the superbuild, run the following commands:

mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr # or ~/.local for local builds
make

That's it! CMake will automatically download, build, and install the included projects!

To run the desktop shell, simply run:

papyros-session
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].