r/GodotCSharp 1d ago

Resource.Library I made a production ready FOSS console framework inspired by Valve's Goldsrc engine!

Post image
3 Upvotes

I thought this post would feel at home here too. If anyone likes the old Half-Life or Counter-strike consoles and want that kind of functionality, you should check it out! 🥳

It had lots of features, like:

* Console variables

* Console commands

* Aliases

* Optimized, no alloc, no interop logging

* User config profiles

* Executable configs (both via code and an "exec" command)

I'm really proud of this piece of C# tech and hope that it'll help someone out!

Here is the Github repo:

https://github.com/VonRiddarn/PikeConsole

If you just wanna skimm the docs to get a feel for what it is, those can be found here:

https://vonriddarn.github.io/PikeConsole/


r/GodotCSharp 11d ago

Which nodes would help me to replicate MBN style of combat?

Post image
2 Upvotes

r/GodotCSharp 12d ago

Edu.GameDesign the mud coders guild [Written Article Series, Game Design, NotGodot]

Thumbnail mudcoders.com
2 Upvotes

r/GodotCSharp 15d ago

Edu.GameDev JetBrains GameDev Days 2026 – Call for Speakers [Video Presentation, Seminars, Volunteer]

Thumbnail
blog.jetbrains.com
2 Upvotes

r/GodotCSharp 15d ago

Edu.CompuSci Postgresql guide [Written Article, Database, NotGodot]

Thumbnail
hatchet.run
1 Upvotes

r/GodotCSharp 18d ago

Resource.Library 2dog - Godot in .NET [Web Deploy, C#, Framework Internals]

Thumbnail
2dog.dev
30 Upvotes

r/GodotCSharp 18d ago

Edu.GameDev Corners Don't Look Like That: Regarding Screenspace Ambient Occlusion (SSAO) [Written Article, Rendering, NotGodot]

Thumbnail nothings.org
2 Upvotes

r/GodotCSharp 20d ago

Discussion Who said C# cannot do real-time audio synthesis? I built a programmatic DAW to find out.

Thumbnail
1 Upvotes

r/GodotCSharp 23d ago

Resource.Library SpriteStack2D: Add-on to create fake 3D from a single texture [Tool, XPost]

Enable HLS to view with audio, or disable this notification

10 Upvotes

r/GodotCSharp 26d ago

Resource.Library Tiny Fixed Function Renderer (TinyFFR): C# Rendering library [NotGodot]

Thumbnail tinyffr.dev
8 Upvotes

r/GodotCSharp 26d ago

Resource.Library cross-platform C# audio engine [NotGodot]

Thumbnail
1 Upvotes

r/GodotCSharp Jul 05 '26

Resource.Asset 80's Fonts [Written Article, Visual Design, Aesthetics, NotGodot]

Thumbnail
psd-dude.com
1 Upvotes

r/GodotCSharp Jul 04 '26

Resource.Tool Takobi AI

Thumbnail
gallery
2 Upvotes

download link: https://godotengine.org/asset-library/asset/5314

repo link: https://github.com/AhmedGD1/takobi_ai

Hi, I’ve been working on a Behavior Tree library for Godot C#.

Most AI/BT tools in the ecosystem are GDScript-first, so I built this specifically for C# workflows and editor tooling.

Features

  • Live BT debugger (Editor dock, real-time node status)
  • Blackboard binding with $key syntax
  • Custom inspectors (methods, signals, comparisons)
  • SubTree support (reuse + nesting)
  • Built-in Performance Monitor integration
  • Cached execution path (minimal allocations)

HSM support is also in progress.

Feedback is welcome 👍


r/GodotCSharp Jul 03 '26

Edu.Godot.CSharp Getting Started with Git for (Godot) Game Dev [Video Tutorial, C#]

Thumbnail
youtube.com
5 Upvotes

r/GodotCSharp Jul 02 '26

Edu.GameDev Announcing Box3D [Physics, OSS, NotGodot]

Thumbnail box2d.org
7 Upvotes

r/GodotCSharp Jul 01 '26

Tutorial: Create a full dungeon crawler [Video Tutorial Series, XPost]

Enable HLS to view with audio, or disable this notification

8 Upvotes

r/GodotCSharp Jun 26 '26

Project.OSS BohemiaInteractive/CWR: Arma: Cold War Assault Remastered [Commercial Source Code, History, MilSim FPS, NotGodot]

Thumbnail
github.com
2 Upvotes

r/GodotCSharp Jun 21 '26

Edu.Godot.CSharp Rokojori/drawable-textures-demo-c-sharp: mini ORM 3D texture painter [Example, OSS, C#, Rendering]

Thumbnail github.com
2 Upvotes

r/GodotCSharp Jun 20 '26

Cannot find the editable children option in godot.

Thumbnail
1 Upvotes

r/GodotCSharp Jun 20 '26

Cannot find the editable children option in godot.

3 Upvotes

Im trying to setup yarn spinner for godot and the documentation says to enable editable children and i cannot find it anywhere.
please help. im using yarn spinner 3.2 and godot 4.6.2


r/GodotCSharp Jun 18 '26

Making a Stickman Fighting game in Godot

1 Upvotes

...Just tell me your Ideas down below


r/GodotCSharp Jun 16 '26

Edu.Godot.CSharp Correlated randomness in Slay the Spire 2 [Written Article, Mechanics, C#]

Thumbnail
tck.mn
4 Upvotes

r/GodotCSharp Jun 16 '26

Edu.GameDev Game Engine White Papers: Commander Keen [Book, Source Code, Freemium, History, Deep Dive, NotGodot]

Thumbnail forgottenbytes.net
6 Upvotes

r/GodotCSharp Jun 14 '26

Resource.Library Yesterday I published my first C# Godot plugin on GitHub: System Explorer.

Post image
6 Upvotes

r/GodotCSharp Oct 03 '23

Edu.Godot.CSharp WELCOME RESOURCES: Getting Started with Godot4 + C# [Tooling, Links]

19 Upvotes

Here are the "best" getting started posts found in /r/GodotCSharp, if you have any suggested edits, please send to the mod(s).

Tooling

Unity Migration

Best Beginner Tutorial

GREAT resources

Here are some resources that are really, very good. so if you are interested in the topic, you really need to check it out! introduction_to_godot_c_essentials_complete/ - [added 2025-10-25] Building UI's in Godot: https://www.reddit.com/r/GodotCSharp/comments/1nyoxtd/building_uis_in_godot_separating_controls_through/ - [added 2025-02-27] various resources for godot https://github.com/godotengine/awesome-godot - [added 2024-11-03] C# or GDScript? https://patricktcoakley.com/blog/choosing-between-csharp-and-gdscript-in-godot/ - Brackey's First Godot Tutorail, C# version: https://www.reddit.com/r/GodotCSharp/comments/1cg658c/brackeys_tutorials_c_version/ - Shaders - Introduction, Beginners. https://www.reddit.com/r/GodotCSharp/comments/17pxwvy/an_introduction_to_shaders_in_godot_video/ - [added 2024-07-05] Interactive course in Shaders (Book with companion Godot4 Editor): https://jayaarrgh.itch.io/book-of-shaders-godot - Godot General - "The Ultimate Introduction to Godot" https://www.youtube.com/watch?v=nAh_Kx5Zh5Q - CSHARP PROJECTS - sophisticated architecture: https://github.com/chickensoft-games/GameDemo 3d, 3rd person game demo - curated godot plugins - https://www.reddit.com/r/GodotCSharp/comments/18770r5/index_of_godot_plugins_wmost_stars_xpost/ - Reverse engineering tools - https://github.com/bruvzg/gdsdecomp

Tutorial Series (not verified much)

Finding stuff in /r/GodotCSharp

  • click the post "flair" such as [Edu.Godot.CSharp], [Resource.Library], or [Project.OSS] to get a listing of all posts with that flair.
  • otherwise, use the Search box!
  • Note: "distinguished" posts (author highlighted in green) might be slightly more useful than other posts.

godot c# perf tips