Giter Site home page Giter Site logo

paxos_8's Introduction

PaxOS 8

Logo of the paxo project

PaxOS 8 is the latest version of PaxOS, a lightweight operating system for PaxoPhones.

what's new ?

It brings a very reliable event system allowing a very fluid use of the device. Its new graphic module adds new, more aesthetic widgets in a precise theme designed on figma!

The homepage features 8 simplistic apps but none too many:

  • The phone app for making calls
  • The message app, to send bubble messages to contacts
  • The contacts app, which allows you to add and delete contacts that can be used in other applications
  • The Calculator
  • Tte Clock, which will allows you to program alarms and launch stopwatches and timers
  • The Map to calculate its GPS coordinates
  • The Snake
  • The game 2048

Many improvements are coming soon.

Feel free to suggest contributions.

See more on paxo.fr

Windows Build Instructions

Before getting started, you need an IDE, a Visual Studio License (Community Edition is enough) and know how to setup a CMake project with custom toolchain.

  1. Install Visual Studio Community or Visual Studio Build Tools with CLang

CLang selected on the right of Visual Studio Installer

  1. Setup your favorite IDE (eg. CLion) with CLang (very important ! not compatible with MSVC or MinGW)

  2. Setup CMake using Ninja (recommended)

  3. You shouldn't have to install any library (everything is included)

macOS Build Instructions (using Xcode)

  1. Clone the repository and access the dir.
  2. cmake -G Xcode
  3. You can open the .xcodeproj directly in Xcode, to edit PaxOS's files you'll need to drag the folders app, extensions, interface, lib, ressources, storage, tasks and widgets to the project.

Troubleshooting:

  • If you get the message ld: warning: ignoring file /opt/homebrew/Cellar/sdl2/2.28.2/lib/libSDL2-2.0.0.dylib': found architecture 'arm64', required architecture 'x86_64' followed by an error you can do:
    1. cp lib/SDL2-2.28.2/libSDL2-2.0.0-2.dylib /opt/homebrew/Cellar/sdl2/2.28.2/lib/libSDL2-2.0.0.dylib
    2. Disable the quarantine for the file: xattr -dr com.apple.quarantine /opt/homebrew/Cellar/sdl2/2.28.2/lib/libSDL2-2.0.0.dylib

paxos_8's People

Contributors

b5i avatar charlito33 avatar paxo-rch avatar raphaelgoutmann avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.