#gdscript 搜尋結果

This line is definitely one of the weirder things I've written (not in terms of code). #GDScript #GodotEngine

StepBester's tweet image. This line is definitely one of the weirder things I've written (not in terms of code). #GDScript #GodotEngine

This line is definitely one of the weirder things I've written (not in terms of code). #GDScript #GodotEngine

StepBester's tweet image. This line is definitely one of the weirder things I've written (not in terms of code). #GDScript #GodotEngine

📌 A god-simulation sandbox game built on Godot 4 as a multi-agent AI social simulation system. In this virtual world, AI characters possess independent thinking and memory, capable of autonomous social interactions, tas... 🔗 github.com/KsanaDock/Micr… #GDScript


Godot EngineのCompute Shader(GPGPU)のテスト。 ありがちな波紋処理です(実際、公式にもっと綺麗なデモがあります)。今は音はありません。 水の波と音の波は性質が違うものですが、何か面白い表現をしてみたいですね。 #GLSL #GDScript


Couldn’t figure out why my script didn’t find any objects with the name "2DPowerReceiver". I feel royally betrayed! #Godot #Godot4 #GDScript #GameDev #IndieDev #Scripting #Debugging


Coming soon at @thegodotbarn.com , ultra-simple small terrain generation (based on FastNoise). Script + Shader. This example is a 128x128 terrain with a bicubic Bezier interpolation vertex shader to smooth. #GodotEngine #gdscript #glsl #indiegamedev #GodotTips

CGarageCoder's tweet image. Coming soon at @thegodotbarn.com , ultra-simple small terrain generation (based on FastNoise). Script + Shader. This example is a 128x128 terrain with a bicubic Bezier interpolation vertex shader to smooth. #GodotEngine #gdscript #glsl #indiegamedev #GodotTips

Day 3 of 100: Learning Godot 🚀 Today, I dived into GDScript basics, variables & print() statements. It’s simple but powerful: variables are the building blocks, and print() is like my debugging bestie. 👨🏽‍💻✨ #100DaysOfGameDev #GodotEngine #GDScript


今度はドードー爆誕w🦤 🦤て絵文字あるの🤭 Godot-dodo 🔧github.com/minosvasilias/… GodotてOSSゲームエンジンの #GDScript を生成するためLLaMAを調教した奴 →{"instruction": "欲しいスクリプトの指示", "output": "GDScriptコード" }な感じ やり方は他言語応用もできる

forasteran's tweet image. 今度はドードー爆誕w🦤
🦤て絵文字あるの🤭

Godot-dodo
🔧github.com/minosvasilias/…

GodotてOSSゲームエンジンの #GDScript を生成するためLLaMAを調教した奴
→{"instruction": "欲しいスクリプトの指示", "output": "GDScriptコード" }な感じ

やり方は他言語応用もできる
forasteran's tweet image. 今度はドードー爆誕w🦤
🦤て絵文字あるの🤭

Godot-dodo
🔧github.com/minosvasilias/…

GodotてOSSゲームエンジンの #GDScript を生成するためLLaMAを調教した奴
→{"instruction": "欲しいスクリプトの指示", "output": "GDScriptコード" }な感じ

やり方は他言語応用もできる

Godot-dodo 🦤 The godot-dodo project presents a pipeline to finetune open source language models on human-created, language-specific code retrieved from GitHub github: github.com/minosvasilias/… models: huggingface.co/minosu

_akhaliq's tweet image. Godot-dodo 🦤

The godot-dodo project presents a pipeline to finetune open source language models on human-created, language-specific code retrieved from GitHub

github: github.com/minosvasilias/…
models: huggingface.co/minosu


「ボタンを押したら音が鳴るだけ」の「ポン出し」アプリ、やっとできた。 - 音の変更 - 設定保存 - ショートカット (123からZXC) Webアプリで実現するのがハードでした。お試しいただければ!ご意見ご要望とかも嬉しいです! #godot #GodotEngine #GDScript #indiedev

joshuafolkken's tweet image. 「ボタンを押したら音が鳴るだけ」の「ポン出し」アプリ、やっとできた。

- 音の変更
- 設定保存
- ショートカット (123からZXC)

Webアプリで実現するのがハードでした。お試しいただければ!ご意見ご要望とかも嬉しいです!

#godot #GodotEngine #GDScript #indiedev

gdscriptとかいう超マイナー言語でもいけちゃう やばすぎ #chatGPT #gdscript

makoto_ito1's tweet image. gdscriptとかいう超マイナー言語でもいけちゃう
やばすぎ
#chatGPT #gdscript

これ、中身は static function なんですけど、 オブジェクトだしいけるんじゃね? って思ってやってみたらいけてしまった 他のオブジェクト系言語でもいけるんかな… ソースコードをまるっと引数で渡したら、渡した先で読めたっていうトンでも手法 #gdscript

makoto_ito1's tweet image. これ、中身は static function なんですけど、
オブジェクトだしいけるんじゃね?
って思ってやってみたらいけてしまった
他のオブジェクト系言語でもいけるんかな…

ソースコードをまるっと引数で渡したら、渡した先で読めたっていうトンでも手法

#gdscript

"Initiative Roll" on a d20 in place with green winner arrow and rolls for each player (left) and enemy (right). #GDScript #Godot4

ProfitzTV's tweet image. "Initiative Roll" on a d20 in place with green winner arrow and rolls for each player (left) and enemy (right).
#GDScript #Godot4

#Godotengine #GDScript でコルーチンを使う方法を #Gemini 先生に聞いたら、yield/await を使った例お教えてもらったのだが、テストプログラムを書いてみたら「yield は Godot4 で削除された」ってエラーがでましたよ(圧倒的残念感)。

vivisuke's tweet image. #Godotengine #GDScript でコルーチンを使う方法を #Gemini 先生に聞いたら、yield/await を使った例お教えてもらったのだが、テストプログラムを書いてみたら「yield は Godot4 で削除された」ってエラーがでましたよ(圧倒的残念感)。
vivisuke's tweet image. #Godotengine #GDScript でコルーチンを使う方法を #Gemini 先生に聞いたら、yield/await を使った例お教えてもらったのだが、テストプログラムを書いてみたら「yield は Godot4 で削除された」ってエラーがでましたよ(圧倒的残念感)。

Super impressed with #GDScript so far! Originally I wanted to stick with C# when transitioning over to #Godot, but since mobile platforms don't support it on Godot 4 yet I decided to take the plunge. Love the python like syntax and love the integration with the editor itself. 👏

JoeDigital9's tweet image. Super impressed with #GDScript so far! Originally I wanted to stick with C# when transitioning over to #Godot, but since mobile platforms don't support it on Godot 4 yet I decided to take the plunge.

Love the python like syntax and love the integration with the editor itself. 👏

exportいっぱい書くとインスペクタグチャグチャになるからカスタムリソース作んなきゃダメなのかなーと思ってたけど、exprort_groupを知らないだけでした。すいませんでした。#GodotEngine #GDScript

sayamapp's tweet image. exportいっぱい書くとインスペクタグチャグチャになるからカスタムリソース作んなきゃダメなのかなーと思ってたけど、exprort_groupを知らないだけでした。すいませんでした。#GodotEngine #GDScript

I got mine! Paperback form. Looking forward to receiving and going through it. #Godot4 #GameDev #GDScript @SanderVhove

ProfitzTV's tweet image. I got mine!  Paperback form.  Looking forward to receiving and going through it.  #Godot4 #GameDev #GDScript 
@SanderVhove

#Godotengine #GDScript#GDExtension でバイト配列に1千万回 push_back() した場合の処理時間を計測してみた。 結果は添付画像の通りで、#GDExtension の方が約20倍高速だったでござるぞ。 ちなみに C# は約10倍高速だったので、C++ の方が C# より約2倍高速ってことじゃな。;^p

vivisuke's tweet image. #Godotengine #GDScript と #GDExtension でバイト配列に1千万回 push_back() した場合の処理時間を計測してみた。
結果は添付画像の通りで、#GDExtension の方が約20倍高速だったでござるぞ。
ちなみに C# は約10倍高速だったので、C++ の方が C# より約2倍高速ってことじゃな。;^p

New GDToolkit version (4.3.0) released. #Godot #GDScript

pawel_lampe's tweet image. New GDToolkit version (4.3.0) released.
#Godot #GDScript

More shiny stuff added including now critical hits and critical failures (natural 20 or 1). #Godot4 #GDScript #GameDev

ProfitzTV's tweet image. More shiny stuff added including now critical hits and critical failures (natural 20 or 1).
#Godot4 #GDScript #GameDev
ProfitzTV's tweet image. More shiny stuff added including now critical hits and critical failures (natural 20 or 1).
#Godot4 #GDScript #GameDev

Workflow is getting better from new character -> battle. 38 rounds to take the rare mob, Hunm the Unbeatable, High Priestess! #Godot4 #GDScript #IndieDev #GameDev #TheBaldDev

ProfitzTV's tweet image. Workflow is getting better from new character -> battle. 
38 rounds to take the rare mob, Hunm the Unbeatable, High Priestess!
#Godot4 #GDScript #IndieDev #GameDev #TheBaldDev
ProfitzTV's tweet image. Workflow is getting better from new character -> battle. 
38 rounds to take the rare mob, Hunm the Unbeatable, High Priestess!
#Godot4 #GDScript #IndieDev #GameDev #TheBaldDev
ProfitzTV's tweet image. Workflow is getting better from new character -> battle. 
38 rounds to take the rare mob, Hunm the Unbeatable, High Priestess!
#Godot4 #GDScript #IndieDev #GameDev #TheBaldDev
ProfitzTV's tweet image. Workflow is getting better from new character -> battle. 
38 rounds to take the rare mob, Hunm the Unbeatable, High Priestess!
#Godot4 #GDScript #IndieDev #GameDev #TheBaldDev

More work on the game in #Godot4 Added the loot and combat roll section. The green arrow will point toward player or enemy who wins initiative. Clicking D20 for combat rolls. #GDScript #GameDev #IndieDev #Learning2Code

ProfitzTV's tweet image. More work on the game in #Godot4 
Added the loot and combat roll section.
The green arrow will point toward player or enemy who wins initiative.  Clicking D20 for combat rolls.
#GDScript #GameDev #IndieDev #Learning2Code

And just like that...from mock-up to in-game! This will be the Traveling Merchant scene where the player can buy/sell between each battle. #Godot4 #GDScript #IndieDev #GameDev #TheBaldDev

ProfitzTV's tweet image. And just like that...from mock-up to in-game! This will be the Traveling Merchant scene where the player can buy/sell between each battle.
#Godot4 #GDScript #IndieDev #GameDev #TheBaldDev

I'm working on a loot bag concept for when you win a battle. You can pick up the loot and directly slot it for upgrading your weapon and armour found. #Godot4 #GDScript #GodotEngine #GameDev #TheBaldDev

ProfitzTV's tweet image. I'm working on a loot bag concept for when you win a battle. You can pick up the loot and directly slot it for upgrading your weapon and armour found.
#Godot4 #GDScript #GodotEngine #GameDev #TheBaldDev

Now the Enemy is healing and laughs at me!! *RUNS* It scored a CRIT on me and after 22 rounds or grueling combat, my soul was vanquished! This is getting fun! #GDScript #Godot4 #GameDev

ProfitzTV's tweet image. Now the Enemy is healing and laughs at me!! *RUNS*
It scored a CRIT on me and after 22 rounds or grueling combat, my soul was vanquished! This is getting fun!
#GDScript #Godot4 #GameDev
ProfitzTV's tweet image. Now the Enemy is healing and laughs at me!! *RUNS*
It scored a CRIT on me and after 22 rounds or grueling combat, my soul was vanquished! This is getting fun!
#GDScript #Godot4 #GameDev
ProfitzTV's tweet image. Now the Enemy is healing and laughs at me!! *RUNS*
It scored a CRIT on me and after 22 rounds or grueling combat, my soul was vanquished! This is getting fun!
#GDScript #Godot4 #GameDev

98日目 登録者80人 あと残り2日。目標達成も難しくなってきましたが、最後まで頑張ります!!でも今日は仕事が忙しいから、作業ができない🥲 チャンネル登録よろしくお願いします! youtu.be/gEF74jv5OJI?si… #Godot #gdscript #プログラム入門 #ゲームの作り方 #チャンネル登録お願いします

it_for_survivor's tweet image. 98日目 登録者80人 あと残り2日。目標達成も難しくなってきましたが、最後まで頑張ります!!でも今日は仕事が忙しいから、作業ができない🥲
チャンネル登録よろしくお願いします! youtu.be/gEF74jv5OJI?si… #Godot #gdscript #プログラム入門 #ゲームの作り方 #チャンネル登録お願いします

When you know Godot UI so well (watched a video covering all UI aspects and doing them right for scaling) you put it in and it's working with the 'b' for bag keybind. YAY! Graphics are all placeholders. #Godot4 #GDScript #TheBaldDev #GameDev

ProfitzTV's tweet image. When you know Godot UI so well (watched a video covering all UI aspects and doing them right for scaling) you put it in and it's working with the 'b' for bag keybind. YAY!  Graphics are all placeholders. #Godot4 #GDScript #TheBaldDev #GameDev

Loading...

Something went wrong.


Something went wrong.


United States Trends