0
votes
2answers
16 views
World-Coordinate Issues with gluUnProject()
I'm currently calling Trace (method below) from a game loop. Right now all I'm trying to do is get the world coordinates from the screen mouse so I can move objects around in the world space. The …
0
votes
2answers
14 views
UIImageView: Rotated and Scaled. How do I save the results ??
Hi All,
I am trying to save a rotated and scaled UIImageView as an UIImage in the position and with the zoom scale that the user edited too. But I can only manage to save the original image as it was …
0
votes
0answers
48 views
2D graphics illusions, useful function
Is there any site that would help me to understand some 2D graphics with illusions?
0
votes
4answers
44 views
drawing text within a JPanel
Hello all,
I'm looking for the most basic description of how to draw text within a JPanel. I know there are a billion tutorials out there but none of them are clicking with me and I have some …
0
votes
1answer
37 views
What is the proper way to use GFX rotozoomSurface with SDL for drawing transparent sprites?
I'm using the latest SDL/GFX libs on Fedora 10 and I'm trying to render a PNG or GIF
image onto the screen surface. I could not get transparent PNG's to display at all
so I replaced the transparent …
0
votes
0answers
26 views
Sudden graphic card change? from Nvidia 8600GT to Nvidia 7050/Nvidia nForce 610i [closed]
Yesterday I got a virus and I had the Nvidia 8600 gt, as I have had throughout the whole time I had this computer. So I decided to fully format my pc to get rid of the virus.
When it was finished, It …
2
votes
3answers
56 views
Delaunay tessellation in Python?
I need to find the Delaunay tessellation of a polygon in Python, and the only libraries I could find (Delny, scikits) triangulate point clouds, not polygons. Any suggestions?
2
votes
2answers
155 views
Given a start and end point, and a distance, calculate a point along a line
Looking for the quickest way to calculate a point that lies on a line
a given distance away from the end point of the line:
void calculate_line_point(int x1, int y1, int x2, int y2, int distance, …
0
votes
2answers
96 views
Smallest set of rectangles describing a set of integer points
Given a set of N-dimensional integer points how do I find the smallest set of N-dimensional cuboids (rectangles in the 2-d case), such that an integer point is in the set of integer points if and only …
-2
votes
0answers
55 views
Prototype graphic shell
Hi, I want to prototype some ideas of a new graphic shell, like a new Windows Explorer, Gnome Nautilus or the new GnomeShell.
I need good capabilities to manage icons, custom widgets, events, …
1
vote
2answers
92 views
Finding a wave graphic inside an image
Hi guyz,
I need some help with a algorithm I'm working with for my college course. The idea is use an artificial neural network to read a electrocardiogram and try to recognize some disturbs in the …
0
votes
1answer
11 views
Validating Form Data and Displaying Graphics with JavaScript
I have not really used JavaScript before but I am trying to validate form elements as they are being filled out. I have an X and a Check mark that I am trying to display next to the field to show if …
0
votes
2answers
39 views
Introduction to Java Graphics Libraries
I jut got into information-visualization and scientific-visualization and have been using Piccolo and a little with JFreeChart. I am trying to find a few new libraries that I can start using. I am …
3
votes
3answers
131 views
Graphics.Save vs Graphics.BeginContainer
How is Graphics.Save different from Graphics.BeginContainer?
1
vote
7answers
108 views
What is the best tool to allow web users to create flowcharts/diagrams?
I'm creating a web application in which teachers need to be able to easily create educational diagrams, flowcharts, basically:
boxes and circles with text in them
text labels
ability to upload and …
