You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Jamon Holmgren
jamonholmgren
Founder & CTO @infinitered. React Native nerd. Podcasting @ reactnativeradio.com. Indie game dev. Lutheran, husband, dad to 4, brand new grandpa.
Godot 4.4 MultiMeshInstance3D Tree scattering implementation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Easily maintain lists of items in regular UI nodes or GridContainers in Godot 4.x with JamminList
JamminList
In Godot's 2D UI, I often find myself needing to dynamically add and subtract rows of data (such as in a multiplayer lobby system, an inventory system, etc).
JamminList makes updating lists and grids really easy! Build your UI and provide a template row (and an optional header row), along with a function to update every item in the list/grid, and then let JamminList do the rest.
*In-progress, doesn't work (yet).* A simpler sync system for Godot.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Godot 4.3 Deconstructible subclass for CollisionShape3D. Lets you deconstruct subnodes from RigidBody3D's (etc) and have them lifelessly fall to the ground.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Really don't want to stir up controversy here, but what impacts are we as a community facing or expecting from React-Native? The React-Native story seems compelling, but I have a deep aversion to JavaScript in all its forms and variants. It's one reason I'm doing RubyMotion rather than Rails. 😏
I confess to being at least slightly concerned/disturbed by the significant interest being shown in it by Infinite Red, who have produced gems I rely on. I'm fairly distanced from the broader reaches of the tech community (the nice way to say I'm narrowly focused, I guess) so have no clue how this is landing in the development world at large. But I'm concerned for RubyMotion as I find it a wonderful platform for iOS development. I'm expecting the same to emerge for Android as the various gems prolife
This is a script in GDScript (Godot 4.2) that allows you to set a Node3D as the parent of several GPUParticles3D effects which are all one-shot effects. When you call `trigger()` on it, it'll start them all. When they are all finished, it kills the node. Remember to add all your effects as children to this node.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters