Building ASCII Graphics Engine and 3D Rendering Pipeline in Windows Command Prompt
Kuba Maruszczyk
0:00 / 0:00
Building ASCII Graphics Engine and 3D Rendering Pipeline in Windows Command Prompt
6 699 просмотров · 3 года назад
Kuba Maruszczyk
125 подписчиков
6 699 просмотров · 3 года назад
Welcome to my video about programming ASCII graphics in Windows command prompt. All done with just 16 colors. No graphics APIs, no Windows GDI+ and no other libraries. Just a Windows console application. That's it!
This video is an intro to a set of tutorials that I will be posting soon.
In this video, I've included demos of:
3D Software Rasterizer (with: simple lighting, skyboxes, clipping, face culling)
Wolfenstein-style 2.5D Raycaster
Image Viewer
2D Sidescroller with Parallax Background
and more
All of the code is available on my GitHub:.
Nostalgia ASCII Engine:
https://github.com/kubamaruszczyk1604...
Texture creator:
https://drive.google.com/file/d/1QULw... (build)
https://github.com/kubamaruszczyk1604... (source)
K-Means:
https://github.com/kubamaruszczyk1604...
Hope you enjoy it!