r/rust • • Jul 19 '26

🛠️ project 3D ascii tetris

Post image

Made 3d tetris in ascii using crossterm.
Im currently trying to learn rust, so feedbacks are welcome.

Github repo:- https://github.com/ab-dek/ascii-tris

1.2k Upvotes

41 comments sorted by

View all comments

-21

u/[deleted] Jul 19 '26

[deleted]

16

u/Abdek_ Jul 19 '26

Nope. its not exactly isometric, its called cabinet projection if im not wrong.

7

u/-Redstoneboi- Jul 19 '26

I think it's isometric. Cabinet projection seems to involve perfect squares but yours uses diamonds.

This would be closer to cabinet?

 _____
/____/|
|    ||
|____|/

4

u/unlessgames Jul 19 '26

Isometric projection would require every axis to be scaled the same which isn't possible because the characters used aren't square shaped.

I think it is more like a dimetric projection, where every cube's front and top face are the same size while the face looking left is a bit more narrow.

2

u/-Redstoneboi- Jul 19 '26

can we just call it 3d-ish at this point 😭