Ani

Results 29 issues of Ani

I don't see them at all. Lack of constants makes this library practically useless as I have to redefine all constants required. If there's no activity, I might have to...

Converting two GLBs (filebin [link](https://filebin.net/pe87f4jm12xo13o1)), 1. Containing the skin, vertices and a single-frame animation that's similar to the bindpose (`tpose.glb`) 2. Containing an animation that references the same skeleton as...

However, this may be needed if we're creating the image from scratch or copying/modifying files from a raw rootfs or any other unforeseen scenario. In any case, disallowing HOST before...

What is the layout of the data passed in to `recover_from_ric`? I'd like to just get the local rotations and translations of each bone and do my own FK on...

PR for issue https://github.com/CedricGuillemet/ImGuizmo/issues/305 Adding CMake support Using CMake-ified ImGui instead of local copy Switched out windows specific example code for platform-independent SDL2 + OpenGL3 impl code Added VSCode files...

As it stands, while we can build each component of this awesome library directly into our own application, neither the example nor the included Makefile work on Linux/WSL. My fork...

For OSes that indicate ID_LIKE=debian (for example Raspbian), the DebianProvisioner would return false. This simple one line fix fixes that. This is taken directly from the arch provisioner that works...

Intended workflow 1. On startup, check for network connectivity (use secret with reasonable defaults for host to ping - is there a better way?). If found, exit this setup script....

Use HTTP auth configured via secrets to prevent access to this page, with "" defaulting to no auth. See #12, we need to support Node.js apps

Since Balena Etcher is a Node.js app, embed it into our configuration web UI. This will allow users to use a generic pi-bootstrap image to write other Raspberry Pi images....