The Wayback Machine - https://web.archive.org/web/20220807003729/https://github.com/topics/visual-programming-editor
Skip to content
#

visual-programming-editor

Here are 10 public repositories matching this topic...

kungfooman
kungfooman commented Nov 24, 2020

Simple example from PlayCanvas:

/**
 * @class
 * @name pc.Vec3
 * @classdesc A 3-dimensional vector.
 * @description Creates a new Vec3 object.
 * @param {number|number[]} [x] - The x value. If x is an array of length 3, the array will be used to populate all components.
 * @param {number} [y] - The y value.
 * @param {number} [z] - The z value.
 * @example
 * var v = new pc.Vec
good first issue Good for newcomers

Improve this page

Add a description, image, and links to the visual-programming-editor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the visual-programming-editor topic, visit your repo's landing page and select "manage topics."

Learn more