https://github.com/msolarig/cube
Rotating ASCII Cube
https://github.com/msolarig/cube
Last synced: 5 days ago
JSON representation
Rotating ASCII Cube
- Host: GitHub
- URL: https://github.com/msolarig/cube
- Owner: msolarig
- License: gpl-3.0
- Created: 2025-11-07T23:21:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-15T23:00:36.000Z (7 months ago)
- Last Synced: 2026-04-29T05:33:54.258Z (about 1 month ago)
- Language: Zig
- Size: 3.07 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rotating ASCII Cube
This is a script originally written in C (https://github.com/tarantino07/cube.c)!
I translated the idea into Zig 0.15.1 as a learning experience and personal challenge. Added a yScale constant that allows the cube to compensate for the width and height difference of the CLI characters.
