126
1

Hi everybody. This is the second part of the mini-tutorial on creating 3D asteroids or other rocks in Blender and using them in Godot Engine. This time, I will focus on the Godot Engine, namely importing an already finished model into Godot and resolving subsequent issues. If you're interested in the modeling itself, I recommend watching the first part first. Now, let's dive into Godot.

127
1
Godot-Rust Now on Crates.io! (godot-rust.github.io)

Just learned about this today :D

128
1
Godot Community Poll 2024 (godotengine.org)
submitted 8 months ago by testman@lemmy.ml to c/godot@programming.dev
129
1

Hi everybody! Would you like to know how to easily create a screenshot in your game using the Godot Engine, whether it's a 2D or 3D game? In this short video, I'll show you how.

130
0
ClamAV Frontend in Godot (autumn.revolt.chat)
submitted 8 months ago* (last edited 8 months ago) by MarshReaper@lemmy.world to c/godot@programming.dev

I hope this software is useful to those who feel they need it.

Available on codeberg: https://codeberg.org/MarshReaper/GuardianSecurityCenter/releases/latest

This is a client that makes use of the ClamAV packages available in most repositories. It is made to replace ClamTK and check that box for people wanting to use Linux.

Some features are still in development, so not for production use just yet. But, you can run a quick scan and update signatures which is basic enough for most users.

I saw a video DistroTube posted and it made me a bit confused. It was about the Kasperky being offered on Linux. If you have seen the comments you would understand.

Anyways, this had me remember people I know ask me about anti viruses on Linux. I tried ClamTK, but it is very unintuitive and has a somewhat broken workflow.

I hopped on Godot and searched for an image of a popular antivirus software. I then made the software using the pretty layout that many people are used to.

I learned some things about Godot and I hope others will too with this project. Enjoy!

Also, if anyone could help me find the best way to distribute this software that would be great! (flatpak? repos? it requires administrative privileges)

131
1
132
1
True beauty (programming.dev)
133
1
How it feels (programming.dev)
134
1

In this video, I will demonstrate how we can easily insert 3D models or complete 3D scenes into the environment of our 2D game in Godot 4. Let's see how this is done using the SubViewport node.

135
1
submitted 10 months ago by Alsephina@lemmy.ml to c/godot@programming.dev
136
1
137
1

Is there any way to run a given string at runtime? I have tried to write something like this by creating a new node and attaching a new script to it, and I have gotten this far:

var new_node:Node = Node.new()
add_child(new_node)
var new_script:GDScript = GDScript.new()
new_script.source_code = "extends Node\nfunc run():\n\t" + script_to_execute
print(new_script.source_code)
new_node.set_script(new_script)
pressed.connect(new_node.call.bind("run"))

This gets an error (but not a crash) when hitting that last line:

emit_signalp: Error calling from signal 'pressed' to callable: 'Node::call': Method not found.

This is pretty weird, as a Node should always have access to the method "call". Does someone have an idea on how to solve this / their own idea on how to implement runtime code editing and executing?

138
1
submitted 10 months ago* (last edited 10 months ago) by astreus@lemmy.ml to c/godot@programming.dev

Before the humble bundle came out, I bought the GameDev.tv "complete" Godot course - I had a good early bird discount since I've used them for Unity.

Over the past few years, I have completed the 2D, 3D, and several of the RPG intermediate courses for unity as well as a Blender course so was super excited for this new one!

And then was super disappointed.

I start with the 2D course every time and this one was...hollow. Super empty. Maybe a quarter of the content as the Unity course with a lot of basic things missing and some really bad practice promoted. I did the whole course on 1.25x speed and still had to skip through a lot of waffle.

I'm now doing courses for free on Youtube and have learnt far, far more.

It really is a shame as I'm a fan of GameDev.tv, but they really missed the mark with the Godot offering.

EDIT: clarity

139
1

A surprise to be sure, but a welcome one. Very excited to have another YouTube juggernaut in the open source ring!

140
1
submitted 10 months ago by neme@lemm.ee to c/godot@programming.dev
141
1
142
1

Thought people might be interested. I'm tempted to get the shaders course which is the only one in the $1 tier.

143
1
submitted 10 months ago* (last edited 10 months ago) by popcar2@programming.dev to c/godot@programming.dev

Great fixes here. I've been looking forward to some of the fixes like Camera2D's frame delay and code completion improvements.

Oh and they finally fixed the profiler which was bugged and didn't report your worst-performing scripts.

144
1
submitted 10 months ago by Wxnzxn@lemmy.ml to c/godot@programming.dev

A few weeks ago, I started on a basic tutorial for developing games in Godot: "Ultimate Instruction to Godot 4" on YouTube by Clear Code. My goal was to not just finish the tutorial, but to build on it and create a small game with semi-professional standards. Here is said game, my first attempt not only at developing in Godot, but also my first attempt at creating a game.

If you know what you are doing, a playthrough is around 20-40 minutes, more on higher difficulties. On easy, it is possible to be reckless, while on higher difficulties, the game forces you to be quite considerate of your resources.

As this is my first game ever, I would greatly appreciate any and all feedback. I hope that, if you try it out, you will have as much fun with the game as I had making it!

145
1
submitted 10 months ago by astreus@lemmy.ml to c/godot@programming.dev

Hi! I've been making games for a little while, though nothing too fancy - mostly mobile platformers, delivery games, and visual novels. I recently moved from Unity to Godot and finished the "Complete" Godot 2D course on Gamedev.tv.

I want to challenge myself and have a really strong design for an AR mobile game. I have never programmed an AR app before. I have found dozens of courses/tutorials for Unity, but none for Godot.

Does anyone have any suggestions? I've read the documentation, but would much rather a hands on tutorial or course.

146
1
submitted 10 months ago by neme@lemm.ee to c/godot@programming.dev
147
1
submitted 10 months ago* (last edited 10 months ago) by Alsephina@lemmy.ml to c/godot@programming.dev
148
1
submitted 10 months ago* (last edited 10 months ago) by mac@programming.dev to c/godot@programming.dev
  • Pinbot
  • District Panic
  • SimpleDungeons
  • Frood Robotics
  • Desvelado
149
1
GDC 2024: Retrospective (godotengine.org)
submitted 10 months ago by neme@lemm.ee to c/godot@programming.dev
150
1

Hi everyone! As you may recall, in one of the previous videos, I was creating snow particles in a 3D scene. This time, I would focus on a similar effect, but instead, it would be in 2D, and it would be rain particles.

view more: ‹ prev next ›

Godot

6106 readers
10 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 2 years ago
MODERATORS