steel-wheels / Arisia

The applications and frameworks for ArisiaPlatform
GNU General Public License v2.0
0 stars 0 forks source link

Arisia Platform

Arisia Icon

Introduction

The Arisia Platform is the software platform for the rapid application software development. The ArisiaCard is an implementation of it.

For rapid application development, the following matters are required:

This platform has following features to meet these requirements:

Sample screen shot

This is a simple example of ArisiaScript program.

{
  button: Button {
    title: string "Hello, world !!"
    pressed: event() %{
      console.log("Pressed") ;
    %}
  }
}

There are sample screen shots which is executed on MacOS and iOS.

License

Copyright (C) 2014-2024 Steel Wheels Project. This software is distributed under GNU LESSER GENERAL PUBLIC LICENSE Version 2.1 and the document is distributed under GNU Free Documentation License.

Target system

Introduction

The ArisiaCard application contains some sample applications to know what is Arisia application. But if you want to develop your custom Arisia application, you have to download the command line tools. See the installation page.

Applications

Documentations

Programming Tips

Related links