ACB-prgm / PythonExtensionTutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Extension Tutorial

This repository corresponds to this youtube video. In this video, we'll explore how you can use Python to enhance the Godot game engine. Godot is a powerful game engine that allows you to create games in 2D and 3D, but sometimes it can be limited in its capabilities. That's where Python comes in! By leveraging Python in Godot, you can extend the functionality of the engine and create more complex games with ease.

We'll start with an overview of how Python works in Godot and how to set up the environment. Then we'll dive into practical examples of how you can use Python to do things that you can't do with Godot alone. This repo contains a simple working project example shown in the video. it also contains the more complex example in the ComplexExampleFiles directory. This example is not set up to work with this project, but is included so you can see the details of how I managed real-time python to godot communication.

About


Languages

Language:Python 99.7%Language:C 0.1%Language:PowerShell 0.1%Language:Objective-C 0.1%Language:GDScript 0.0%Language:Shell 0.0%