An open API service indexing awesome lists of open source software.

https://github.com/katsew/logotron

Electron app for LOGO programming !
https://github.com/katsew/logotron

animation computer-graphics electron html5-canvas javascript logo logo-programming nodejs typescript

Last synced: 4 months ago
JSON representation

Electron app for LOGO programming !

Awesome Lists containing this project

README

        

# Logotron

Have fun to learn LOGO programming with electron!

![Demo](https://raw.githubusercontent.com/katsew/logotron/develop/assets/image/demo.gif)

# Dev Requirements

- Node.js (v4.x.x)
- Electron
- TypeScript (2.x)
- Browserify

## Dev

```
$ npm install -g [email protected] browserify
```

```
$ npm install
```

### Run


```
$ npm run bundle
```

then

```
$ npm start
```

### Build

```
$ npm run build
```

Builds the app for macOS, Linux, and Windows, using [electron-packager](https://github.com/electron-userland/electron-packager).

## License

MIT © [katsew](http://katsew.github.io)