SwiTool

Results 33 comments of SwiTool

For the point 3, [here](https://github.com/MaxMommersteeg/Qml.Net.TodoApp/blob/master/src/TodoApp.FrontEnd/Controllers/TodoItemsController.cs#L14) is `_todoItemService`. Why not `TodoItemService` for example ? No problem, I really mean it. Actually the code is well commented, but it truly needs tuts...

will it get merged anytime soon ?

Indeed it seems nice, I already heard about pixi.js, gonna look into this.

@z3t0 Check my fork [here](https://github.com/SwiTool/tanks) it's a non multiplayer for now, but I'm using PIXI.js and it shoes the basics (move, shoot, delimited area) it's deisgned to have as many...

I use socket.io for networking. It is already multiplayer but it doesnt sync for now. I will make updates in a few days

What is the name of it? I only see socket io

It seems hard to use. But if i encounter lags problems i'll bend over it. Thank you for the tip

I'm adding to this issue that it seems that yielding a `MelonCoroutines.Start()` also returns in the next frame : ```cs System.Collections.IEnumerator CustomWaitForSeconds(float time) { float t = 0; while ((t...

Oh thank you, I downloaded and compiled it to see how it actually looked like. Sad I did not see your PR before 😦

In the meantime, may I use the codebase of your datepicker/calendar for a project ?