Drawing data required
Posted: Wed Aug 25, 2010 8:00 pm
Some may recall I've been working on something called g_spot, which has gotten a little out of hand 
To test part of that code I need drawing data, preferably some 2D CAD data, in some easily readable format. It doesn't matter too much how much data there is, as long as it is a lot
Anything goes, detailed floorplans, a technical drawing, a vectorized face, as long as it is recognizable and I don't have to spend a lifetime understanding the format. My code currently only supports lines, dots, boxes and circles, but no partial circles, curves, and so on, so... simple stuff
Anyone who has something that I can use for testing? (The advantage of using a real drawing is that the eye spots problems a bit easier.)
To test part of that code I need drawing data, preferably some 2D CAD data, in some easily readable format. It doesn't matter too much how much data there is, as long as it is a lot
Anything goes, detailed floorplans, a technical drawing, a vectorized face, as long as it is recognizable and I don't have to spend a lifetime understanding the format. My code currently only supports lines, dots, boxes and circles, but no partial circles, curves, and so on, so... simple stuff
Anyone who has something that I can use for testing? (The advantage of using a real drawing is that the eye spots problems a bit easier.)