Tagged Questions
The graphical-programming tag has no wiki summary.
6
votes
2answers
678 views
GUI for Standard ML?
I started learning Standard ML recently out of curiosity. So what I know is that is has an efficient compiler (MLton) which allows us to freely use abstractions without worrying about performance.
It ...
4
votes
2answers
76 views
JMonkeyEngine crash on Intel video adapter
I am using JME in my application and sometimes it crashes with the following message:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) ...
4
votes
1answer
202 views
Create from scratch, or build up on Scratch?
I'm considering building a visual programming language, akin to Scratch, for use by children (a.k.a. poor typists) in programming micro-controllers or robots.
There is, for example, a project to ...
4
votes
11answers
1k views
Write C++ in a graphical scratch-like way?
I am considering the possibility of designing an application that would allow people to develop C++ code graphically. I was amazed when I discovered Scratch (see site and tutorial videos).
I believe ...
4
votes
4answers
722 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 ...
2
votes
2answers
491 views
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 ...
1
vote
2answers
62 views
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 ...
1
vote
2answers
123 views
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....
1
vote
1answer
253 views
What are some great books for beginning game programming?
I've been programming for a little over 2 years now, and I want to get started with graphics programming and make some simple games to start with. A lot of the books I've looked at for learning ...
1
vote
1answer
398 views
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 ...
0
votes
1answer
59 views
implementing Level of Detail algorithm for OpenGL
I'm trying to implement the following algorithm (breaking to painting to small triangles) but I couldn't find any tutorial over the net that explains it properly,
Most of the things I've found explain ...
0
votes
1answer
34 views
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 ...
0
votes
3answers
329 views
Creating a graphical programming IDE for embedded microcontrollers
I have been asked to create a graphical programming IDE for embedded 8-bit and 32-bit microcontrollers. It needs to be as easy as using LabVIEW, but I don't need features like debugging or simulating ...
0
votes
1answer
67 views
Java graphic class proposition [closed]
I'm working a java+swing+miglayout project we settled on a class design for graphical classes that inherits from JPanel & JFrame, here is the skelletons :
class GammaFrame extends JFrame {
...
0
votes
1answer
104 views
Numeric data collection from an mp3 in python
Anyone know how I can plot numeric data from an mp3 in real time?
For example the script plays a mp3 and as its playing prints 3 sets of numeric data.