Skip to content

Instantly share code, notes, and snippets.

View WhalesState's full-sized avatar
🐳
Protect the Whales!

Mounir Tohami WhalesState

🐳
Protect the Whales!
View GitHub Profile
@WhalesState
WhalesState / Godot.md
Last active September 26, 2023 13:19
Welcome file

Introduction

After three years of working with Godot, I wanted to share my feedback and insights on this powerful game development engine. As a dedicated user of Godot, I have experienced both its strengths and areas where improvements could be made. Through this feedback, I hope to contribute to the ongoing development and growth of the Godot community. Let's dive into the details and explore the strengths and areas for improvement in Godot!

By default, Godot's core features and functionalities are bundled together in a single monolithic binary. This can make it challenging for developers to selectively include or exclude specific features based on their project requirements. This lack of modularity can result in larger binary sizes and potential overhead.


3D within 2D and 2D within 3D!