Node, Tree & Tile Editor!

   

Download
(I know, not super intuitive; but very handy once you know about these.)
The editor uses lightweight rendering so you can have a ton of elements with good performance.
Edit: In practice I use this for relational database schemas and sprite sheet cutting. ^
But it has been used by others successfully for game scripting (dialogue, story etc.) by Glu mobile game Stranded f.ex.

For schema-less HTTP+JSON-file distributed database you can use root

For SQL you can still find sources here 1 2 3

Should work with MySQL (MariaDB), Postgres and Oracle.


 We officially support Java 24 on 64-bit:To run on windows/linux:

jdk-24-lite\bin\java -jar node.jar
jdk-24-lite/bin/java -jar node.jar

Example assets by Kenney and Loren Schmidt. (Right click "Save Link As...", then "Open...")



In the defence of XML; It's actually not that bad for describing things because 
JSON is harder to read and can't do ordered maps or relations without problems: