Tagged Questions

38
votes
8answers
5k views

Ball to Ball Collision - Detection and Handling

With the help of the Stack Overflow community I've written a pretty basic-but fun physics simulator. You click and drag the mouse to launch a ball. It will bounce around and eventually stop on the …
28
votes
12answers
7k views

Algorithm to detect intersection of two rectangles?

I'm looking for an algorithm to detect if two rectangles intersect (one at an arbitrary angle, the other with only vertical/horizontal lines). Testing if a corner of one is in the other ALMOST works. …
26
votes
15answers
4k views

Pretty graphs and charts in Python

What are the best libraries for creating pretty charts and graphs in a Python application?
22
votes
21answers
2k views

Which format for small website images? GIF or PNG?

When doing small icons, header graphics and the like for websites, is it better to use GIFs or PNGs? Obviously if transparency effects are required, then PNGs are definitely the way to go, and for …
20
votes
14answers
1k views

Basic art for the programmer?

This perhaps isn't really a programming question, but it's something I'm sure lots of programmers other than me have faced! I've almost finished an iphone application I've been working on, the only …
17
votes
5answers
723 views

How do you draw like a Crayon?

Crayon Physics Deluxe is a commercial game that came out recently. Watch the video on the main link to get an idea of what I'm talking about. It allows you to draw shapes and have them react with …
15
votes
4answers
303 views

Are there any good / interesting analogs to regular expressions in 2d?

Are there any good (or at least interesting but flawed) analogs to regular expressions in two dimensions? In one dimension I can write something like /aaac?(bc)*b?aaa/ to quickly pull out a region of …
15
votes
8answers
1k views

Are there any good Javascript graphics libraries?

After staring at this 3D cube and these triangles for a while I started wondering if there's any good reliable Javascript graphics library with basic 3D support. Any suggestion?
15
votes
23answers
1k views

Can a Programmer Become a Decent Graphic Designer?

As a developer completely void of artistic skills, it's frustrating building applications from scratch. I know there are several open-source template web sites to draw from, but are there any good …
13
votes
7answers
3k views

Point in Polygon aka hit test

What's your best, most elegant 2D "point inside polygon" or Polygon.contains(p:Point) algorithm? Edit: There may be different answers for floats vs integers. Primary goal is speed.
12
votes
25answers
2k views

Suggested gaming platform to learn - Direct X (C++), Open GL or XNA

My nephew is an aspiring game developer. I have taught him a bit of C/C++, and suggested he learn that for a start. Once he has come to grips with that, which game/graphics API's do people suggest he …
11
votes
9answers
512 views

3D modeling for programmers

Hi, I'm studying Computer Graphics as part of my curriculum at my university. The course focuses on scene modeling, rather than rendering or other aspects of computer graphics. We're learning the …
11
votes
11answers
312 views

Print designers moving to web … what do they need to know?

I'm trying to compile a guide for students used to publishing in print who are learning web design. Some obvious things which web developers know but they don't: You can't rotate graphics in HTML …
11
votes
3answers
690 views

Winforms .NET 2.0: How to draw a Png icon?

Note: Question http://stackoverflow.com/questions/220465/using-256-x-256-vista-icon-in-application deals with using a "Vista" icon as the application's icon. This question deals with manually painting …
11
votes
8answers
938 views

Version control for binaries

What version control systems would be useful or have extra features to support projects that are mainly binary files like mp3, wav, or proprietary application-specific file types?

1 2 3 4 5 64 next
15 30 50 per page