Code Monkey home page Code Monkey logo

gtk-js-app's Introduction

About My JS Application

My JS Application, as the name suggests, is nothing but an application written in JS. It installs, and it runs. It's meant as an example of the GNOME application platform, and in particular Gtk and the Gjs package system.

It should also work as a template for developing a real application, ie. one that does something, without spending all the time doing build system configuration.

Features

My JS Application most of the familiar UI you'd expect from a core application: it has a main window with a header bar, it has a search bar and it has multiple page stack.

On the developer side, the most prominent feature is that My JS Application runs uninstalled with a special Meson target. You should be able to run

meson _build
meson compile -C _build devel

and everything should just work, without having to run ninja install.

Also, it features an util module, which deals with GtkBuilder and GtkCssProvider, again providing transparency between the installed and not installed cases.

License

The package is under a 3-clause BSD license, to make it suitable for inclusion in any application.

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.