bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.05k stars 151 forks source link

Add multidoc CSV editor pane to Gaia. #814

Open bryanedds opened 1 month ago

bryanedds commented 1 month ago

The primary representation we recommend for bespoke game data is in CSV, such as that found in Omni Blade -

https://github.com/bryanedds/Nu/blob/master/Projects/Omni Blade/Assets/Data/TechData.csv

It might be much better for Nu to be able to allow users to pick these files from the Assets and edit them in the editor via an ImGui-based CSV editor. Gaia would also have to provide the ability to edit multiple CSV files at a time, which I suppose just requires a tab pane within the CSV editor pane.