Nikos Kastellanos

Results 6 issues of Nikos Kastellanos

This library expose web APIs with focus on performance. It's currently been used to implement the web platform for [KNI game framework](https://github.com/kniengine/kni).

aether.extras has been moved to a new repository.

I would like the option to have methods and properties throw a NotImplementedException. Optionally I'd like to set a custom message. Sometimes the bait-switch assemblies make their way to the...

Recently html games that are written in Blazor/Wasm stopped working. The reported game is [https://kwyrky.itch.io/blazorwasmgame1](https://kwyrky.itch.io/blazorwasmgame1) My own game has the same issue: [https://nkast.itch.io/alienexterminator](https://nkast.itch.io/alienexterminator) Those games were written in KNI, a...

I am using the Immersive Web Emulator chrome extension. When I am calling `xrFrame.getViewerPose(XRReferenceSpace);` I am getting a `TypeError: XRRigidTransform is not a constructor` from this line: `return new XRRigidTransform(transform.matrix);`...