I chose this style because it lets the user pick their preferred library for creating & managing the interface
I want to provide a base example of how to do this with myhtml but I don't actually use it yet because I'm focusing on the simpler moonnuklear, moongl and moonglfw to handle a basic GUI
I'm making a project where the interface is handled entirely with lua, here's a rough example of what would happen in my app to get to myhtml
app custom thread manager > lua thread > lua > myhtml binding > script tag thread
I chose this style because it lets the user pick their preferred library for creating & managing the interface
I want to provide a base example of how to do this with myhtml but I don't actually use it yet because I'm focusing on the simpler moonnuklear, moongl and moonglfw to handle a basic GUI