Home

Awesome

This repository is deprecated, please take a look at the new version of WyliodrinSTUDIO at the new reposository

Wyliodrin STUDIO

Build Status Dependency Status Gitter

Wyliodrin STUDIO is a Chrome based IDE for software and hardware development for IoT and Embedded Linux systems.

Wyliodrin

Supported devices:

Supported languages

Install

You may find Wyliodrin STUDIO on the Chrome Store

Wyliodrin

Device

The device needs to run

You may download device images that have them installed from Wyliodrin.

Build

You will need

Build Instructions for Windows users

Build using the provided script

Just run the build.cmd script as administrator.

or

You may build Wyliodrin STUDIO yourself

git clone https://www.github.com/Wyliodrin/WyliodrinSTUDIO
cd WyliodrinSTUDIO
yarn & REM npm install works slow
cd patches
patch.exe ../node_modules/highcharts-ng/dist/highcharts-ng.js highcharts-ng.patch
patch.exe ../node_modules/angular-tree-control/css/tree-control-attribute.css tree-control-attribute.patch
patch.exe ../node_modules/marked/lib/marked.js marked.patch
patch.exe ../node_modules/angular-ui-ace/src/ui-ace.js angular-ui-ace.patch
cd ..
grunt

Install grunt

npm install -g grunt-cli 

Build Instructions for Linux users

Build using the provided script

Just run the build.sh script.

or

You may build Wyliodrin STUDIO yourself

git clone https://www.github.com/Wyliodrin/WyliodrinSTUDIO
cd WyliodrinSTUDIO
yarn # npm install works slow
patch node_modules/highcharts-ng/dist/highcharts-ng.js patches/highcharts-ng.patch
patch node_modules/angular-tree-control/css/tree-control-attribute.css patches/tree-control-attribute.patch
patch node_modules/marked/lib/marked.js patches/marked.patch
patch node_modules/angular-ui-ace/src/ui-ace.js patches/angular-ui-ace.patch
grunt

Install grunt

sudo npm install -g grunt-cli 

The build is in the build folder

Parameters

Loading the app

First step in loading the app is to install chrome explorer if you haven't already installed it Download chrome

After the installation:

Contribute

We would love your help. Click here to find out how to contribute.

Authors

Wyliodrin STUDIO is a product of Wyliodrin

Contributions

Wyliodrin is a trademark of Wyliodrin SRL. All rights reserved.

License

GPLv3 for private, non profit and educational use.

Please consider contacting us at office@wyliodrin.com if you plan to use it in a commercial software. This license allows you to write/distribute/sell an applications written in Wyliodrin STUDIO. If does not allow you to sell Wyliodrin STUDIO or any derived products.