8000 GitHub - drmats/glSpiders: A very simple OpenGL animation app.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

drmats/glSpiders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glSpiders

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.


installation

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

usage

$ ./glSpiders
glSpiders v. 0.0.1
    [f] - full screen toggle
    [q] - quit

dependencies

windows-specific


license

glSpiders are released under the BSD 2-Clause license. See the LICENSE for more details.

About

A very simple OpenGL animation app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0