Skip to content

dereckson/3d-ascii-viewer-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.3%
  • Makefile 1.7%