Город МОСКОВСКИЙ
00:31:27

Creating a mindmap app in Godot with GraphEdit and GraphNodes: a walkthrough

Аватар
Игры и Карты
Просмотры:
32
Дата загрузки:
26.10.2023 09:43
Длительность:
00:31:27
Категория:
Обучение

Описание

Godot has a powerful GraphEdit and GraphNode node combo, which allows us to build a plethora of things. I recently needed to use a MindMap to put my research status, and found that the apps out there are either paid or not customizable enough, so I created my own.

As always, the code is in github: https://github.com/christinoleo/godot-tutorials/tree/master/visualizations/MindMap

Future development is being done in https://github.com/christinoleo/GodotMindMap
Feel free to download the executable of the MindMap to try it out at https://github.com/christinoleo/GodotMindMap/releases

I used the following resources:
- godot docs: https://docs.godotengine.org/en/stable/classes
- godot save game: https://docs.godotengine.org/en/stable/tutorials/io/saving_games.html
- jetbrains mono font: https://www.jetbrains.com/lp/mono/

Some examples of mindmap applications:
- xmind: https://www.xmind.net/
- mindmup: https://www.mindmup.com/
- mindmeister: https://www.mindmeister.com/

Рекомендуемые видео