Posted inArticles

Python3 on Mac

Mac by default does not ship with Python 3 this means you have to install it manually. There are many ways of installing it, the first way is to download pre-build package from the official website and install it on your system. The second way is by compiling it on your system. While both the […]

Posted inArticles

Ruby on Mac

If all you want it to install the latest version of Ruby and don’t require different versions of it installed side by side you can use Homebrew to install it on your Mac. All you must do is enter this command Your Ruby development is now only a few gems away. Thank you for reading

Posted inArticles, Blender, Tutorials

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, […]