Questions tagged [graphical-programming]
62 questions
2
votes
2 answers
Yahoo Pipes: filter items in a feed based on words in a text file
I have a pipe that filters an RSS feed and removes any item that contains "stopwords" that I've chosen. Currently I've manually created a filter for each stopword in the pipe editor, but the more logical way is to read these from a file. I've…

pufferfish
- 16,651
- 15
- 56
- 65
2
votes
1 answer
The suitability of a procedural programming language for graphical applications
Is anyone able to explain or evaluate the suitability of a procedural programming language for graphical applications, against object orientated programming for instance. What are the advantages and disadvantages of both?

Graham Warrender
- 365
- 1
- 8
- 20
2
votes
2 answers
Algorithm to distribute objects in a box (like InDesign, Illustrator, Draw!)
I have a set of rectangles with their corresponding positions and a big rectangle which serves as the 'bounding box' for these rectangles.
I would like to know of an algorithm that would 'distribute the free space' evenly among the rectangles. Some…

Rafael Almeida
- 10,352
- 6
- 45
- 60
1
vote
0 answers
Make light pass throught Smooth Portals in Unity
I am using Sebastian Lague portals in my game (text), everything works perfectly but there is an catch, I have a flashlight machanic in my project and when I get close to the portal with it it looks really messy and completelly destroys the…

JakeTheBlaze
- 11
- 3
1
vote
1 answer
Shaping a tic tac toe in python
I'm new to this forum, so I don't really know the rules and the submission template here. sorry if i do some mistakes.
So my problem is that I have a code that makes 2 AI play Tic Tac Toe. Here is the output of the game.
| X | O | X |
| X | O | X…

Brasé
- 21
- 4
1
vote
2 answers
Is there a desktop application programming language that works like Yahoo Pipes?
Yahoo Pipes a graphical programming environment, mostly designed for manipulating information found on the web, where functions are represented by blocks connected by pipes. Certain types of data are piped into a block, and the block has some…

Sparr
- 7,489
- 31
- 48
1
vote
2 answers
GUI programming study materials?
Found the GUI programming bit difficult to grasp. Looking for some good materials/books/lecture_videos/advice for learning this. I am interseted in learning Java(swing),Qt, pyQt....

user567879
- 5,139
- 20
- 71
- 105
1
vote
1 answer
SDL Window is transparent
I'm learning SDL and tried to set up a window with a red background.
Followed this code but got the result that is different from an expected one.
#include
#include "SDL2/SDL.h"
int main(int argc, char const *argv[]) {
…

Fensi322
- 61
- 5
1
vote
0 answers
Typescript runtime type inspection
I'm trying to build a graphical programming editor, similar to Max, Grasshopper, or Antimony using TypeScript.
The basic idea is that a block represents a function with inputs on the left and outputs on the right and you can connect inputs and…

Chet
- 18,421
- 15
- 69
- 113
1
vote
1 answer
Use cairo with GTK
I want to draw geometric forms by code into a Gtk_Window .
I already code the Gtk_window , my only problem is to use it with Cairo .
Next, the code after using andlabs's method .
So this code contain a gtk_drawing_area in the window , and the "draw"…

infinite
- 63
- 8
1
vote
0 answers
Tree-like visual representation of data. Which program shall I use?
I have a specific form of data, something like the one described ahead.
I have 200 people, and their genomes. Now, they interact in the field, and after some time, they can take up someone else's genome, or may die.
Thus, I have data like,
At time…

Prateek
- 41
- 1
- 5
1
vote
2 answers
convert Graphical coordinates To Mathematical coordinates in c#
i want to convert graphical x,y coordinates x,y to mathematical coordinated
( in this picture you see the Differences between graphical x,y and mathematical x,y
the graphical x and graphical y obtain by e event
int graphicalx;
…

Behzad74
- 13
- 3
1
vote
0 answers
Problems with ISymbologyControl LoadDesktopStyleFile and installed ArcGIS Desktop 10
I am sorry for my bad english. I use C++ and Qt framework for programm development. I call method
ISymbologyControl LoadDesktopStyleFile and receive error code: "1075 800a0433 : ArcGIS Desktop is not installed
on this machine so Style files cannot…

AlexandrGeoinfo
- 31
- 3
0
votes
1 answer
Define signal for "Simulate arbitrary signal" from database
I managed to make some arbitrary signals manually, but I want to define them in a database and at the define signal part from the Arbitrary signal properties I would like to take the values from a DB.
I have never worked with DB in Labview, and I'm…

DaJackal
- 2,085
- 4
- 32
- 48
0
votes
1 answer
How to add a graphical filter to Linux (ubuntu) graphical output?
I would like to add a (custom) graphical filter to my Ubuntu desktop, for example to add graphical effects like deformations or color filtering on some conditions (mouse move, for example).
The idea is to be able to process the image data just…

Jor
- 860
- 7
- 8