Birb-Engine-Desktop3D-with-Deno
Birb-Engine-Desktop3D-with-Deno copied to clipboard
Feature: Refactor core app into classes/Desing a public API
I want to offer a public API with an interface like:
const application = new App();
application.run()
application.killSubprocess("client")
application.killSubprocess("server")
and so...
So I will work on refactoring all of my scripts into nice modules :D
Hopefully this will also help with designing and implementing tests. See #19
I'm doing this on feature/server-client
I decided to move all of this into a library with its own separate repo! https://github.com/JorchRL/Tyranosaurus-Deno