About

Arcane Energy is a personal game and tool development space focused primarily on Godot. It brings together finished games, prototypes, shaders, editor addons, tutorials, technical experiments, and small tools built around practical development workflows.

The goal is to explore ideas, solve concrete problems, and share the results in a form that remains useful beyond a single project.

Focus

Most projects begin with one mechanic, visual idea, or workflow problem. A sandbox game might start with fire propagation, a tool with a repetitive task, and a shader with a small visual experiment.

Development happens incrementally. The core interaction should feel clear before additional systems are built around it. For games, this means testing areas such as movement, physics, destruction, UI, and progression before committing to a larger structure. For tools, it means keeping the workflow direct enough that using the tool remains faster than performing the same task manually.

The aim is not to build the most complex system possible. It is to create something focused, understandable, and useful.

Games and Experiments

Many of the games here are compact ideas that were completed, expanded, or archived after serving their purpose. Some are mobile games, while others began as jam entries or small prototypes that later developed into larger releases.

Sandbox projects are a recurring theme because they allow independent systems to interact. Fire, weather, physics, elements, and player-created content can combine to produce results that were not authored directly. These interactions are useful not only for creating games, but also for understanding how separate systems influence one another.

Prototypes are preserved for a similar reason. Even when an experiment does not become a complete game, it may still produce a useful camera controller, inventory model, shader, save system, or editor workflow. Those ideas can become reference material or building blocks for future projects.

Tools

The tools are generally created in response to practical production needs. A level editor can make repeated tile placement manageable. A scatter tool can replace the manual placement of hundreds of meshes. A whiteboard can bring notes, sketches, images, and presentation material into one workspace.

These tools are not intended to cover every possible use case. Each one focuses on making a particular workflow clear and repeatable. A tool can remain small while still being valuable when its controls are predictable, its data is understandable, and its limitations are visible.

Posts and Tutorials

The posts document techniques, experiments, development decisions, and lessons learned while building the projects presented here.

Some posts are complete tutorials, while others examine a particular system, workflow, visual effect, or technical problem. Together, they form a growing reference for Godot development, game design, shaders, tools, and experimentation.

Explore Arcane Energy

  • Browse finished games, tools, shaders, and experiments in Projects.
  • Read tutorials and development notes in Posts.
  • Watch tutorials, demonstrations, and project showcases in Videos.
  • Explore the continuing development of Sandbox Elements.