this post was submitted on 12 Oct 2024
35 points (94.9% liked)

Godot

5840 readers
20 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

!roguelikedev@programming.dev

Credits

founded 1 year ago
MODERATORS
 

Video descriptionUser selects code and presses a shortcut (Shift+Alt+E) and window pops up with the selected code on the left, and empty code box on the right and another text box on the bottom. The user types "Please separate the code into more managable chunks" and magically, chunked code appears on the right bit by it. The user presses on a button "Accept Changes", the window closes and the chuked code replaces the originally written code in the script editor.

Easily clean up your code with GoPilot.

GoPilot available some time soon on the AssetLibrary!

This is kinda a crosspost to Mastodon

EDIT: Updated the video description EDIT 2: Added info to crosspost

top 4 comments
sorted by: hot top controversial new old
[–] julianh@lemm.ee 15 points 3 weeks ago (1 children)

I'm so fucking tired of ai shit

[–] Smorty@lemmy.blahaj.zone 2 points 3 weeks ago

Fair point, me too.

[–] SsxChaos@lemmy.ml 3 points 3 weeks ago (1 children)

Is this a new built-in update in Godot or a new plug-in? And if the latter do you know the link to install it? It's been a year since the last time I coded and this year been full of updates in Godot engine this feature would be super helpful as it's already cool af 😄🤘

[–] Smorty@lemmy.blahaj.zone 2 points 3 weeks ago

The feature I showcased is part of my Godot plugin "GoPilot". I have not released it yet, however I will soon on the AssetLibrary as anfree and open source package for everyone to use..

I am currently working on a CSV table translation feature and a GraphNode based Editory which provides an easy no-code solution for LLM inference using all sorts of different settings, prompting techniques and formatting options.

I don't have a link right now, but I will make a post on here once I actually release it, alongside a YouTube video with all its features.