2 Repos
Platforms that teach programming fundamentals through immediate visual feedback and creative projects.
Distinct from Visual Programming Tools: Distinct from Visual Programming Tools: focuses on educational use for teaching programming, not general visual programming.
Explore 2 awesome GitHub repositories matching part of an awesome list · Visual Programming for Education. Refine with filters or upvote what's useful.
p5.js is a JavaScript creative coding library and generative art framework. It serves as a web-based graphics engine and a high-level HTML5 Canvas wrapper designed to produce algorithmic imagery and responsive audio-visual experiences. The project provides a simplified sketching API for rendering 2D and 3D graphics directly in a web browser. It enables the creation of interactive animations, generative art, and digital experiences that respond to user input. The library covers a range of applications including interactive data visualization, browser-based multimedia art, and educational prog
Facilitates teaching programming fundamentals by providing immediate visual feedback through shape and color rendering.
Processing is a creative coding environment and Java graphics library designed for writing visual sketches that produce interactive 2D and 3D graphics and animations. It runs on the Java Virtual Machine, using an OpenGL-based hardware-accelerated rendering pipeline, and operates on a sketch-based execution model where programs run as continuous loops of setup and draw functions with event-driven input handling for keyboard, mouse, and window interactions. The environment distinguishes itself as a cross-platform sketch tool that runs visual programs unchanged on desktop, web, Android, and Rasp
Teaches programming fundamentals through immediate visual feedback and creative project-based learning.