Tootfinder

Opt-in global Mastodon full text search. Join the index!

@khalidabuhakmeh@mastodon.social
2024-04-17 17:46:59

Today I learned you can use #kotlin with #godotengine godot-kotl.in/.
Yes, please. Sign me up.…

@khalidabuhakmeh@mastodon.social
2024-04-18 14:13:08

Uploaded my #JetBrainsRider Pong #godotengine game. It's really my first game, and I probably would do a few things differently, but it's pretty good for a first attempt (in my opinion).
If you're interested, check it out!

@pre@boing.world
2024-04-17 19:33:56

Well, it turns out that the #godot 360 panorama #vr renderer I wrote still wasn't right.
It does a final image-warp to map from the perspective projection it renders into an equirectangular projection for playback, and the function was doing the opposite of the intended job.
I only thought it was working because it also had an eye-switching bug which fixed the eyes-rendering-wrong bug in the earlier code so really seemed to make things look better.
Only really became apparent as I got to rendering things other than test graphics.
That's fixed now, by reversing the mapping function.
Is it right now? Yes? Maybe. I dunno. I don't really understand the maths let alone why I had to reverse it.
Like the Doctor says, you can just #reverseThePolarityOfTheNeutronFlow, give it a try.
github.com/revpriest/godotPano

@khalidabuhakmeh@mastodon.social
2024-04-17 19:09:07

I created a neat pause menu in #godot with BBCode and a RichTextLabel.

Pause Menu in Pong Game
@khalidabuhakmeh@mastodon.social
2024-04-18 17:40:57

Unit testing support in #JetBrainsRider for a #godotengine game is slick. Rather than fiddling with magic numbers, you can write tests using #GDUnit4 and get a better feedback loop.
You…

Unit testing in JetBrains Rider for Godot
@luana@tech.lgbt
2024-03-08 12:52:31

I don’t suppose anyone has ported #Wayland to #Godot right?

@njamster@mastodon.gamedev.place
2024-03-03 20:10:47

Wanted to split my settings menu in multiple categories, ended up rewriting Godot's TabContainer as a tool script. 😂 Technically it's using buttons, not tabs, but only because I really wanted VERTICAL TABS! Should I release this as an add-on? 🤔
(PS: It took 8 takes before I managed to *not* use shortcuts while recording... 😅)
#Godot

Short video showing my custom container in action: First, I add a ColorRect node (could have used any other node, either) as a child. A tab bar with a single tab named "ColorRect" appears in the editor. Renaming the node to "Tab1" changes the text on the tab as well. Next, I demonstrate duplicating, moving and deleting the node – the tab bar updates accordingly. Lastly, I select the container node itself and modify its settings in the inspector: I move the tab bar to the right (they are arrange…
@khalidabuhakmeh@mastodon.social
2024-04-09 17:25:05

The #godotengine additions in #JetBrainsRider have been really good. Check them out in the latest release. It makes writing and debugging your #csharp

JetBrains Rider 2024.1 release notes for Godot
@saluki@fosstodon.org
2024-04-24 15:40:12

I'm really excited to see #brackeys back and working with #Godot

@khalidabuhakmeh@mastodon.social
2024-03-23 13:39:45

The #JetBrainsRider integration with #GodotEngine is pretty awesome when writing your games in #csharp. There's a little Godot icon that lets you launch the Godot editor.

JetBrains Rider run toolbar with “Start Godot Editor” icon showing.
@imaginaryrobots@social.linux.pizza
2024-03-24 05:31:13

Hey, it's still #screenshotsaturday so here's the week's progress! Coded up some space heaters and a temperature sensor, and they change their output when the hero interacts with them! #gamedev

screenshot of a 3d scene from a work-in-progress game, showing a placeholder character and two simple geometric cylinders representing heaters. The cylinders each have an orange circle on the ground around them indicating their area of effect. Between then is a semi-transparent green sphere representing a temerature sensor, with the text "4 degrees" hovering above it.
@khalidabuhakmeh@mastodon.social
2024-04-29 19:30:42

If you need to flip a sprite in #godotengine, you can set the Scale x, y, or both values to negative. This will also flip any children, including collision nodes.

Godot Editor showing the Node2D | Transform | Scale fields. Showing two identical truck sprites.
@imaginaryrobots@social.linux.pizza
2024-03-24 05:31:13

Hey, it's still #screenshotsaturday so here's the week's progress! Coded up some space heaters and a temperature sensor, and they change their output when the hero interacts with them! #gamedev

screenshot of a 3d scene from a work-in-progress game, showing a placeholder character and two simple geometric cylinders representing heaters. The cylinders each have an orange circle on the ground around them indicating their area of effect. Between then is a semi-transparent green sphere representing a temerature sensor, with the text "4 degrees" hovering above it.
@khalidabuhakmeh@mastodon.social
2024-04-29 19:30:42

If you need to flip a sprite in #godotengine, you can set the Scale x, y, or both values to negative. This will also flip any children, including collision nodes.

Godot Editor showing the Node2D | Transform | Scale fields. Showing two identical truck sprites.
@khalidabuhakmeh@mastodon.social
2024-04-30 18:17:05

Learning about ParallaxBackground in #godotengine. I made this little Cyberpunk runner sample to show the parallax effect in the background.

Cyberpunk Runner game in Godot
@khalidabuhakmeh@mastodon.social
2024-05-01 16:51:59

🕹️ I wrote a #godotengine tutorial to help you build a pong game using the latest version of #godot and #dotnet #csharp

Pong game showing two paddles, a ball, and a JetBrains Rider themed play field
@Treppenwitz@sfba.social
2024-03-24 23:33:33

The Mirror is the #opensource #Roblox & UEFN alternative ‍built on #Godot and NestJS, allowing you to own everything - unlike #Roblox

@khalidabuhakmeh@mastodon.social
2024-03-27 19:39:08

This damn bast’d of a #pong opponent is not respecting the damn rules! 🤣 #godotengine

Pong demo in Godot
@khalidabuhakmeh@mastodon.social
2024-04-25 20:04:51

I made a little bouncy basketball game in #godotengine. I really need to take a Vector math course, though. 😅

Bouncing basketball game in Godot engine
@khalidabuhakmeh@mastodon.social
2024-04-25 20:04:51

I made a little bouncy basketball game in #godotengine. I really need to take a Vector math course, though. 😅

Bouncing basketball game in Godot engine
@khalidabuhakmeh@mastodon.social
2024-03-19 18:49:43

Trying to learn more about #godotengine by playing around with this dino runner game. Added a particle emitter to the dinosaur.

Dino game in Godot