Coder Social home page Coder Social logo

paxo-phone / paxos-9 Goto Github PK

View Code? Open in Web Editor NEW
39.0 5.0 12.0 50.05 MB

Code source de la dernière version du PaxOS

Home Page: https://www.paxo.fr

License: GNU Affero General Public License v3.0

C++ 62.39% CMake 0.01% Python 0.14% C 35.87% Lua 1.58%
cpp esp32 operating-system os paxo paxos

paxos-9's Introduction

paxos-9's People

Contributors

b5i avatar charlito33 avatar kstzl avatar lilblueyes avatar nakuraicodes avatar paxo-project avatar paxo-rch avatar pymuzard avatar raphaelgoutmann avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

paxos-9's Issues

Rendre le simulateur plus simple pour les développeurs

Permettre aux développeurs d'applications Lua de directement lancer une application depuis une seule commande.
Par exemple :

paxos-9.exe run my_app

Cela permettrait de pouvoir tester plus rapidement les applications et de pouvoir faire des tasks pour Visual Studio Code par exemple.

Rendre plus explicite "gui.label:setHorizontalAlignment()"

Actuellement, pour, par exemple, définir un alignement au centre, il faut faire

local label = gui:label(win, 0, 100, 320, 20)
label:setHorizontalAlignment(0)

Or, on pourrait imaginer une manière plus simple de faire cela, avec par exemple :

local label = gui:label(win, 0, 100, 320, 20)
label:setHorizontalAlignment(gui.alignment.center)

Permettre d'avoir un nom d'application personnalisé

Actuellement le nom de l'application est directement celui du dossier dans lequel elle est située.
Par exemple, une application qui aura pour nom de dossier my_app aura comme nom sur le launcher my_app.
Or, il faudrait que ce nom soit customisable pour plus de souplesse.
Par exemple, dans le manifest.json :

{
    "access": [],
    "name": "My Application Name"
}

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.