2
votes
1answer
41 views
Mac Dev - How to refresh view for 2d game?
If you see my other question, you'll know that I'm starting to try making simple 2d games on mac. There I was deciding which library to use (OpenGL or Quartz), but no matter what I …
2
votes
4answers
60 views
How do I generate a contour graph?
How do I generate a contour graph like this:
It's easy enough if the points are on a regular grid, but what if they aren't, like in my example? Is there a fairly simple algorithm …
0
votes
2answers
38 views
Mac dev - Help getting started with 2d games
I want to make some simple 2d games/clones (for Mac), but I have a few questions:
Should I use Quartz 2d or OpenGL (I don't plan to try 3d anytime soon)
There seems to be a lot o …
1
vote
3answers
55 views
How do I use OpenGL 3.x VBOs to render a dynamic world?
Although there seem to be very few up to date references for OpenGL 3.x itself, the actual low level manipulation of OpenGL is relatively straight forward. However I am having seri …
3
votes
1answer
89 views
[Qt/Opengl] Accelerate 2d Drawing
I'm triying to make a 2D real-time plot. I've tried with modifying the osciloscope example of qwt, tried to use QGraphicsView, and QPainter to reach high framerate drawing. I'm usi …
0
votes
1answer
50 views
Aligning Shapes on a plan, Algoryhtm
Hello Coders !
I am developing a simple diagram tool with shapes on a plan using flex.
First i was using a simple 20*20 grid.
But the real cool stuff out their is auto axe magnet …
1
vote
1answer
48 views
Insert a point into a finite 2D region with maximum distance to existing points.
I have a set of 2D points inside a finite 2D region of space (let's say a world-aligned rectangle to keep things simple for now). What would be an exceedingly efficient way to inse …
0
votes
2answers
119 views
XNA - Merge sprites for better drawing performance?
Hello!
I read somewhere that when rendering a lot of 3D objects one could merge these to form a giant mesh so that only one draw call would be made. Therefore letting the, quote: …
1
vote
1answer
94 views
Traverse 2D Array in Spiral pattern using recursion.
Hi,
I am preparing for an interview and have been stuck on this question for quite some time now. Could anybody please help me with the code. If not complete then may be a snippet …
0
votes
1answer
71 views
2D Drawing in Netbeans 6.x
How can i draw 2d in a JPanel that i have on my GUI? I can do it in eclipse but am having trouble doing it in netbeans. I've looked for some tutorials but the only good one i found …
0
votes
3answers
114 views
How can I build a 2D matrix from standard input in Perl?
Okay, I've been struggling with this all weekend, and I've gotten plenty of help but I'm still not getting it. Here is my code so far: what I want to do is build a few matrices fro …
1
vote
5answers
160 views
Using OpenGL to accelerate 2D graphics.
Hello,
Me and my friend are trying to accelerate a 2D game with OpenGL. The video chipset is Radeon X1250 which seems to be underpowered and can display up to some 80 1366x768 ful …
0
votes
1answer
58 views
2D Triangle in SlimDX
How to draw a triangle using SlimDX's Direct2D interface given triangle vertices are given in pixel coordinates?
9
votes
6answers
455 views
Want to learn to write 2d games
Hey stackoverflow Community!
I learned the basics of C# (i can write some Form-Applications) and now I want to learn how to write 2d games. I don't know where to start.
Is there a …
2
votes
2answers
83 views
Converting 3D positions to 2D?
Say I have a 3D object's position, and the camera's location and rotation matrix.
How, would I go about converting this to a 2 Dimensional position on the screen? So that I could …
