Defold
Defold is a free and open source game engine designed for high-performance cross-platform game development. It comes fully featured out of the box, requiring no setup or configuration, allowing developers to simply download the editor and start creating. The engine includes a visual editor, code editor, Lua scripting, Lua debugger, scene editor, particle editor, and tilemap editor, and supports both 2D and 3D game development. With a single codebase and no need for external tools, Defold enables publishing to major platforms such as PlayStation5, PlayStation4, Nintendo Switch, Android, iOS, macOS, Linux, Windows, Steam, HTML5, and Facebook. It offers a component-based system for building games, allowing the use of basic building blocks to create complex behavior, and supports writing game logic using Lua. Developers can add new functionality from the asset portal, set up their own local build environment, and write native code to extend the engine.
Learn more
GDevelop
What makes GDevelop unique and so easy to use is the event system. Events are a powerful way to express the logic of your game, without having to learn a programming language. Unleash your creativity with GDevelop and create all kinds of games: platformers, shoot’em up, strategy, 8-bit, hyper-casual games... the sky is the limit. Express your ideas, big and small: you can prototype new features on your games in minutes, and refine them without limits. Making games has never been so easy and fast, with the visual editors provided by GDevelop. Use ready made objects from the asset store or create your own from scratch. Choose sprites, particle emitters, texts, videos and many others to build the scenes of your game. Add effects to the layers and objects of your scene. These effects allow to quickly changes the atmosphere and rendering of your game in one click.
Learn more
NItrode
Nitrode is an AI‑native game engine that lets you design, script, and deploy smarter games in one unified environment. Built on Godot 4.0, it offers real‑time AI‑powered assistance that helps you refine game logic, fix bugs on the fly, and stay in creative flow. A visual logic editor lets you connect nodes to define mechanics without writing boilerplate, while instant asset creation tools generate sprites, 3D textures, and entire scenes with a single prompt; no need to hunt for art or switch between applications. Context‑aware code generation turns your node graphs and scene designs into clean, editable scripts, so you can dive deeper into customization when you’re ready. With everything from AI suggestions to asset generation and native code output housed under one roof, Nitrode streamlines the entire development cycle from prototyping to publishing.
Learn more
SpriteKit
SpriteKit is Apple's 2D game development framework that provides a graphics rendering and animation infrastructure for animating textured images, or sprites. It leverages Metal to achieve high-performance rendering and integrates seamlessly with other Apple frameworks like ARKit and SceneKit, allowing for the creation of immersive augmented reality experiences. Developers can utilize SpriteKit's scene editor within Xcode to design and preview game levels, characters, and animations, streamlining the development process. The framework also supports physics simulations, particle systems, and various special effects, enabling the creation of dynamic and interactive game environments. With its intuitive API and robust toolset, SpriteKit simplifies the development of engaging 2D games and applications across Apple's platforms.
Learn more