Offroaders123 / Dovetail

A cross-platform NBT editor built on the web!
https://offroaders123.github.io/Dovetail/
GNU General Public License v2.0
80 stars 9 forks source link

Tree View GUI #4

Open Offroaders123 opened 1 year ago

Offroaders123 commented 3 weeks ago

Coming back to this now, technically it could be closed because right now it can properly render out the context as a GUI, but it isn't editable from there yet, which is the ideal goal to have. It should not only be editable with SNBT.

I started conceptualizing how I might be able to represent an NBT tree with Web Components, and that might work very well in combination with implementing a lower-level setup for the tree view. Using plain SolidJS does work well, I think it might be great to be able to use plain component syntax and HTML to render it too.

https://github.com/Offroaders123/NBTify/issues/46