ilmola / generator

A procedural geometry generation library for C++11
GNU Lesser General Public License v2.1
211 stars 26 forks source link

What do you use this for? #13

Closed JesseTG closed 8 years ago

JesseTG commented 8 years ago

Out of curiosity.

ilmola commented 8 years ago

Many years ago when C++11 was still called C++0x it was part a simple pinball game to make the ball, bumpers etc. The game never went anywhere, but the code was lying on the hard-drive so I separated the generator part to a library, cleaned it a bit and uploaded github.

JesseTG commented 8 years ago

Ah, cool. Good move; this sort of library looks like it'd be very useful for graphics tools or render tests or similar (that's what I'm using it for, actually). It's definitely adding value to my own project.