Version 1.2 Release Notes
Version 1.2 introduces long-awaited improvements to high-resolution map creation. You can now paint at higher resolutions and export maps up to 128K, making them suitable as base maps for GIS workflows.
Map Rendering & Vie...
> It's clean and elegant.
Overview
As discussed in a previous posthttps://coderlegion.com/4483/devlog-20250806-change-version-file-changes-history-only-version-control-binary-assets?show=6524#a6524 about binary file version control, keeping binarie...
Learning from Unreal Engine Blueprints
I’ve always admired Unreal Engine’s Blueprints - particularly its subtle yet powerful connection suggestion feature. When you drag a wire out from a pin, the system intuitively suggests compatible nodes based ...
The Secret Project
Although we've shared occasional updates, we've actually been quiet for a while. The reason is something every business must face: filing the annual tax return.
Since it's our first year and we don't have an in-house accountant,...
Overview
Whisper Transcriber transcribes audio into text using the amazing Whisper model from OpenAI. It supports both official OpenAI API and locally deployed Whisper models.
This simple tool is published for free for those who need to easily tra...
DevLog 20250820: Towards Unified Chat Gateway
Overview
Ever since the general availability of ChatGPThttps://openai.com/index/chatgpt/, the problem of building a custom chatbot seemed - at least for a while - like it should have been greatly simpl...
We're a tiny startup with one primary job: build Divooka - the general-purpose visual programming platform we wish we'd had for apps, automation, data, and AI. This post is about why we rewrote our public website, how we did it with almost no tooling...
> Many years from now, when power users, researchers, and historians look at this article, they will see how it all started and glimpse the vision behind our work.
Overview
Ah, vision - a fascinating subject, and a quality not appreciated by all. L...
Overview
Divooka is a cutting-edge visual programming platform developed by Methodox Technologies, Inc. It enables users to build and deploy complex applications through a drag-and-drop, node-based interface that integrates seamlessly with C# and P...
Motivation
When working with routine tasks, it's convenient to have some form of automatic scheduling. Windows has Task Scheduler, Linux has cron, and in AWS, you can use Lambda with EventBridge.
Wouldn't it be nice if we could periodically pull d...
Divooka is a powerful general-purpose visual programming system that brings a new level of flexibility to general-purpose software development. Its intuitive node-based interface allows you to design, automate, and deploy complex applications with ea...
Overview
cvhttps://github.com/MethodoxTech/cv is a command-line utility I originally used for personal Unreal Engine projects, where proper version control for binary assets was lacking - but I still wanted to track what had changed, at least at th...
Preamble
When I first envisioned Divooka, I aimed for open source, open file formats, and strong version control friendliness especially with Git. JSON is verbose and ugly, YAML is perfect but too complex, and formats like CSV/RTS/OBJ are simple an...
Revision: 001
This post identifies a problem and is not generating a solution for it yet.
The Problem
Wouldn’t it be nice if we had a simple way to share our scripts so others could use them immediately?
Pure attempted this with CentralSnippetsht...
Overview
Each platform strives to provide its best and each has its pros and cons. Some are simple technical issues - like the Markdown editor of CoderLegion, some are serious design flaws like there is no way to manage brushes in Affinity Photo.
...
Overview
In our pursuit to challenge existing visual paradigms and establish the next-generation general-purpose visual programming system, we've studied, borrowed from, and questioned many design elements of existing systems.
An area of innovatio...
Intro
Procedural generation, often called algorithmic art, is the process of turning code into visual content. Unlike generative AI, which can often feel "either works or doesn't", procedural generation offers predictable results and detailed contr...