All Projects → VubbiScript → VubbiScript

VubbiScript / VubbiScript

Licence: MIT license
Programming with blocks in Unity3D...

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Vim Snippet
174 projects
C#
18002 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to VubbiScript

Vworkflows
Flow Visualization Library for JavaFX and VRL-Studio
Stars: ✭ 226 (+451.22%)
Mutual labels:  programming, visual
Xible
Visualize your workflow
Stars: ✭ 49 (+19.51%)
Mutual labels:  programming, visual
BIPES
BIPES: Block based Integrated Platform for Embedded Systems allows text and block based programming for several types of embedded systems and Internet of Things modules using MicroPython, CircuitPython, Python or Snek. You can connect, program, debug and monitor several types of boards using network, USB or Bluetooth. No software install needed!
Stars: ✭ 72 (+75.61%)
Mutual labels:  programming, blockly
node-red-contrib-FIWARE official
FIWARE-Node-Red integration supporting NGSI-LD
Stars: ✭ 14 (-65.85%)
Mutual labels:  programming, visual
roboticsknowledgebase.github.io
Robotics Knowledgebase. The Wiki for Robot Builders.
Stars: ✭ 85 (+107.32%)
Mutual labels:  programming
A-for-apple
No description or website provided.
Stars: ✭ 14 (-65.85%)
Mutual labels:  programming
gdb-dashboard
Modular visual interface for GDB in Python
Stars: ✭ 8,699 (+21117.07%)
Mutual labels:  visual
Competitive-Programming-Codes
Includes codes from coding competitions and contests over the internet. Languages:- Python3 and C++
Stars: ✭ 14 (-65.85%)
Mutual labels:  programming
malluscript
A simple,gentle,humble scripting language for mallus, based on malayalam memes.
Stars: ✭ 112 (+173.17%)
Mutual labels:  programming
arogozhnikov.github.io
'Brilliantly wrong' blog, Machine Learning visualizations live here
Stars: ✭ 120 (+192.68%)
Mutual labels:  programming
front-end-visual-comparison-tool
🔮🔬Front-End testing tool which can be used to create a side by side visual comparison between your live site and local site.
Stars: ✭ 16 (-60.98%)
Mutual labels:  visual
PacMan
The good old times are coming back with PACMAN
Stars: ✭ 12 (-70.73%)
Mutual labels:  programming
future.callr
🚀 R package future.callr: A Future API for Parallel Processing using 'callr'
Stars: ✭ 52 (+26.83%)
Mutual labels:  programming
wololock.github.io
e.printstacktrace.blog source code
Stars: ✭ 12 (-70.73%)
Mutual labels:  programming
awesome-learn-by-playing
A collection of tech resources that allow you to learn new things by playing games
Stars: ✭ 95 (+131.71%)
Mutual labels:  programming
BeautifulMakie
https://lazarusa.github.io/BeautifulMakie/
Stars: ✭ 281 (+585.37%)
Mutual labels:  programming
rapid-router
A Blockly and python based educational game aimed at students age 5-14.
Stars: ✭ 50 (+21.95%)
Mutual labels:  blockly
trik-studio
TRIK Studio programming environment
Stars: ✭ 15 (-63.41%)
Mutual labels:  programming
PlayMaker--UnityLearn--2dPlatformer
Obsolete, Check for newer version
Stars: ✭ 21 (-48.78%)
Mutual labels:  visual
CODE-CAMP-2020
A Virtual Hackathon Camp for Developers, Build real products and win Swags in comfort of your home.
Stars: ✭ 30 (-26.83%)
Mutual labels:  programming

VubbiScript

VubbiScript is a block based programming environment (similar to Scratch) for Unity 3D. It is meant as a next step after mastering Scratch when learning to program. It should make it easier to start programming in Unity 3D.

It does not try to have blocks for all possible features of Unity 3D. Nor does it try to have the same blocks as Scratch (Unity 3D has different concepts). The idea is that this plugin eases the introduction to Unity 3D.

Once you mastered VubbiScript and need more complex features than VubbiScript supports, you can quit using VubbiScript and seamlessly switch to programming in C#.

- Jeroen Penninck

VubbiScript Screenshot

Documentation & Downloads...

Interested in trying it out or learning more? Latest download and information can be found on the website:

https://vubbiscript.github.io/.

How to try it out in development mode?

  1. Do a git clone

  2. Clone the submodules

    git submodules init
    git submodules update
    

    (or have a look at http://stackoverflow.com/questions/3796927/how-to-git-clone-including-submodules)

  3. Open the Unity project located in src/unity-project

You do not need the "buildscripts" folder unless you really want to make a "unitypackage" which you can distribute.

Interested in helping?

Contact me! My email can be found at the bottom of the website https://vubbiscript.github.io/.

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].