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 !
- Host: GitHub
- URL: https://github.com/katsew/logotron
- Owner: katsew
- License: mit
- Created: 2016-09-19T14:29:26.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-08T13:11:22.000Z (over 2 years ago)
- Last Synced: 2024-04-14T06:45:22.605Z (about 1 year ago)
- Topics: animation, computer-graphics, electron, html5-canvas, javascript, logo, logo-programming, nodejs, typescript
- Language: TypeScript
- Size: 871 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Logotron
Have fun to learn LOGO programming with electron!

# 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)