Birb-Engine-Desktop3D-with-Deno icon indicating copy to clipboard operation
Birb-Engine-Desktop3D-with-Deno copied to clipboard

Feature: Refactor core app into classes/Desing a public API

Open JorchRL opened this issue 3 years ago • 3 comments

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

JorchRL avatar Jun 24 '22 17:06 JorchRL

Hopefully this will also help with designing and implementing tests. See #19

JorchRL avatar Jun 24 '22 17:06 JorchRL

I'm doing this on feature/server-client

JorchRL avatar Jun 25 '22 03:06 JorchRL

I decided to move all of this into a library with its own separate repo! https://github.com/JorchRL/Tyranosaurus-Deno

JorchRL avatar Jun 29 '22 02:06 JorchRL