All Projects → scratux → scratux

scratux / scratux

Licence: BSD-3-Clause license
A simple project that aims to provide Free/Libre Open Source Linux binaries of Scratch Desktop

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to scratux

Opencl 101
Learn OpenCL step by step.
Stars: ✭ 43 (-51.14%)
Mutual labels:  scratch
Codelab adapter extensions
codelab_adapter extensions
Stars: ✭ 120 (+36.36%)
Mutual labels:  scratch
web-app-from-scratch
Supporting material for my blog post series on writing a web application from scratch in Python.
Stars: ✭ 128 (+45.45%)
Mutual labels:  scratch
Kurt
Python library for reading/writing MIT's Scratch file format.
Stars: ✭ 74 (-15.91%)
Mutual labels:  scratch
Snap4arduino
Binding Snap! and Arduino together
Stars: ✭ 107 (+21.59%)
Mutual labels:  scratch
Scratchaddons
All-in-one browser extension for Scratch.
Stars: ✭ 133 (+51.14%)
Mutual labels:  scratch
Numpy neural net
A simple neural network (multilayer perceptron) with backpropagation implemented in Python with NumPy
Stars: ✭ 25 (-71.59%)
Mutual labels:  scratch
apostilas
Apostilas sobre diversos assuntos: PHP, PDO, MySQL, PHPOO, MVC, mobile, scratch, git, github, docker, vps, alpine linux, segurança na wev, servidores, etc
Stars: ✭ 49 (-44.32%)
Mutual labels:  scratch
Robot blockly
A simple way to program ROS robots using blockly.
Stars: ✭ 115 (+30.68%)
Mutual labels:  scratch
Phosphorus
JavaScript compiler for Scratch projects.
Stars: ✭ 250 (+184.09%)
Mutual labels:  scratch
Forkphorus
JavaScript compiler for Scratch 3, 2, and 1 projects.
Stars: ✭ 83 (-5.68%)
Mutual labels:  scratch
Jxscratchview
一个万能的刮刮乐控件。无论是UILabel、UIImageView,还是自定义视图,只要是UIView都可以用来刮。代码简单,功能强大,你值得拥有!
Stars: ✭ 100 (+13.64%)
Mutual labels:  scratch
Express Mongodb Rest Api Boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose).
Stars: ✭ 153 (+73.86%)
Mutual labels:  scratch
Android Scratchoutview
高仿刮奖效果的View 可以设置刮开多少比例范围 自动显现 - Scratch card effect view , and can set the scraping what percentage range automatically displayed below ui
Stars: ✭ 49 (-44.32%)
Mutual labels:  scratch
cod4-docker
Runs a Call of duty 4 Modern Warfare (cod4x) dedicated server in a Docker container.
Stars: ✭ 44 (-50%)
Mutual labels:  scratch
7days Golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
Stars: ✭ 9,275 (+10439.77%)
Mutual labels:  scratch
Pixie
Unofficial rewrite of Scratch in JavaScript.
Stars: ✭ 123 (+39.77%)
Mutual labels:  scratch
codes-scratch-zookeeper-netty
zk + netty 实现集群节点文件同步服务
Stars: ✭ 29 (-67.05%)
Mutual labels:  scratch
s3onegpio
Scratch 3 Extensions For Arduino, Circuit Playground Express, ESP-8266, Picoboard and Raspberry Pi
Stars: ✭ 68 (-22.73%)
Mutual labels:  scratch
Blocklike
Bridging the gap between block programming and JavaScript.
Stars: ✭ 177 (+101.14%)
Mutual labels:  scratch

Scratux

Scratux is a block-based visual programming language targeted primarily at children. Users can create projects using a block-like interface. With Scratux, you can program your own interactive stories, games, and animations — and share your creations with others in the online community.

Basically Scratux is a simple project that aims to provide Free/Libre Open Source Linux binaries of Scratch Desktop. Since the official Scratch project does not provide binaries for Linux distributions, we created this project so you do not have to download + build from source. Just click and install it.

Scratux is built-in different languages and is always based on the latest stable Scratch Desktop release. Currently it is fetching Scratch Desktop 3.10.2

Screenshot

Download/Install

Download latest release from the official page

Screenshots

Ubuntu

Ubuntu

Manjaro

Manjaro

Fedora

Fedora

Development

First, download this branch and run the fetch.sh script. This will donwload our latest scratux-desktop, scratux-gui and scratux-i18n repositories and will initialize them.

$ git clone https://github.com/scratux/scratux.git
$ cd scratux
$ chmod +x fetch.sh
$ ./fetch.sh 

Then you can run Scratux using yarn or npm:

$ cd src
$ npm start

or build it by:

./build.sh

More info in the wiki

Get Involved

  • Test, report bugs and request new features.
  • Help translating Scratux using our web interface.
  • Support the project by making a donation via PayPal. This helps us to cover domain, email and development costs.

License

Licensed under BSD-3-Clause

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].