3 latest assets for #Defold by @selimanac.bsky.social now officially added to our Asset Portal: 💧 Stylized water shader 🌊 Wave extension for simulating floating objects 👥 Biplanar Mapping shader defold.com/assets/
Here's an interactive example running in #defold game engine. Including a voronoi split screen example jcash.github.io/defold-voron... #gamedev
Updated my header-only C #voronoi library (v0.10.0) with many performance and robustness fixes. github.com/JCash/vorono... #gamedev
A really cool animation created with SpriteLoop by Kan from the Defold community! 🎉 Shared with permission. Check out the original post below! #SpriteLoop #Defold #gamedev #animation
This developer can put thousands of NPCs following player and avoiding each other in one scene in Defold at around 60 FPS! 💪😎 Check out the great progress on the crowd control and collision native extension for #Defold by @selimanac.bsky.social , shown here with beautiful assets by @kenney.nl
Update on the "smart limb" WIP feature in #SpriteLoop. Say hello to my old "Clockheart" buddy! It can almost pull off an Avenger pose. 😄 Coming soon to #Defold! #gamedev #gamedevtools #animation #indiedev
Check out Defold Fake Real Glass - a nice glass effect made by Youssef Afella and ported from Unity to Defold by @paweljarosz.bsky.social : forum.defold.com/t/defold-fak... #opensource #MadeWithDefold #vfx #shaders #glsl #lua #gamedev #indiedev
Skull Horde by 8BitSkull - a fast-paced auto battler dungeon crawler where you play as a flying skull necromancer is out now on Steam: #MadeWithDefold #indiegame #Steam #pcgames #pcgaming #videogames #gamedev #indiedev
Next teaser from @jhonnygoransson.bsky.social on the upcoming Light Component for Defold: "I've also started working on clustered rendering for this so we can have thousands of lights, but I don't have any preview for that yet. Stay tuned!" #MadeWithDefold #gamedev #indiedev #vfx #rendering
This developer is making experimental real-time tree physics in Defold 🌿 Nikolay Armonik is simulating 1000 bones on the CPU in real time in his solo project, and the result looks fantastic! 🧡💙 #MadeWithDefold #gamedev #indiedev #solodev #WIP #graphics #physics #techart #indiegames #vfx
The latest trailer for Skull Horde by 8BitSkull has us on the edge of our seats. It’s shaping up to be a great test of what Defold can handle, with countless enemies swarming the screen. Releasing April 10! 🗓️ #MadeWithDefold #indiegame #bulletheaven #survivorlike www.youtube.com/watch?v=GCWi...
Skull Horde Release Date Announcement Trailer
YouTube video by 8BitSkull
youtube.com
Biplanar mapping is a useful technique to texture 3D geometry without UV, making it great for e.g.: 🏔️terrain 🪨rocks 🌱grass 🌳or other organic shapes Check the #opensource biplanar mapping #shader for #Defold by @selimanac.bsky.social: forum.defold.com/t/biplanar-m...
Biplanar Mapping Shader
This was something I needed for one of my prototypes, so it is not exactly biplanar mapping. I needed a separate surface texture for the top. Please consider this shader expensive to use. Sorry about...
forum.defold.com
We’re really happy to see @selimanac.bsky.social pushing the Defold ecosystem forward! A new beta of Defold Graph Pathfinder is out with static 2D navmesh pathfinding support ▶️ #gamedev #indiedev #ai #navmesh #pathfinding #astar #MadeWithDefold
Ahoy! 🦜 Spotted @selimanac.bsky.social on the high seas crafting a slick water shader with reflections that look swashbucklin’ 🏴☠️ Drop an “Arrr!” in the comments, if you want a breakdown of how to make skybox reflections in Defold! #gamedev #indiedev #MadeWithDefold #shaders #vfx
Look what we found: an article covering Defold Graph Pathfinder by @selimanac.bsky.social published on Blips.fm blog: blog.blips.fm/articles/gra... #gamedev #indiedev #MadeWithDefold
Graph Pathfinder - A high-performance pathfinding solution for Defold
This native extension, written in C++, is based on the A* pathfinding algorithm and is designed to handle hundreds to thousands of moving objects.
blog.blips.fm
Defold Wave is the next amazing native extension by @selimanac.bsky.social that allows to simulate floating objects and waves. It's #opensource and comes together with nice stylized water #shader and two example projects: forum.defold.com/t/stylized-w... #MadeWithDefold #gamedev #indiedev
Source code for this project is available on GitHub now: github.com/selimanac/de... #madewithdefold #defold
GitHub - selimanac/defold-tiny-city
Contribute to selimanac/defold-tiny-city development by creating an account on GitHub.
github.com
We are co-hosting a game jam together with @crazygames and Indie Hero on June 13th to June 15th. The theme is Speed! Head over to the jam page to learn more: gamejamplus.com/cgdwj-lp/ #gamejam #html5gamedev #indigamedev #indiegames #html5games
CrazyGames x Defold Web Jam - Landing Page - GameJamPlus
Welcome to the CrazyGames x Defold Web Jam! Join the ultimate web game development marathon, where creativity meets business! The CrazyGames x Defold Web Jam is an online event co-organized by CrazyGa...
gamejamplus.com
I kinda wish the Oblivion Remaster would have used the Skyrim engine instead of UE5. On my (not great not terrible) gaming PC with RTX2070 I have to reduce the graphics settings to Medium, which barely looks better than Skyrim when outdoor and the frame rate *still* struggles (at 1080p!!).
Meanwhile, in a different universe, I completed another example project for daabbcc. The source code and HTML5 build are now available: forum.defold.com/t/daabbcc-dy... #defold #madewithdefold
DAABBCC - Dynamic Tree(aka AABB Tree) native extension for fast AABB collision detection
Since Defold 1.10.0 (what a great release!!) is out, I can share the source of this platformer example project. Meanwhile, I also added Live Update to the game collection. Now at least music and soun...
forum.defold.com
Skull Horde is using my two Defold native extensions (daabbcc and A*), and I’m very proud of that. -> Wishlist on Steam: store.steampowered.com/app/3199360/... #madewithdefold
Skull Horde on Steam
Skull Horde is an auto battler dungeon crawler where you play as a flying skull necromancer. Find powerful loot and create overpowered builds. Summon a horde of skeletons in a battle of bone versus fl...
store.steampowered.com
Example project for daabbcc3D. Source for this simple project is available now, details: forum.defold.com/t/daabbcc3d-... #madewithdefold
DAABBCC3D - 3D AABB collision detection
The first basic example project is now available on Github: Play it here: defold-daabbcc3d-example-charming-kitchen 1.0 You should consider this a basic prototype, not something ready for producti...
forum.defold.com