Tutorial

Blender 4 Lowpoly Anfängerkurs – 1: Installation, Interface, Teller

In diesem Blender Anfängerkurs zeige ich dir, wie du eine kleine Szene mit mittelalterlichen Fantasyprops in Blender 4 bauen kannst. Der Kurs richtet sich an absolute Blenderneulinge und setzt kein Vorwissen voraus. In diesem ersten Video lernst du, wie du Blender herunterlädtst, unter Windows und Linux installierst, wie das Interface aufgebaut ist und wie du […]

How to run TortoiseHg from source on Debian/Ubuntu

This tutorial explains how to run TortoiseHg from source code files and install dependencies on a Debian/Ubuntu based Linux distribution. TortoiseHg is a GUI for the distributed source control management tool Mercurial. This is useful for distributions like Linux Mint, which does not have TortoiseHg available in the Software Manager and it’s also not possible […]

How to use enums in the Godot Engine

This Godot Engine tutorial explains how to create enums, compare enum values, get enum items and their names and how to format them. What are enums? Enum is short for “enumeration”. Enums are often used for selecting something from a list, where every item is mutually exclusive. Some examples: Enums are created like this: You […]

Scroll to top