Projects Launched From This Dream1
A friend of mine started learning some C++ the old school way (meaning learning from pdf books and doing the exercises mentioned). And so I decided to follow along and see how difficult that could be.
Additionally I looked up some projects people have done using C++ lately and I stumbled upon someone explaining how they have created a Minecraft clone in OpenGL. And then another even more impressive huge open world Voxel Project in Vulkan. So I spiraled and started reading about graphical programming and all the requirements. And to my surprise I got really into it!
So now I too want to create amazing projects and cool graphics using Vulkan.
For that I will may have to learn a lot of C++, some more Math, some OpenGL and read lot of docs for me to understand even the basics of how Computer Graphics work and how I could make my own :)

