VBO in Blender

Working with heavy topology and large projects with too much geometry can slow down your viewport, which might be pretty irritating, especially when you have too much geometry and have to fix minor issues. This can be avoided by enabling VBO (Vertex Buffer Object), which is a nice feature in Blender. To make things simple, … Read more

Good Bootstrap practices

programming language

Bootstrap is a CSS(Cascading Style Sheets) library developed by Twitter that lets you create responsive websites with easy to understand naming convention and well-designed grid system. It has gained popularity due to its easy of use and pre-processor support, here are some good practices that will make your Bootstrap powered environment clean and easy to … Read more