1
2
submitted 3 months ago by [email protected] to c/[email protected]
2
4
submitted 2 weeks ago by [email protected] to c/[email protected]

video by GDQuest
very awesome to see tutorial and encouragement for 3D game
Godot would get much greater recognition if there were more 3D games made with it.

3
4
submitted 2 months ago by [email protected] to c/[email protected]
4
1
submitted 3 months ago by [email protected] to c/[email protected]

Added the swords to have something else for a change than boxes in all ratios. And, well, every Bulletheaven game needs something to collect, right?

5
1
submitted 3 months ago by [email protected] to c/[email protected]
6
1
submitted 3 months ago by [email protected] to c/[email protected]

A few seconds longer and it would take off like a choppa

7
1
submitted 3 months ago by [email protected] to c/[email protected]

ofc the boxes should be swords or something like that

8
1
Orbiting kina failed (files.catbox.moe)
submitted 3 months ago by [email protected] to c/[email protected]

Wanted to have them orbiting while maintaining center alignment, didn't fully work out ¯_(ツ)_/¯ But I do kinda like it

9
1
submitted 3 months ago by [email protected] to c/[email protected]
10
1
submitted 3 months ago by [email protected] to c/[email protected]
11
1
submitted 3 months ago by [email protected] to c/[email protected]
12
1
submitted 3 months ago by [email protected] to c/[email protected]
13
1
submitted 4 months ago by [email protected] to c/[email protected]

クロスポスト: https://sh.itjust.works/post/32413510

After having cancelled my 2 previous projects I've finally been able to finish something!

About: Nairu is a simple note taking app that I made mostly for myself, right now it doesn't have a lot of features (just the basics of a note taking app), but I plan to add a few more things to it.

Any feedback is appreciated!

14
1
submitted 4 months ago by [email protected] to c/[email protected]
15
1
submitted 4 months ago by [email protected] to c/[email protected]
16
1
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]

I'm not the author, but posting it here because it is amazing project that deserves exposure.

17
1
submitted 4 months ago by [email protected] to c/[email protected]
18
1
submitted 4 months ago by [email protected] to c/[email protected]
19
1
submitted 4 months ago by [email protected] to c/[email protected]
20
1
submitted 5 months ago by [email protected] to c/[email protected]
21
1
Godot 2024 Showreel (farside.link)
submitted 5 months ago by [email protected] to c/[email protected]
22
1
submitted 5 months ago by [email protected] to c/[email protected]

I am writing a GDExtension for binding libpd, library version of PureData. I have added a property with appropriate getter and seterr.

  ADD_PROPERTY(
      PropertyInfo(Variant::STRING, "patch_path", PROPERTY_HINT_FILE, "*.pd"),
      "set_patch_path", "get_patch_path");

I do something like this to get the file path and load it to puredata

Ref<FileAccess> file = FileAccess::open(path, FileAccess::READ);
patch = pd.openPatch(
      file->get_path_absolute().utf8().get_data()->get_path_absolute().utf8().get_data(), "/");

I can select *.pd files from my resources directory, they load and work normally inside the editor. However, they do not work when I export the project.

The complete error message:

Godot Engine v4.3.stable.official.77dcf97d8 - 
Vulkan 1.3.296 - Forward+ - Using Device #0: Intel - Intel(R) Iris(R) Xe Graphics (RPL-U)

pd 0.55.2
bonk version 1.5
fiddle version 1.1 TEST4
pd~ version 0.54
pique 0.1 for PD version 23
PureDataGD constructor
ERROR: File does not exist: 
   at: file_exists (/home/kureta/Documents/repos/PureDataGD/src/puredatagd.cpp:60)
Trying to set path to: res://patches/test-2.pd

read (31 184) -> -1
//: Is a directory
Set patch path to: res://patches/test-2.pd
Setting DSP status to truehttps://godotengine.org

What am I doing wrong? Full code is here.

23
1
submitted 8 months ago by [email protected] to c/[email protected]
24
1
submitted 8 months ago by [email protected] to c/[email protected]
25
1
submitted 8 months ago by [email protected] to c/[email protected]
view more: next ›

Godot

1047 readers
2 users here now

A community for discussion and support in development with the Godot game engine.

Official links to other communication platforms

GitHub

Other Godot communities on Lemmy

founded 4 years ago
MODERATORS