A very simple OpenGL animation app.
Wireframe spiders on a flat grid with rotating camera around.
No lights. No textures. No shadows. No depth buffer.
Original code written in 2005.
Clone the repository and invoke compilation:
$ git clone https://github.com/drmats/glSpiders.git
$ cd glSpiders
- on linux:
$ make linux
- on windows:
> make windows
to build statically linked windows executable:
> make win_static
$ ./glSpiders
glSpiders v. 0.0.1
[f] - full screen toggle
[q] - quit
- C compiler with good ISO C99 (ISO/IEC 9899:1999) support (any maintained version of gcc will do)
- GNU Make
- GLUT-compatible library (i.e. freeglut)
glSpiders are released under the BSD 2-Clause license. See the LICENSE for more details.