I would like to create a mind-map application in Godot as all the ones i found are not fit to my particular needs/style.
Mind map would be made mainly of elements would be “lower level” mind maps (with exact same functioning system) with infinite possible depth (recursive ?)
Mindmaps inside of mindmaps as elements of those mindmaps.
So i would need to be able too add text elements and also easily import pictures, i would also like to have a saving system and an export as image system.
MY QUESTIONS: Is it a good fit for Godot ? What topics/areas should i focus on learning ? Any specific tutorials in mind ?
Godot could probably fit for what you are looking for, it can display those “mind maps” graphics, you can also use text and import pictures.
There are quite a lot of apps and tools developed with Godot that are not “games”:
Abount how to learn Godot, this question has been asked many times:
I would also suggest the official “Getting started” of Godot Docs:
You’ll probably want to start step by step, learning the basic concepts before going all out on making the full scope of your idea. Without any experience, creating that app could be quite a challenge for you.
I’ll follow those guides to get a good overview of Godot !
I was wondering if there is area that are more important to learn for non-game aps but i guess i’ll find them naturally as my global knowledge of the engine expands.
Still if someone know good material specifically for(or just a little bit more focused on) non-game aps i’d be interested.