Daniel B
Daniel B
Requested by @KBoardGames
A number of smaller issues have emerged that tend to get private messaged or just noticed in the code. - [ ] Errors are not handled well - they are...
mphx seems to have a delay somewhere. It could be a general issue with the codebase or just a specific location, that hasn't really yet been worked out. However, it...
Unit tests would be good to ensure that updates don't break the library. Being a networking library however, this is rather difficult. Even mocking connections can't really test the library...
JS already works with websockets on the client, it should work with node js on the server. Node JS is used very commonly on servers, so a JS mphx server...
**Describe the bug** Linux-hl fails to compile to linux with the Empty starter project. **To Reproduce** ``` git clone --recursive https://github.com/Kha-Samples/Empty.git cd Empty/Kha git pull origin master git submodule update...
**Is your feature request related to a problem? Please describe.** Cannot render sprite atlases with GPU acceleration. **Describe the solution you'd like** An API or target that allows typical GPU...
Currently only the 'pen' side of tablet pen input is detected. The eraser side is treated as mouse input. Reusing the existing Pen api as much as possible makes sense...
So yeah. Intention to participate. I've got a few ideas. - Like last year, narrate a simulation of a scene/game. - Picture story book. Has a scene with some text...
## Expected Behavior - `Control + arrow keys` should move cursor word by word - `Control + a` should select all text - `Control + c` should copy to the...