Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
453 views

I don't like visual programming, but I really liked Pure data. I noticed that projects in Pure Data can be opened in text editors and the syntax in their text is not particularly difficult to ...
Alex's user avatar
  • 31
1 vote
1 answer
124 views

What I'm trying to make In mit-scratch I'm making an Isometric game with an arena as the main part of the game idea, the player would be going around killing enemies while being unable to pass through ...
Justin Neugebauer's user avatar
0 votes
1 answer
491 views

As far as I can see there was 2 dominance paradigms of visual programming. One is node and flow based like in game engine such as unreal/unity or media applicatoin such as blender and so on. Then ...
Thaina Yu's user avatar
  • 1,552
0 votes
0 answers
70 views

I am working on a visual programming tool based on drag-and-drop components. We are currently able to generate working Python code from our graphical components (each component is a class). The ...
mrak's user avatar
  • 41
0 votes
1 answer
554 views

This is not a joke. and I want a tutorial. I want to make a 3D (node editor / programming language / graph editor) like this picture: How can I do that?
user avatar
0 votes
1 answer
149 views

I try to implement rete.js visual programming framework in my codesandbox and used the following code in my canvas.js file: import "../../styles.css"; import { createEditor } from "../../rete"; ...
RainerWinkler's user avatar
0 votes
1 answer
1k views

Im using binding source, which is by setting the data binding properties of each text box to display data at textbox from database, Me.PaymentTableAdapter.Fill(Me.RestaurantDataSet.Payment) Can i ...
CW_2434's user avatar
  • 156
0 votes
2 answers
688 views

Short version: Is it possible to create a standalone program that can be distributed to computers that don't have python installed, which writes a python script during runtime and executes it during ...
Emiel Witting's user avatar
0 votes
1 answer
2k views

So i am making a voting program but i am stuck right now. I have searched for solutions and i have followed them precisely but still no result. Basically i want to count the total occurrence for each ...
Alief Achmad's user avatar
0 votes
1 answer
360 views

Click here to see the image I am using SOP, then I render them For the line I used a rectangle, then a transform, and then a material to change it's color I also used an LFO with a NULL to ...
Lucia Mnfs's user avatar
0 votes
1 answer
342 views

Hi I’ve watched MARCELLO SGAMBELLURI video on making properties lines that follow topography [Link]. The tutorial is great, author explained it very well. However, I’m struggling on instantiating ...
Ali Asad's user avatar
  • 1,315
0 votes
1 answer
28 views

I am writing code for button click on which using filedialogue the file opens and i am able to choose picture from it. then i want to extract the path of the file and store it in a string variable and ...
AmberYaseen's user avatar
-2 votes
2 answers
100 views

I am using timer in my code, lets say when timer stops at 0, messagebox prompts me that you timed out and shows two buttons "RETRY" and "CANCEL". Guide me with the functionality i.e when I press "...
AmberYaseen's user avatar
5 votes
2 answers
681 views

I am looking for a visual programming tool to abstract away coding when creating data stream flows to build CEP applications in Flink or Beam-Flink. Something like the Nifi or streamsets data ...
roni762583's user avatar
0 votes
1 answer
940 views

I am building a simple editor using Blockly. User can save generated javascript to server and can download as 'txt' file. User can also import the notepad file to editor (notepad file contains ...
Basavaraj Metri's user avatar
0 votes
1 answer
372 views

I need to develop something similar to this : http://draw.io It needs to include : a main canvas toolbars drag'n drop elements from toolbar to canvas link nodes with edges ... Where to start ? What ...
Wassim Hanahem's user avatar
4 votes
1 answer
3k views

I'm working on a game where the player writes some basic AI that plays "instead of" him. So an algorithm written by the user must be executable right after he saves it. The game is written in C++ ...
Pyro2266's user avatar
  • 330
1 vote
1 answer
4k views

I am working on blockly, I am having a scenario that I am having a block which is having an Image, I want to click on that Image and fire an event. I am not sure how can I do that. I have tried ...
Novice's user avatar
  • 393
0 votes
1 answer
3k views

I am working with Blockly , and I am quite new to that. I am having a statement block there under which I am able to add some other blocks. My problem is when I am trying to convert the statement ...
Novice's user avatar
  • 393
2 votes
1 answer
1k views

I need to give a group of power users a way to create and save a math formula that will later be run as part of a shopping cart check-out routine. I'm must assume the power uses are not programmers ...
Harvey Mushman's user avatar
-1 votes
1 answer
643 views

LEGO MINDSTORMS EV3 Education Edition software is built by NI who built labview, and EV3 software is much like labview software, Visual Programming. I want to build a software like EV3 software, OS ...
This is bill's user avatar
2 votes
0 answers
143 views

For learning purpose I'm building a visual programming application on OSX. Basically it is made of one function nodes connected through output -> inputs and forming a graph. I'm building the ...
Benoît Lahoz's user avatar
1 vote
1 answer
322 views

For learning purpose I'm developping an application that in real life would work basically like Quartz Composer or the recent Vuo. I'm building the graph of nodes on a Core Data Framework basis. ...
Benoît Lahoz's user avatar
1 vote
2 answers
329 views

By "visual development environment", I do not mean Microsoft Visual Studio. I'm looking for a node-based IDE in which programs are constructed graphically and converted to plain text at compile time. ...
Madison Brown's user avatar
18 votes
1 answer
14k views

Blender has a powerful, fun-to-use, flexible node editor: Is there a Python library that will allow me to easily create a visual developing environment like this? In Blender, the node editor works ...
Phae7rae's user avatar
  • 534
0 votes
2 answers
471 views

I'm looking for a stencil based text editor for my swing application. (SWT component would be OK too) If you don't know what a "stencil based" editor is, have a look on the stencil based editor in ...
schlingel's user avatar
  • 8,575
3 votes
2 answers
358 views

I installed HornetsEye, that "real-time computer vision library" for some experiments with my webcam. I want to know if are there other alternatives in ruby?
eveevans's user avatar
  • 4,470
0 votes
1 answer
548 views

I am using Microsoft Robotics Studio for a school project and I am getting a strange error when I try to run the Visual Simulation Environment. It was working fine until yesterday and then suddenly it ...
Imelza's user avatar
  • 301
4 votes
2 answers
566 views

I remember stumbling upon a video clip introducing a new programming "language" and a paradigm. The "language" was 2D and visual in nature, and therefore tightly coupled with its IDE and interpreter ...
aib's user avatar
  • 47.4k
3 votes
4 answers
2k views

I'm looking for a programming environment similar to Scratch or AppInventor but generating code for JavaScript or HTML5. The basic idea is to build the program using "construction blocks". I need this ...
minder's user avatar
  • 2,149
2 votes
5 answers
2k views

Is there a visual software tool (no batch coding/programming language) which can enable an end user to create complex branching logic like this tool : http://www.visuallogic.org/VLTutorial.html . Any ...
iceman's user avatar
  • 4,279
5 votes
1 answer
5k views

Is there a .NET based (WinForm or WPF) control that allows simple visual programming (assignments, boolean expressions, and math expressions)? Something like Microsoft VPL, only embeddable and ...
Jake Pearson's user avatar
  • 27.9k
5 votes
6 answers
2k views

I've been interested in Visual Programming Languages (VPL) for a while. However I've hardly seen any environments that can be used for practical projects such as Windows apps or web services. I've ...
Robin Rodricks's user avatar
0 votes
2 answers
250 views

I want to develop a programming tool for developers which can do automatic xml code generation for specifying a GUI design and its controls. The aim is to allow non-programmers specify GUI controls(...
iceman's user avatar
  • 4,279
7 votes
6 answers
1k views

Note: marked as community wiki. Is there a good analysis of why visual programming languages still haven't taken off? We're still coding these days 'linearly' in a 80x25 text window; while the ...
2 votes
4 answers
5k views

I'm currently looking for good (and free if possible) Web RAD (Rapid Application Development) tool or Visual Ajax IDE, something like Morfik or Delphi for PHP with more usual deployment method (both ...
Dels's user avatar
  • 2,425
3 votes
6 answers
2k views

I'm really excited about this new and experimental language named Subtext. But it's author haven't released nothing about it besides some papers and videos. Should I clone it? There are similar ...
Jader Dias's user avatar
  • 91.1k
4 votes
5 answers
2k views

I need the tool for graphical representing of work flow in a program (like electronic circuits are described with graphical representation). The representation has to be like the following: functions ...
avp's user avatar
  • 4,935