NeoEditor
NeoEditor copied to clipboard
Rewrite material system with c++11 in mind to prevent memory leaks
The current implementation is using malloc/free manually which might cause memory leaks especially when materials are shared between meshes and entities.
Depending on how urgent, and if I'm able to get Neo building, I could maybe have a go at this.