During game development I've written a neat collection of plug-ins and helpers for Godot, all of which are free software, under either MIT or GPL licenses. Check them out here:

Ready to use

  • Godot Gesture - Detects more complicated mobile gestures (pinch, two-finger drag, twist, and double tap)
  • Godot Responsive - A fairly powerful tool that lets you make your game "responsive" in the sense that it could work with many different display resolutions with minimal tweaking.
  • Godot Music Mixer - "Jukebox" with crossfade and playlist features, for game soundtracks
  • Godot Pannable Camera - Simple drop-in pannable camera, great for rapid prototyping top-down games
  • Godot Resource Queue - Cleaned up version of the example Godot Resource Queue

Work in progress