Git Product home page Git Product logo

scratch3.0's Introduction

This is the source code of KittenBlock

Kittenblock is based on the latest code-base of Scratch 3.0, it includes 3 major parts:

scratch-vm: the major running environment of Scratch blocks (Scratch 3.0), joint point of Scratch-blocks and Scratch-render.

scratch-blocks: blocks front-end with modified from blockly.

scratch-render: the stage of scratch3.0

app: based on scratch-gui, developed in react

All these three parts already included in this repo, I have modified some of the code in Scratch VM and Scratch Blocks.

Basically I sync to official scratch code base every week.

For KittenBlock Users:

Please download the Windows application here: http://kittenbot.cc/kittenblock/download/

Deploy:

clone this repo

git clone https://github.com/KittenBot/Kittenblock.git

enter the root directory of repo

cd KittenbotGui

install packages

npm install

to make kittenblock run offline locally you still need kittenblock-pc depends http://git.oschina.net/Kittenbot/kittenblock-pc

https://git.oschina.net/Kittenbot/kittenblock-pc.git

go into kitteblock-pc:

cd kittenbot-pc
npm install

pack the source code of kittenblock-pc

node_modules\bin\wepback

back to root repos and pack everything else

cd ..
node_modules\bin\wepback

all the source code need for will locate in nwjs folder the next thing is get nwjs and unzip to nwjs folder, have fun.

Specially Thanks to:

Spanish translate contributor: Jose Carlos

French translate contributor: Michel FREARD

PS:

Due to Github blocked by GFW from time to time, my major dev repo is https://git.oschina.net/Kittenbot/KittenbotGui.git .

And this is my first JavaScript and react project, pardon me for not doing everything in best practice. And we need your contributition to make it move forward.

scratch3.0's People

Contributors

xmeow avatar likaimo avatar harukama avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.