HOME

TheInfoList



OR:

In
computing Computing is any goal-oriented activity requiring, benefiting from, or creating computing machinery. It includes the study and experimentation of algorithmic processes, and development of both hardware and software. Computing has scientific, ...
, a visual programming language (visual programming system, VPL, or, VPS) is any
programming language A programming language is a system of notation for writing computer programs. Most programming languages are text-based formal languages, but they may also be graphical. They are a kind of computer language. The description of a programming l ...
that lets users create
programs Program, programme, programmer, or programming may refer to: Business and management * Program management, the process of managing several related projects * Time management * Program, a part of planning Arts and entertainment Audio * Programm ...
by manipulating program elements ''graphically'' rather than by specifying them ''textually''. A VPL allows programming with visual expressions, spatial arrangements of text and graphic symbols, used either as elements of syntax or secondary notation. For example, many VPLs (known as ''dataflow'' or ''diagrammatic programming'') are based on the idea of "boxes and arrows", where boxes or other screen objects are treated as entities, connected by arrows, lines or arcs which represent relations.


Definition

VPLs may be further classified, according to the type and extent of visual expression used, into icon-based languages, form-based languages, and diagram languages. Visual programming environments provide graphical or iconic elements which can be manipulated by users in an interactive way according to some specific spatial grammar for program construction. The general goal of VPLs is to make programming more accessible to novices and to support programmers at three different levels * ''Syntax'': VPLs use icons/blocks, forms and diagrams trying to reduce or even eliminate the potential of syntactic errors helping with the arrangement of programming primitives to create well-formed programs. * ''Semantics'': VPLs may provide some mechanisms to disclose the meaning of programming primitives. This could include help functions providing documentation functions built-in to programming languages. * ''Pragmatics'': VPLs support the study of what programs mean in particular situations. This level of support allows users to put artifacts created with a VPL into a certain state in order to explore how the program will react to that state. Examples: In
AgentSheets AgentSheets was one of the first modern block-based programming language for kids. The idea of AgentSheets was to overcome syntactic challenges found in common text-based programming languages by using drag and drop mechanisms conceptualizing com ...
or AgentCubes users can set games or simulations into a particular state in order to see how program would react. With the Thymio programming language users can bring a robot into a certain state in order to see how it will react, i.e., which sensors will be activated. Current developments try to integrate the visual programming approach with
dataflow programming In computer programming, dataflow programming is a programming paradigm that models a program as a directed graph of the data flowing between operations, thus implementing dataflow principles and architecture. Dataflow programming languages share ...
languages to either have immediate access to the
program state In information technology and computer science, a system is described as stateful if it is designed to remember preceding events or user interactions; the remembered information is called the state of the system. The set of states a system can oc ...
, resulting in online debugging, or automatic program generation and documentation. Dataflow languages also allow automatic parallelization, which is likely to become one of the greatest programming challenges of the future. The
Visual Basic Visual Basic is a name for a family of programming languages from Microsoft. It may refer to: * Visual Basic .NET (now simply referred to as "Visual Basic"), the current version of Visual Basic launched in 2002 which runs on .NET * Visual Basic (c ...
, Visual C#, Visual J# etc. languages of the
Microsoft Visual Studio Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs including web site, websites, web apps, web services and mobile apps. Visual Studio uses Microsoft software development platfor ...
IDE are not visual programming languages: the representation of algorithms etc. is textual even though the IDE embellishes the editing and debugging activities with a rich user interface. A similar consideration applies to most other
rapid application development Rapid application development (RAD), also called rapid application building (RAB), is both a general term for adaptive software development approaches, and the name for James Martin's method of rapid development. In general, RAD approaches to ...
environments which typically support a
form designer A graphical user interface builder (or GUI builder), also known as GUI designer or sometimes RAD IDE, is a software development tool that simplifies the creation of GUIs by allowing the designer to arrange graphical control elements (often calle ...
and sometimes also have graphical tools to illustrate (but not define) control flow and data dependencies.
Parser Parsing, syntax analysis, or syntactic analysis is the process of analyzing a string of symbols, either in natural language, computer languages or data structures, conforming to the rules of a formal grammar. The term ''parsing'' comes from Lati ...
s for visual programming languages can be implemented using graph grammars.


List of visual languages

The following contains a list of notable visual programming languages.


Educational

* AgentCubes, 3D and 2D game design and simulation design computational thinking tools. *
AgentSheets AgentSheets was one of the first modern block-based programming language for kids. The idea of AgentSheets was to overcome syntactic challenges found in common text-based programming languages by using drag and drop mechanisms conceptualizing com ...
, game authoring and computational science authoring tool. *
Alice Alice may refer to: * Alice (name), most often a feminine given name, but also used as a surname Literature * Alice (''Alice's Adventures in Wonderland''), a character in books by Lewis Carroll * ''Alice'' series, children's and teen books by ...
, an object based language used to program 3D environments. * Analytica, for building and analyzing quantitative models for decision and risk analysis. * App Inventor for Android, a tool for creating
Android Android may refer to: Science and technology * Android (robot), a humanoid robot or synthetic organism designed to imitate a human * Android (operating system), Google's mobile operating system ** Bugdroid, a Google mascot sometimes referred to ...
applications, based on Blockly and Kawa. * Blockly, a client-side library for the programming language
JavaScript JavaScript (), often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of Website, websites use JavaScript on the Client (computing), client side ...
for creating block-based visual programming languages (VPLs) and editors * Bubble, for creating production-ready
web application A web application (or web app) is application software that is accessed using a web browser. Web applications are delivered on the World Wide Web to users with an active network connection. History In earlier computing models like client-serve ...
s. * Catrobat, block-based visual programming language for animations, apps and games * Flowgorithm, creates executable flowcharts which can be converted to several languages. *
Hopscotch Hopscotch is a popular playground game in which players toss a small object, called a lagger, into numbered triangles or a pattern of rectangles outlined on the ground and then hop or jump through the spaces and retrieve the object. It is a chi ...
, an
iPad The iPad is a brand of iOS and iPadOS-based tablet computers that are developed by Apple Inc. The iPad was conceived before the related iPhone but the iPhone was developed and released first. Speculation about the development, operati ...
app, and visual programming language for creating touchscreen-oriented mobile applications. * Kodu, a visual programming tool for
Logo A logo (abbreviation of logotype; ) is a graphic mark, emblem, or symbol used to aid and promote public identification and recognition. It may be of an abstract or figurative design or include the text of the name it represents as in a wordm ...
. * Kojo, a programming language, IDE, and learning environment. *
mBlock Makeblock is a private Chinese technology company headquartered in Shenzhen, China. It develops Arduino-based hardware, robotics hardware, and Scratch-based software for the purpose of providing educational tools for learning. This includes ...
, an extension of Scratch for
Arduino Arduino () is an open-source hardware and software company, project, and user community that designs and manufactures single-board microcontrollers and microcontroller kits for building digital devices. Its hardware products are licensed und ...
hardware interfaces. Developed by
Makeblock Makeblock is a private Chinese technology company headquartered in Shenzhen, China. It develops Arduino-based hardware, robotics hardware, and Scratch-based software for the purpose of providing educational tools for learning. This includes ...
. *
Open Roberta Open Roberta is a project within the German education initiative "Roberta—Learning with robots", initiated by Fraunhofer IAIS, which is an institute belonging to the Fraunhofer Society. With Open Roberta Fraunhofer IAIS is looking to encourag ...
, online programming environment from
Fraunhofer IAIS Fraunhofer may refer to: * Joseph von Fraunhofer (1787–1826), German physicist *Fraunhofer (crater), a lunar crater *Fraunhofer Society (Fraunhofer-Gesellschaft), a large German research organization *Fraunhofer diffraction, far-field diffractio ...
, designed for children. * Raptor, a product of the
USAF The United States Air Force (USAF) is the Aerial warfare, air military branch, service branch of the United States Armed Forces, and is one of the eight uniformed services of the United States. Originally created on 1 August 1907, as a part ...
, for drawing executable flowcharts. * Scratch, a product of MIT, designed for children in K-12 and after-school programs. *
ScratchJr ScratchJr is a visual programming language designed to introduce programming skills to children ages 5–7. The app is considered an introductory programming language. It is available as a free app for iOS, Android and Chromebook. ScratchJr is a ...
, an interpretation of Scratch designed primarily for younger audiences (5-7-year-old children). * Snap!, a browser-based reimplementation of BYOB, and extension of Scratch, with first class procedures and lists. Used for teaching at
UC Berkeley The University of California, Berkeley (UC Berkeley, Berkeley, Cal, or California) is a public university, public land-grant university, land-grant research university in Berkeley, California. Established in 1868 as the University of Californi ...
. * Stagecast Creator, a Java-based teaching system. * StarLogo, an
agent-based An agent-based model (ABM) is a computational model for simulating the actions and interactions of autonomous agents (both individual or collective entities such as organizations or groups) in order to understand the behavior of a system and wha ...
simulation language A computer simulation language is used to describe the operation of a simulation on a computer.Fritzson, Peter, and Vadim Engelson.Modelica—A unified object-oriented language for system modeling and simulation" European Conference on Object-Orie ...
developed by
Mitchel Resnick Mitchel Resnick (born June 12, 1956) is Lego Papert Professor of Learning Research, Director of the Okawa Center, and Director of the Lifelong Kindergarten group at the Massachusetts Institute of Technology (MIT) Media Lab. , Resnick serves as h ...
,
Eric Klopfer Eric Klopfer (born October 8, 1970) is a professor and Director of thScheller Teacher Education Program and the Education Arcadeat MIT. Klopfer's research explores how educational technology, games, and computer simulations can be tools for teachi ...
, and others at
MIT Media Lab The MIT Media Lab is a research laboratory at the Massachusetts Institute of Technology, growing out of MIT's Architecture Machine Group in the School of Architecture. Its research does not restrict to fixed academic disciplines, but draws from ...
. An extension of the
Logo A logo (abbreviation of logotype; ) is a graphic mark, emblem, or symbol used to aid and promote public identification and recognition. It may be of an abstract or figurative design or include the text of the name it represents as in a wordm ...
programming language A programming language is a system of notation for writing computer programs. Most programming languages are text-based formal languages, but they may also be graphical. They are a kind of computer language. The description of a programming l ...
(a
dialect The term dialect (from Latin , , from the Ancient Greek word , 'discourse', from , 'through' and , 'I speak') can refer to either of two distinctly different types of linguistic phenomena: One usage refers to a variety of a language that ...
of
Lisp A lisp is a speech impairment in which a person misarticulates sibilants (, , , , , , , ). These misarticulations often result in unclear speech. Types * A frontal lisp occurs when the tongue is placed anterior to the target. Interdental lispi ...
). * ToonTalk, programming system for children. * Visual Logic, for creating executable flowcharts. * VIPLE Visual IoT/Robotics Programming Language Environment


Multimedia

* AudioMulch, an audio signal flow based sound and music creation environment *
Bidule Bidule is a commercial software application for the creation of interactive computer music and multimedia produced by the Canadian company Plogue Arts and Technology. It runs on both Windows and Mac computers. Bidule uses a modular struct ...
, a modular node and patch cord environment for the creation of interactive computer music and multimedia (Windows, MacOS). * Blender (software), the
open source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
3D graphics 3D computer graphics, or “3D graphics,” sometimes called CGI, 3D-CGI or three-dimensional computer graphics are graphics that use a three-dimensional representation of geometric data (often Cartesian) that is stored in the computer for th ...
package, includes node graphs for building
shader In computer graphics, a shader is a computer program that calculates the appropriate levels of light, darkness, and color during the rendering of a 3D scene - a process known as '' shading''. Shaders have evolved to perform a variety of spec ...
s, composites and textures, non-destructive geometry. * Cameleon, graphical functional language *
Clickteam Clickteam is a French software development company based in Boulogne-Billancourt, Hauts-de-Seine. Founded by Francis Poulain, François Lionet and Yves Lamoureux, Clickteam is best known for the creation of Clickteam Fusion, a script-free pro ...
's The games factory/Multimedia fusion series, environments made for visually developing games *
Dynamo "Dynamo Electric Machine" (end view, partly section, ) A dynamo is an electrical generator that creates direct current using a commutator. Dynamos were the first electrical generators capable of delivering power for industry, and the foundat ...
, a generative modeling interface for Autodesk Revit * Filter Forge Node based filter generation for image processing. *
Houdini (software) Houdini is a 3D animation software application developed by Toronto-based SideFX, who adapted it from the PRISMS suite of procedural generation software tools. The procedural tools are used to produce different effects such as complex reflectio ...
vfx, modeling and animation software. *
GenerativeComponents GenerativeComponents is parametric CAD software developed by Bentley Systems, was first introduced in 2003, became increasingly used in practice (especially by the London architectural community) by early 2005, and was commercially released in Nove ...
, a parametric CAD software developed by
Bentley Systems Bentley Systems, Incorporated is an American-based software development company that develops, manufactures, licenses, sells and supports computer software and services for the design, construction, and operation of infrastructure. The company's ...
* Grasshopper 3d, a generative modeling interface for Rhinoceros 3D *
Isadora Isidora or Isadora is a female given name of Greek origin, derived from Ἰσίδωρος, ''Isídōros'' (a compound of Ἶσις, ''Ísis'', and δῶρον, ''dōron'': "gift of he goddessIsis"). The male equivalent is Isidore. The name sur ...
, a proprietary graphic programming environment for
Mac OS X macOS (; previously OS X and originally Mac OS X) is a Unix operating system developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac computers. Within the market of desktop and lapt ...
and Microsoft Windows, with emphasis on real-time manipulation of digital video. *
Kyma (sound design language) Kyma is a visual programming language for sound design used by musicians, researchers, and sound designers. In Kyma, a user programs a multiprocessor DSP by graphically connecting modules on the screen of a Macintosh or Windows computer. Backgroun ...
, a visual programming language for sound design used by musicians, researchers, and sound designers. * Mama (software) – a programming language and IDE for building 3D animations and games * Max (software), visual programming environment for building interactive, real-time music and multimedia applications **
Max/MSP Max, also known as Max/MSP/Jitter, is a visual programming language for music and multimedia developed and maintained by San Francisco-based software company Cycling '74. Over its more than thirty-year history, it has been used by composers, pe ...
**
Pure Data Pure Data (Pd) is a visual programming language developed by Miller Puckette in the 1990s for creating interactive computer music and multimedia works. While Puckette is the main author of the program, Pd is an open-source software, open-source ...
** nato.0+55+3d * Nodal, a node-based generative programming software application for music composition *
Nuke Nuke is most commonly used as a slang term for a nuclear weapon, or the act of detonating/setting one off. Nuke may also refer to: Computing * Nuke (software), a node-based compositor * Nuke (video games), a type of damaging attack that is mos ...
, an object-based visual programming software for
visual effects Visual effects (sometimes abbreviated VFX) is the process by which imagery is created or manipulated outside the context of a live-action shot in filmmaking and video production. The integration of live-action footage and other live-action foota ...
compositing Compositing is the process or technique of combining visual elements from separate sources into single images, often to create the illusion that all those elements are parts of the same scene. Live-action shooting for compositing is variously c ...
by The Foundry powered by Tcl, Python and Blink-script. * OpenMusic, a visual programming language for music composition (based on Common Lisp Object System (CLOS)) applications, and mobile applications *
Pure Data Pure Data (Pd) is a visual programming language developed by Miller Puckette in the 1990s for creating interactive computer music and multimedia works. While Puckette is the main author of the program, Pd is an open-source software, open-source ...
(Pd) is a visual programming language developed for creating interactive computer music and multimedia works. *
Quartz Composer Quartz Composer is a node-based visual programming language provided as part of the Xcode development environment in macOS for processing and rendering graphical data. Quartz Composer uses OpenGL (including GLSL), OpenCL (only in Mac OS X Sn ...
, a language for processing and rendering graphical data () * Reaktor, a DSP and MIDI-processing language by
Native Instruments Native Instruments is a German company that develops, manufactures, and supplies music software and hardware for music production, sound design, performance, and DJing. The company's corporate headquarters and main development facilities are lo ...
* Scala Multimedia Authoring suite and complete multimedia system for AmigaOS and Windows *
Softimage Autodesk Softimage, or simply Softimage () was a 3D computer graphics application, for producing 3D computer graphics, 3D modeling, and computer animation. Now owned by Autodesk and formerly titled Softimage, XSI, the software has been predomina ...
, with ICE Interactive Creative Environment. *
SynthEdit SynthEdit is a modular audio plugin development environment which uses a visual editor. First conceived in 1987 by programmer Jeff McClintock and initially distributed in 1999, it was officially released in 2005. Along with Native Instruments' R ...
, a Synthesizer construction tool using a VPL. * TouchDesigner, visual programming language for real-time multimedia content * Virtools, a middleware used to create interactive 3D experiences *
vvvv vvvv ( = "Vau Vier" or "v4") is a general purpose toolkit with a special focus on real-time video synthesis and programming large media environments with physical interfaces, real-time motion graphics, audio and video. vvvv uses a dataflow appro ...
, a general purpose toolkit with a special focus on real-time video synthesis and programming large media environments with physical interfaces, real-time motion graphics, audio and video. * WireFusion, visual programming environment for creating interactive 3D web presentations


Video games

* Babylon.js has a node material editor that can be used to build shaders, procedural textures, particle systems and post processing effects. *
Blender Game Engine The Blender Game Engine was a free and open-source 3D production suite used for making real-time interactive content. It was previously embedded within Blender, but support for it was dropped in 2019, with the release of Blender 2.8. The game en ...
(Graphical logic editor) * Clickteam Fusion, a 2D game creation software with event editor system, developed by Clickteam SARL, originally known as Klik n' Play, The Games Factory and Multimedia Fusion 2 * Construct 2-3 are HTML5-based 2D game editors, developed by Scirra Ltd. ** Construct Classic is the previous, DirectX-based open-sourced version of Construct. *
CryEngine CryEngine (stylized as CRYENGINE) is a game engine designed by the German game developer Crytek. It has been used in all of their titles with the initial version being used in '' Far Cry'', and continues to be updated to support new consoles and ...
has a node-based visual programming language called FlowGraph. * Dreams, which runs on PlayStation, has an extensive visual language to allow players to create any kind of game * Game Builder Garage, a 3D and 2D game creation tool for the
Nintendo Switch The is a hybrid video game console developed by Nintendo and released worldwide in most regions on March 3, 2017. The console itself is a tablet that can either be docked for use as a home console or used as a portable device, making it a ...
, developed by Nintendo. * GameMaker Studio, has a drag and drop game creation system developed by YoYo Games. * GameSalad is a visual game creation tool developed by GameSalad, Inc. *
GDevelop GDevelop is a 2D cross-platform, free and open-source game engine, which mainly focuses on creating PC and Mobile games, as well as HTML5 games playable in the browser. Created by Florian Rival; a software engineer at Google, GDevelop is mainly a ...
is a visual game creation tool created by Florian Rival (4ian). * Godot game engine allows game scripts and graphics shaders to be built using node-graph visual programming languages. * Human Resource Machine is a visual programming-based puzzle game developed by Tomorrow Corporation. * Kodu, a software designed to program games with a 3D Interface developed by Microsoft Research. *
Pixel Game Maker MV Pixel Game Maker MV (released as "Action Game Tsukuru" (アクションゲームツクール) in Japan) is a 2D computer graphics, 2D action game production software published by Playism. It allows for the creation of 2D games without the need fo ...
is an interface-based 2D video game development tool. *
Rec Room A recreation room (also known as a rec room, rumpus room, play room, playroom, games room, or ruckus room) is a room used for a variety of purposes, such as parties, games and other everyday or casual activities. The term ''recreation room'' is ...
includes a game creation system with a node-based visual programming language called Circuits. *
Snowdrop ''Galanthus'' (from Ancient Greek , (, "milk") + (, "flower")), or snowdrop, is a small genus of approximately 20 species of bulbous perennial herbaceous plants in the family Amaryllidaceae. The plants have two linear leaves and a single ...
has a visual scripting system. *
Stencyl Stencyl is a video game development tool that allows users to create 2D video games for computers, mobile devices, and the web. The software is available for free, with select publishing options available for purchase. The software was originally ...
, a video game creation tool. * Unity has a visual scripting system as of the ECS release. *
Unreal Engine 4 Unreal Engine (UE) is a 3D computer graphics game engine developed by Epic Games, first showcased in the 1998 first-person shooter game ''Unreal (1998 video game), Unreal''. Initially developed for Personal computer, PC first-person shooters, i ...
has a node-based visual programming language called Blueprints, and also shaders. Many modern video games make use of behavior trees, which are in principle a family of simple programming languages designed to model behaviors for
non-player character A non-player character (NPC), or non-playable character, is any character in a game that is not controlled by a player. The term originated in traditional tabletop role-playing games where it applies to characters controlled by the gamemaster ...
s. The behaviors are modeled as trees, and are often edited in graphical editors.


Systems / simulation

* Analytica, a commercial visual language for decision models based on influence diagrams. * BPEL (Business Process Execution Language), currently a Graphical user based Programming Language used to create orchestration logic for data and web services. It is based on XML, but has a graphical interface for faster coding. *
DRAKON DRAKON is a free and open source algorithmic visual programming and modeling language developed within the Buran space project following ergonomic design principles. The language provides a uniform way to represent flowcharts of any c ...
, a graphical algorithmic language * EICASLAB, a software suite including a graphical language for supporting the design of control architectures * Flowcode is a graphical programming language to program embedded microprocessors * Function block diagrams, used in programmable logic controllers * GNU Radio, a development toolkit which provides signal-processing blocks to implement software-defined-radios and signal-processing systems *
KNIME KNIME (), the Konstanz Information Miner, is a free and open-source data analytics, reporting and integration platform. KNIME integrates various components for machine learning and data mining through its modular data pipelining "Building Blocks ...
, the Konstanz Information Miner, is an open source data analytics, reporting and integration platform *
LabVIEW Laboratory Virtual Instrument Engineering Workbench (LabVIEW) is a system-design platform and development environment for a visual programming language from National Instruments. The graphical language is named "G"; not to be confused with G- ...
, a graphical language designed for engineers and scientists *
Ladder logic Ladder logic was originally a written method to document the design and construction of relay racks as used in manufacturing and process control. Each device in the relay rack would be represented by a symbol on the ladder diagram with connecti ...
, a language that simulates relay logic commonly used in programmable logic controllers *
MeVisLab MeVisLab is a cross-platform application framework for medical image processing and scientific visualization. It includes advanced algorithms for image registration, segmentation, and quantitative morphological and functional image analysis. An ...
, cross-platform application framework for medical image processing and
scientific visualization Scientific visualization ( also spelled scientific visualisation) is an interdisciplinary branch of science concerned with the visualization of scientific phenomena. Michael Friendly (2008)"Milestones in the history of thematic cartography, st ...
* Microsoft Visual Programming Language, dataflow language for
robotics Robotics is an interdisciplinarity, interdisciplinary branch of computer science and engineering. Robotics involves design, construction, operation, and use of robots. The goal of robotics is to design machines that can help and assist human ...
programming that is a component of Microsoft Robotics Studio *
MindRover ''MindRover'' is a video game for PC, developed by CogniToy. Gameplay The game, which can be thought of as a successor to the Learning Company's Robot Odyssey, revolves around three activities: * Assemble virtual robots from a library of stock ...
, a robot programming game incorporating a dataflow "wiring" language *
Minibloq Minibloq is a graphical development environment for Arduino and other platforms. Its main objective is to help in teaching programming. It is specially used in robotics at elementary, middle and high schools. It's widely used in Argentina, where j ...
, visual programming language for
robotics Robotics is an interdisciplinarity, interdisciplinary branch of computer science and engineering. Robotics involves design, construction, operation, and use of robots. The goal of robotics is to design machines that can help and assist human ...
and
Arduino Arduino () is an open-source hardware and software company, project, and user community that designs and manufactures single-board microcontrollers and microcontroller kits for building digital devices. Its hardware products are licensed und ...
compatible boards * MST Workshop, an interactive visual programming language for creating mathematical solutions, rapid prototyping, two-dimensional and three-dimensional graphic applications * Node-RED: software system rapid development toolkit *
NXT-G Lego Mindstorms NXT is a programmable robotics kit released by Lego on August 2, 2006. It replaced the first-generation Lego Mindstorms kit, which was called the Robotics Invention System. The base kit ships in two versions: the Retail Version ...
, a visual programming language for the
Lego Mindstorms NXT Lego Mindstorms NXT is a programmable robotics kit released by Lego on August 2, 2006. It replaced the first-generation Lego Mindstorms kit, which was called the Robotics Invention System. The base kit ships in two versions: the Retail Versio ...
robotics kit *
OpenDX OpenDX stands for Open Data Explorer and is IBM's scientific data visualization software. It can handle complex domains (such as a mechanical gear or a human brain) along with measured or computed data. The data may be scalar (such as the co ...
scientific data visualization using a visual programming language and data flow model * OpenWire - adds visual dataflow programming abilities to
Delphi Delphi (; ), in legend previously called Pytho (Πυθώ), in ancient times was a sacred precinct that served as the seat of Pythia, the major oracle who was consulted about important decisions throughout the ancient classical world. The oracl ...
via
Visual Component Library The Visual Component Library (VCL) is a visual component-based object-oriented framework for developing the user interface of Microsoft Windows applications. It is written in Object Pascal. History The VCL was developed by Borland for u ...
(VCL) components and a graphical editor (homonymous binary protocol is unrelated) *
Orange Orange most often refers to: *Orange (fruit), the fruit of the tree species '' Citrus'' × ''sinensis'' ** Orange blossom, its fragrant flower * Orange (colour), from the color of an orange, occurs between red and yellow in the visible spectrum ...
- An
open-source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
, visual programming tool for data mining, statistical
data analysis Data analysis is a process of inspecting, cleansing, transforming, and modeling data with the goal of discovering useful information, informing conclusions, and supporting decision-making. Data analysis has multiple facets and approaches, en ...
, and
machine learning Machine learning (ML) is a field of inquiry devoted to understanding and building methods that 'learn', that is, methods that leverage data to improve performance on some set of tasks. It is seen as a part of artificial intelligence. Machine ...
*
OutSystems OutSystems is a Low-code development platform which provides tools for companies to develop, deploy and manage omnichannel enterprise applications. OutSystems was founded in 2001 in Lisbon, Portugal. In June 2018 OutSystems secured a $360M ro ...
language, a visual modeling language to develop and change all layers of business centric web applications * Prograph - an
object-oriented programming Object-oriented programming (OOP) is a programming paradigm based on the concept of " objects", which can contain data and code. The data is in the form of fields (often known as attributes or ''properties''), and the code is in the form of ...
language that uses iconic symbols to represent actions to be taken on data * Ptolemy Project - a project aimed at modeling and designing real-time
embedded system An embedded system is a computer system—a combination of a computer processor, computer memory, and input/output peripheral devices—that has a dedicated function within a larger mechanical or electronic system. It is ''embedded'' ...
s. * Qucs graphical interface to set up simulation of electronic circuit signal and noise behavior * Reallusion - iClone, a 3D software with Lua language and visual programing design * ROBO Pro, a visual programming language for the
fischertechnik Fischertechnik is a brand of construction toy. It was invented by Artur Fischer and is produced by fischertechnik GmbH in Waldachtal, Germany. Fans often refer to Fischertechnik as "FT" or "ft". It is used in education for teaching about sim ...
robotics kit * Scicos A graphical language associated with the numerical analysis package ScicosLab (originally SciLab) * Sequential function chart, a Petri-net like programming language for programmable logic controllers *
Simcenter Amesim Simcenter Amesim is a commercial simulation software for the modeling and analysis of multi-domain systems. It is part of systems engineering domain and falls into the mechatronic engineering field. The software package is a suite of tools used to ...
, graphical programming environment for modeling, simulating and analyzing multidomain dynamical systems *
Simulink Simulink is a MATLAB-based graphical programming environment for modeling, simulating and analyzing multidomain dynamical systems. Its primary interface is a graphical block diagramming tool and a customizable set of block libraries. It offers t ...
, graphical programming environment for modeling, simulating and analyzing multidomain dynamical systems * Stateflow, a graphical language that includes  executable state transition diagrams, flow charts, state transition tables, and truth tables *
STELLA Stella or STELLA may refer to: Art, entertainment, and media Comedy *Stella (comedy group), a comedy troupe consisting of Michael Showalter, Michael Ian Black and David Wain Characters *Stella (given name), including a list of characters with th ...
, a VPL for system dynamics modeling * Softimage ICE, a node-based system that is used to create and modify
3D models In 3D computer graphics, 3D modeling is the process of developing a mathematical coordinate-based representation of any surface of an object (inanimate or living) in three dimensions via specialized software by manipulating edges, vertices, an ...
, simulate particles and perform various other tasks * VEE is a powerful graphical programming environment for automated test, measurement and advanced analysis used in Test Engineering. *
VisSim VisSim is a visual block diagram program for simulation of dynamical systems and model-based design of embedded systems, with its own visual language. It is developed by Visual Solutions of Westford, Massachusetts. Visual Solutions was acquired ...
, modeling and simulation language, allows making mathematical models quickly and executing them in real-time


Automation

* Automator *
CiMPLE CiMPLE is a visual programming language that tries to visually mimic procedural languages like C (programming language), C/C++. Created by robo.in, a venture by Indian Institute of Technology Bombay alumni, using C++ on a Qt (framework), Qt 4.+ c ...
, Visual Programming Language by ThinkLABs for teaching robotics *
Flow Flow may refer to: Science and technology * Fluid flow, the motion of a gas or liquid * Flow (geomorphology), a type of mass wasting or slope movement in geomorphology * Flow (mathematics), a group action of the real numbers on a set * Flow (psych ...
a graphical integration language used in the webMethods platform * Pipeline Pilot is a scientific visual and dataflow programming language, and the authoring tool for the Accelrys Enterprise Platform.


Data warehousing / business intelligence

*
Ab Initio ''Ab initio'' ( ) is a Latin term meaning "from the beginning" and is derived from the Latin ''ab'' ("from") + ''initio'', ablative singular of ''initium'' ("beginning"). Etymology Circa 1600, from Latin, literally "from the beginning", from a ...
, a tool for ETL processing by creating graphs * Alteryx Designer, a tool for data processing and analytics incorporating SQL, R, and Python. *
Apache Nifi Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems. Leveraging the concept of extract, transform, load (ETL), it is based on the "''NiagaraFiles''" software prev ...
, software project to automate the flow of data between software systems. * IBM Cognos Business Intelligence, is an example for front-end programs in
Business Intelligence Business intelligence (BI) comprises the strategies and technologies used by enterprises for the data analysis and management of business information. Common functions of business intelligence technologies include reporting, online analytical pr ...
applications, which are used to generate SQL queries to run against
RDBMS A relational database is a (most commonly digital) database based on the relational model of data, as proposed by E. F. Codd in 1970. A system used to maintain relational databases is a relational database management system (RDBMS). Many relatio ...
databases *
IBM InfoSphere DataStage IBM InfoSphere DataStage is an ETL tool and part of the IBM Information Platforms Solutions suite and IBM InfoSphere. It uses a graphical notation to construct data integration solutions and is available in various versions such as the Server Ed ...
, an ETL tool * Informatica Powercenter is an ETL tool to design mappings graphically for data load in Data Warehouse systems * Microsoft SQL Server Integration Services (SSIS), a platform for data integration and workflow applications * Pentaho Data Integration (PDI), formerly named Kettle, an open-source ETL tool


Miscellaneous

* Kwikpoint, an isotype visual translator created by Alan Stillman *
Lava Lava is molten or partially molten rock ( magma) that has been expelled from the interior of a terrestrial planet (such as Earth) or a moon onto its surface. Lava may be erupted at a volcano or through a fracture in the crust, on land or ...
, an experimental object oriented
RAD RAD or Rad may refer to: People * Robert Anthony Rad Dougall (born 1951), South African former racing driver * Rad Hourani, Canadian fashion designer and artist * Nickname of Leonardus Rad Kortenhorst (1886–1963), Dutch politician * Radley ...
language * Limnor, a general purpose programming system. Limnor Studio is an IDE for rapid software development. * Morphic (software), makes it easier to build and edit graphical objects by direct manipulation and from within programs; the whole
Self (programming language) is an object-oriented programming language based on the concept of '' prototypes''. Self began as a dialect of Smalltalk, being dynamically typed and using just-in-time compilation (JIT) as well as the prototype-based approach to objects: it was ...
programming environment is built using Morphic * Piet, an esoteric language, the program is an image whose pixels are the language's elements * PWCT, Free open source visual programming language for software development * Shortcuts, a visual scripting language developed by Apple for creating macros on
macOS macOS (; previously OS X and originally Mac OS X) is a Unix operating system developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac (computer), Mac computers. Within the market of ...
, iOS,
iPadOS iPadOS is a mobile operating system developed by Apple Inc. for its iPad line of tablet computers. It is a rebranded variant of iOS, the operating system used by Apple's iPhones, renamed to reflect the diverging features of the two product ...
, and
watchOS watchOS is the operating system of the Apple Watch, developed by Apple Inc. It is based on iOS, the operating system used by the iPhone, and has many similar features. It was released on April 24, 2015, along with the Apple Watch, the only ...
. * StreamBase Systems, StreamBase EventFlow is a visual programming language for processing streaming events * WebML, is a visual language for designing complex data-intensive Web applications that can be automatically generated * Yahoo! Pipes is a visual data-flow programming system to process web data *
YAWL A yawl is a type of boat. The term has several meanings. It can apply to the rig (or sailplan), to the hull type or to the use which the vessel is put. As a rig, a yawl is a two masted, fore and aft rigged sailing vessel with the mizzen mast p ...
, graphical workflow language


Legacy

* AppWare, also known as MicroBrew, icon based programming for
classic Mac OS Mac OS (originally System Software; retronym: Classic Mac OS) is the series of operating systems developed for the Macintosh family of personal computers by Apple Computer from 1984 to 2001, starting with System 1 and ending with Mac OS 9. Th ...
and Microsoft Windows * Macromedia Authorware - flowchart based programming language *
Helix A helix () is a shape like a corkscrew or spiral staircase. It is a type of smooth space curve with tangent lines at a constant angle to a fixed axis. Helices are important in biology, as the DNA molecule is formed as two intertwined hel ...
and Double Helix, a pioneering database management system for the Apple Macintosh platform, created in 1983 *
Illumination Software Creator Illumination Software Creator (Illumination) is a tool for visually designing and developing software, and a corresponding Visual programming language that is available for Microsoft Windows, Linux and Mac OS X. Software developed with Illumination ...
, a language and IDE for visually creating desktop and mobile software * ThingLab


Visual styles

* DRAKON (Dragon), a SDL- and AADL-influenced visual 2D programming language designed for developing the on-board hard real-time software system for automatic flight and landing of the Soviet/Russian Buran (Snowstorm) orbiting spacecraft * Executable UML, a profile of the Universal Modeling Language specification defining executable semantics for a subset of UML *
Flowchart A flowchart is a type of diagram that represents a workflow or process. A flowchart can also be defined as a diagrammatic representation of an algorithm, a step-by-step approach to solving a task. The flowchart shows the steps as boxes of va ...
*
Subtext Subtext is any content of a creative work, which is not announced explicitly (by characters or author), but is implicit, or becomes something understood by the audience. Subtext has been used historically to imply controversial subjects without ...


See also

*
Argument map An argument map or argument diagram is a visual representation of the structure of an argument. An argument map typically includes the key components of the argument, traditionally called the '' conclusion'' and the ''premises'', also called ''con ...
* Cognitive dimensions of notations - Notation assessment for visual and non-visual languages *
Concept map A concept map or conceptual diagram is a diagram that depicts suggested relationships between concepts. Concept maps may be used by instructional designers, engineers, technical writers, and others to organize and structure knowledge. A conc ...
*
Dataflow programming In computer programming, dataflow programming is a programming paradigm that models a program as a directed graph of the data flowing between operations, thus implementing dataflow principles and architecture. Dataflow programming languages share ...
* Deutsch limit, an
aphorism An aphorism (from Greek ἀφορισμός: ''aphorismos'', denoting 'delimitation', 'distinction', and 'definition') is a concise, terse, laconic, or memorable expression of a general truth or principle. Aphorisms are often handed down by t ...
about the information density of language primitives in a visual notation * Domain-specific modeling * Drag and drop * Flow-based programming *
Graph drawing Graph drawing is an area of mathematics and computer science combining methods from geometric graph theory and information visualization to derive two-dimensional depictions of graphs arising from applications such as social network analysis, car ...
* Low-code development platform *
No-code development platform No-code development platforms (NCDPs) allow programmers and non-programmers to create application software through graphical user interfaces and configuration instead of traditional computer programming. No-code development platforms are closely r ...
* Programming game *
Unified Modeling Language The Unified Modeling Language (UML) is a general-purpose, developmental modeling language in the field of software engineering that is intended to provide a standard way to visualize the design of a system. The creation of UML was originally ...
*
Visual language A visual language is a system of communication using visual elements. Speech as a means of communication cannot strictly be separated from the whole of human communicative activity which includes the visual and the term 'language' in relation to ...
*
Visual thinking Visual thinking, also called visual or spatial learning or picture thinking, is the phenomenon of thinking through visual processing. Visual thinking has been described as seeing words as a series of pictures. It is common in approximately 60� ...


References

:''This article was originally based on material from the Free On-line Dictionary of Computing, used with permission. Update as needed.''


External links

* {{Authority control Programming language classification