38 questions
3
votes
1
answer
453
views
Text programing in Pure Data
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 ...
1
vote
1
answer
124
views
how to make an enemy independently moved by an inverted screen movement made by the player
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 ...
0
votes
1
answer
491
views
What's the difference between flow based and block based visual programming. Are there any more alternative?
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 ...
0
votes
0
answers
70
views
Visual programming: reflect changes in code in GUI
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 ...
0
votes
1
answer
554
views
How can I make a 3D visual programming language
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?
0
votes
1
answer
149
views
_rete.createEditor is not a function, where is the problem in my code?
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";
...
0
votes
1
answer
1k
views
Im using binding source to display data at textbox from database, can i know how to format date and time displayed at textbox?
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 ...
0
votes
2
answers
688
views
Generate and execute python both on non-python machine
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 ...
0
votes
1
answer
2k
views
count the specific record from access in vb.net
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 ...
0
votes
1
answer
360
views
How can I create two lines from a single line in touchdesigner?
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 ...
0
votes
1
answer
342
views
Making 2D Property Lines Follow Topography in Revit and Instantiating Hosted Family on It
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 ...
0
votes
1
answer
28
views
Trying to get filepath through Openfiledialogue
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 ...
-2
votes
2
answers
100
views
Messagebox Buttons access in C#
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 "...
5
votes
2
answers
681
views
is there a visual programming environment like Nifi or streamsets data collector for flink or beam-filnk
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 ...
0
votes
1
answer
940
views
Javascript to dom - Blockly
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 ...
0
votes
1
answer
372
views
How to develop a graph visual editor in javascript?
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 ...
4
votes
1
answer
3k
views
Blockly editor in C++ project
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++ ...
1
vote
1
answer
4k
views
how to add a click event in blockly's blocks?
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 ...
0
votes
1
answer
3k
views
how to get value from a statement block of blockly in array?
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 ...
2
votes
1
answer
1k
views
Google Blockly and AngularJS
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 ...
-1
votes
1
answer
643
views
About using Qt to build an LEGO EV3 software
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 ...
2
votes
0
answers
143
views
What are benefits of NSRunLoop vs dispatch_source_t timer vs ReactiveCocoa bindings
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 ...
1
vote
1
answer
322
views
Kahn algorithm & reachability
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.
...
1
vote
2
answers
329
views
Is there such a thing as a visual development environment for C++?
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. ...
18
votes
1
answer
14k
views
Is there a Python reusable component that is like the Blender node editor? [closed]
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 ...
0
votes
2
answers
471
views
Stencil based editor component for Java/Swing?
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 ...
3
votes
2
answers
358
views
Alternatives for HornetsEye - Ruby
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?
0
votes
1
answer
548
views
Runtime Error in Visual Simulation Environment - Microsoft Robotics Studio
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 ...
4
votes
2
answers
566
views
Name this (2-D, logic-table-like, visual) programming language/paradigm (Subtext/Example Centric Programming)
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 ...
3
votes
4
answers
2k
views
Anything like Scratch or Google AppInventor but for JavaScript or HTML5?
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 ...
2
votes
5
answers
2k
views
Visual software tool for creating complex branching logic
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 ...
5
votes
1
answer
5k
views
Visual Programming Language Control
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 ...
5
votes
6
answers
2k
views
Visual Programming tools that can be used for practical app development [closed]
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 ...
0
votes
2
answers
250
views
Metatool for automatic xml code generation
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(...
7
votes
6
answers
1k
views
Discussion Question: Why have Visual Programming Languages never taken off?
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
Web RAD tool suggestion? [closed]
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 ...
3
votes
6
answers
2k
views
Is there any Subtext IDE or equivalent Example-driven Visual Programming Language/Interface published on the Internet?
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 ...
4
votes
5
answers
2k
views
The tool for visual programming
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 ...