.Net

Continuing the topic of game engines; about six months later, I tried to rewrite the rendering engine, but already using OpenGL. It was a good experience, and I will definitely go back to it to study deeper, but now all my interest is occupied by D3D.

I really appreciate this post. I remember doing this back in college, but my passion has died out due to…reasons. Seeing other people do this, especially progression pictures like you posted here, really kindle that Read more…

By , ago
Coding

Python Data Types

Python Data Types: The variable in Python is used to store values, and they can hold different values. Each variable in Python has its own data-type. Since Python is a dynamically typed language (The language Read more…

By , ago