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.
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