Low-level programming

2025/12/27

Type
Learning Resource
Format
Glossary Article
Version
General
Subject Tags
Code
Assets
All else
Copyright 2016-2026, GDQuest
Created
2026/02/16
Updated
2025/12/27

Low-level programming

Low-level programming refers to the practice of writing code close to how a computer's hardware (processor, graphics card, memory, etc.) works.

This is in contrast to high-level programming, which is writing code that is more abstract and further away from how the hardware really works.

The scripting languages Godot supports, GDScript and C#, are both high-level languages. On the other hand, the language of the Godot engine itself, C++, is a low-level language.

When you write a game in Godot, you are writing high-level code executed by the engine's low-level code. This allows you to code games quickly without worrying about the details of how the hardware works, at the cost of control and performance.

However, there are times when you need to write low-level code. For example, you might need to write a custom shader, optimize a performance-critical part of your game, or integrate an open-source code library written in C or C++ into your game. In those cases, you may use a low-level language like C++ to write the code.

Become an Indie Gamedev with GDQuest!

Don't stop here. Step-by-step tutorials are fun but they only take you so far.

Try one of our proven study programs to become an independent Gamedev truly capable of realizing the games you’ve always wanted to make.

Nathan

Founder and teacher at GDQuest
  • Starter Kit
  • Learn Gamedev from Zero
Check out GDSchool

You're welcome in our little community

Get help from peers and pros on GDQuest's Discord server!

20,000 membersJoin Server

Contribute to GDQuest's Free Library

There are multiple ways you can join our effort to create free and open source gamedev resources that are accessible to everyone!