Skip to content

technologiescollege/blocklino

 
 

Repository files navigation

Blocklino icon BLOCKLINO Test

A mini development environment for free and open source graphic language. Programs are created by assembling blocks, they are then compiled and sent to the board.

This app works on Windows operating systems. You can download the latest release

blocklino Screenshots

Demo

Blocklino is a web tool. You can give it a try here.

You can link directly to examples :

Or watch the video demo

How to Use

Clone or download the source code.

Requirements

You'll need Node.js installed on your computer.

Install all the required tools :

run as Administrator

> npm install -g windows-build-tools

and

> npm install -g node-gyp

Getting Started

> git clone https://github.com/fontainejp/blocklino
> cd blocklino-master
> npm install
> npm start

Build and Publish

GitHub personal access token is required. You can generate it here. The access token should have the repo scope/permission. Define GH_TOKEN environment variable.

> cd blocklino-master
> build -p always

Links

Tools without which nothing would not have been possible :

About

A mini development environment for free and open source graphic language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.8%
  • JavaScript 25.7%
  • C 6.1%
  • HTML 1.2%
  • Other 0.2%