Drawing program required, possibly vector art related

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

Post Reply
User avatar
Sarevok
The Fearless One
Posts: 10681
Joined: 2002-12-24 07:29am
Location: The Covenants last and final line of defense

Drawing program required, possibly vector art related

Post by Sarevok »

I am working on a Geometry Wars like game at the moment. The shapes are going to be drawn by connecting a set of points. So the players ship is going to look like this

(0,0.5,0)
(0.25,0,0)
(0, 0.25, 0)
(-0.25, 0, 0)
(0,0.5,0)

which is basically an arrowhead that looks like the player ship from the classic Asteroids! game.

Now the problem is I am arriving at these coordinates purely by trial and error. For complex shapes I have to draw them in Paint.NET and painstakingly note down the vertices and then translate them because the origin (0,0) sits somewhere in middle of the figure not upper left coordinate. Instead if I could draw some line art and get the program to output the vertice coordinates it would be great.

Is there anything that could do what I ask for ?
I have to tell you something everything I wrote above is a lie.
Psawhn
Youngling
Posts: 63
Joined: 2010-08-25 01:33am
Location: Alberta, Canada

Re: Drawing program required, possibly vector art related

Post by Psawhn »

If you're doing vector art, then GIMP has some rudimentary things that I haven't ever figured out, and Inkscape is an open-source vector graphics editor.

But it almost sounds like you want some kind of CAD program. If I was doing what I think you're trying to do, I'd be prototyping the shapes out with Blender. If you want to keep everything as integer values then just select all and snap to grid repeatedly, and hold CTRL on all movement operations. You could even export your mesh to an ASCII data type if you don't want to get coordinates by hand.

I don't know of any other CAD type programs that are free to get and easy to use.
User avatar
salm
Rabid Monkey
Posts: 10296
Joined: 2002-09-09 08:25pm

Re: Drawing program required, possibly vector art related

Post by salm »

Just get some 3D Programm. There are plenty of them that are free.

Wings 3D
Blender
Autodesk Maya PLE
Autodesk Softimage Mod Tool
User avatar
Ariphaos
Jedi Council Member
Posts: 1739
Joined: 2005-10-21 02:48am
Location: Twin Cities, MN, USA
Contact:

Re: Drawing program required, possibly vector art related

Post by Ariphaos »

It's only 2D, but I've found Inkscape to be surprisingly intuitive and powerful compared to GIMP.
Give fire to a man, and he will be warm for a day.
Set him on fire, and he will be warm for life.
Post Reply