Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ Viewer of 3D models in ASCII, written in C.

![Example usage capture.](capture.gif)

**Note**: Currently, the program only supports [Wavefront .obj](https://en.wikipedia.org/wiki/Wavefront_.obj_file) files.
Supported formats:

* [Wavefront .obj](https://en.wikipedia.org/wiki/Wavefront_.obj_file).
* [STL .stl](https://en.wikipedia.org/wiki/STL_(file_format)).

## Compile an run the program

Expand Down
Loading