Maru Alka
Maru Alka
Why sleep before the frame, if you can also sleep at the end? ``` 0ms ----------------------- Start of event loop. Get input. Do stuff. 12ms Send to GPU, present frame...
@juliencrn can this PR be pulled in? It's very useful in one of my projects and I'd love to just pull in usehooks-ts as a dependency and not having to...
Is this router dead? I just tried to create a stencil application, and the template just leads to bugs and the code doesn't reflect how this router should work and...
I cannot confirm your bug. I just tested it with - mixwith v0.1.1 (NPM version) - NodeJS v6.9.1 on Windows 7 x64 The test code file being: ``` js 'use...
There also is `const` and mixwith works with `class` (see examples), so I do not see how arrow-functions should be a problem?
You mean have it generate docs from the source-code comments and automatically insert that into the README or a separate file? Though I think they should rather be in the...
Unfortunately I do not have any experience with tooling to generate docs, because I always keep my code in a self-documentary way. For my projects, I always make sure that...
I like the builder pattern! Though I think that the storage selection might be a bit difficult, as you can load meshes, textures, material files, .... with the same method...
What about providing ways to do the shutdown in different places for different things? I don't really get the shutdown method for a system, since its stateless, however, for example...
Maybe it would make sense to go for ash for now, because it is quite stable and ready, but later on switch over to gfx-hal. gfx-hal is described as offering...