Menu Share

Trendy

In this category you can find any kind of posts that are realated to trends around the world and especially about programming or game development.

Design Icon

What are Shaders?

by | Last Updated:

In this article you will learn on the basic level what shaders are and how they are used in graphics programming.
Read More

C++ Logo

Rust enums in Modern C++ – Match Pattern

by | Last Updated:

In this article I show a smart way to do variant matching in C++ using a few clever macros and the std::visit function.
Read More

Design Icon

What is Graphics Programming?

by | Last Updated:

In this article I explore what graphics programming is as well as some common terminology and tools used in it.
Read More

Godot Logo

GDExtension CMake Programmer Setup

by | Last Updated:

Learn how to make a GDExtension code first approach (or a programmer setup) for your next Godot 4 project. 🤖
Read More

Terminal Icon

Basics of the command line (Windows)

by | Last Updated:

Some basics for navigating in the windows terminal.
Read More