Rendering wireframes can be a great way to showcase your model or modeling skills, especially when you have to display renders of your work in a showreel or your portfolio.
tutorials
Gogs on CentOS
Gogs also known as Go Git Server is an open source cross-platform self-hosted Git server written in Golang, similar to the GitLab which is written in Ruby. It is easy to install and configure and offers a lot of customization options while installing, it lets you choose between MySQL, SQLite, and PostgreSQL as a Database … Read more
WhatsApp on Mac
WhatsApp had recently made their online web service available for user to connect their smartphone using QR Code, this let the user access WhatsApp with a Web UI, this could be done by scanning the QR Code with your smartphone camera This service turned very popular, the problem with this was you need to have … Read more
Arrange files and folder by name in Mac
Mac by default does not sort files by Name, this might make it difficult to find files and folder if you come from other OS environments like Windows or Linux(depends on the file manager default sorting). It is very easy to sort files and folders by name and set it as a default sorting type. … Read more
Composer on Mac
Composer is a dependency manager for PHP, that lets you manage dependencies by offering install/uninstall and options like creating projects. It manages dependencies for you, big projects like Laravel framework and CMS like Grav use it to manage dependencies. It’s easy to install it on Mac, all you have to do is run this curl … Read more