GithubHelp home page GithubHelp logo

diegogs / behaviours Goto Github PK

View Code? Open in Web Editor NEW

This project forked from davidmoreno/behaviours

0.0 2.0 0.0 1.21 MB

Graphical programming interface based on UML and LUA scripting.

License: GNU Affero General Public License v3.0

C++ 32.50% C 1.16% Python 0.21% JavaScript 65.71% Shell 0.42%

behaviours's Introduction

Behaviours is a platform to create complex programs and behaviours just connecting the simple actions that conform a program.

Behaviours example

Normally the program is based on several simple algorithms and behaviours and there is a lot of plumbing between the elements. With behaviours the plumbing is simplified to the maximum just connecting boxes, letting the programmer concentrate on high level concepts.

This allows to create complex programs with just some drag and drop.

Plase check the wiki for more information on how to use behaviours and how to expand it.

Compilation instructions

$ mkdir build
$ cd build
$ cmake ..
$ make 
$ make install

Execute

$ abserver

Point your browser to http://localhost:8081

Install to custom path

By default it installs to /usr/share, but can be changed to for example /tmp/ to ease development.

$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/tmp/ ..
$ make 
$ make install

Also available is -DCMAKE_BUILD_TYPE=Debug, which compiles AB in debug mode, which shows more information as it executes.

License

Behaviour is AGPLv3 licensed.

Anybody can use it, copy it, share it under the same terms. Code modifications must be shared with your users.

This is a Free Software project; any help is appreciated, be it code, documentation, helping awareness of the program... or anything you may think of. We are eager to hear from people interested in Behaviours.

behaviours's People

Contributors

davidmoreno avatar

Watchers

James Cloos avatar  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.