Closed bskinn closed 11 months ago
Yep, this is pretty much how it'll work.
The UI is the entry point -- whatever we want to kick off, make a UI button for it.
Done as of roughly 5dbb3c8.
This:
Could call that file
main.ts
... or maybemain.ts
imports aset_up_ui()
function fromui.ts
that does that?
Once everything is fully implemented, it might be moot.
Ultimately, it'll be UI buttons controlling everything, and webpack makes it so that I just import what I need into a
ui.ts
or whatever, and that'll do it.Ultimately that
ui.ts
will be the core stuff. Could call that filemain.ts
... or maybemain.ts
imports aset_up_ui()
function fromui.ts
that does that?