F
foonicate
I apologize if I posted this to the wrong group.
I am working with C code that (atm) draws a 2d polygon with an
exclusion polygon in the center. There are points located throughout
the polygon with a point that moves throughout the polygon in a pong-
like fashion, bouncing off any boundaries (ie. walls of the polygon).
I am looking for a program that I can plug this code into and it will
draw my polygon and the moving point's path.
Eventually I want to evolve this code into drawing a 3d polygon, but
that is later on. It would be nice to find a program that could do
both 2d and 3d, but everything I come across on the web is incredibly
fancy and seems to be primarily for graphic rendering. I'm not
looking for the big guns, just a simple program that draws polygons
and points, and traces a path.
Any suggestions? Or should I post this somewhere else? Please steer
me in the right direction if I'm in the wrong group.
Thanks!
I am working with C code that (atm) draws a 2d polygon with an
exclusion polygon in the center. There are points located throughout
the polygon with a point that moves throughout the polygon in a pong-
like fashion, bouncing off any boundaries (ie. walls of the polygon).
I am looking for a program that I can plug this code into and it will
draw my polygon and the moving point's path.
Eventually I want to evolve this code into drawing a 3d polygon, but
that is later on. It would be nice to find a program that could do
both 2d and 3d, but everything I come across on the web is incredibly
fancy and seems to be primarily for graphic rendering. I'm not
looking for the big guns, just a simple program that draws polygons
and points, and traces a path.
Any suggestions? Or should I post this somewhere else? Please steer
me in the right direction if I'm in the wrong group.
Thanks!