dereckson / 3d-ascii-viewer-c

Viewer of 3D models in ASCII.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3d-ascii-viewer-c

Viewer of 3D models in ASCII, written in C.

Example usage capture.

Note: Currently, the program only supports Wavefront .obj files.

Compile an run the program

Compile the program using the make command:

$ make

You can try it passing any of the models in the models folder as an argument:

$ ./viewer models/fox.obj

For additional options pass the --help option.

$ ./viewer --help

Models

ASCII luminescence idea by: a1k0n.net

Older version

There is also an older version, written in Haskell.

About

Viewer of 3D models in ASCII.

License:MIT License


Languages

Language:C 98.3%Language:Makefile 1.7%