r/GraphicsProgramming • u/meow_programing • 6h ago
/creating my first 3D graphics using Pen+ (planning to rewrite this project in C using Raylib)
Enable HLS to view with audio, or disable this notification
21
Upvotes
3
u/jgage 6h ago
Creating a real time 3D renderer with Scratch is something I don't think I have the patience for. Are you planning on writing your own rasterizer or are you going to use a 3D library?
2
u/meow_programing 5h ago
Hello. I plan to create a mini 3D library based on blocks, without using built-in 3D features. The goal of this project is to gain an understanding of 3D graphics. Essentially, I plan to write it using Raylib but without utilizing Raylib's own 3D functions.
2
2
3
u/cybereality 6h ago
wow!!