Lvl Exporter - Blender Data To Json Or Xml!
What 3D frame work or game engines does this support?
Technically it's just JSON and XML data, so it can be supported by anything if you write the necessary code to parse the data!
What file formats does it export?
For now just XML and JSON, maybe more in the future.
So does this allow me to automatically use blender files in my game engine?
no, this allows you to export data from your blender scene that will make it easier to set up in your game engine! You still have to have some coding knowledge and to write code to get the most out of it!