Latheific!
==========

Latheific is a demo project by Niko Kiirala.
This is a 4k intro made for Instanssi 2012.

This project includes small lathe code (it creates circular objects from an
outline. Something like a wine glass, a bowl or a soda bottle).

Running:
latheific-withlights   The party version, uses lights in party area
latheific-windowed     Windowed, lower-resolution version, no lights
latheific-windowed-withlights  Two above combined
latheific-pack         Packed version, fullscreen, no lights
latheific              Nicer-to-run version, screen resolution selectable etc.

Running 'latheific -?' tells more about its parameters. It has also one
extra parameter, -l, which turns on light usage.

Building:
It should be sufficient to just run
$ make
You may get error about missing executable 'sstrip'. If that happens, you need
the 'ELF kickers' package. Alternatively you may run
$ make latheific
to build just the unpacked version.

SDL and OpenGL libraries are required.
