Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivan-guerra/cube

Render a cube in the terminal
https://github.com/ivan-guerra/cube

computer-graphics ncurses

Last synced: 22 days ago
JSON representation

Render a cube in the terminal

Awesome Lists containing this project

README

        

# cube

https://github.com/user-attachments/assets/4b174bab-11b1-4958-8f58-7abfdd522c53

`cube` is a GUI application that renders a 3D cube. You can rotate the cube in
3D space using the arrow keys.

Below is the program usage message that can be seen by running `cube --help`:

```text
Render a cube in 3D.

Usage: cube [OPTIONS]

Options:
-f, --fov-angle-deg field of view angle in degrees [default: 1]
-c, --camera-dist distance of camera from the center of the cube [default: 256]
-h, --help Print help
-V, --version Print version
```