Marios Staikopoulos
Marios Staikopoulos
Read the linked discussion post below to catch up... I've spent some time digging through the code, and although the reflection code seems to have the ability to expand vector...
Fixed to use explicit template specialization that call the function instead of being a function pointer. The end result is the exact same. Fixes https://github.com/p-ranav/argparse/issues/136
Hi - I'm been using three-d for some projects and its quite nice, but I have encountered some issues with the 'Camera' struct. I personally use `nalgebra` for math and...
Hi, I primarily use nalgebra for mathematics code and then convert into the glam format afterwards. However, using `three_d::*` creates a naming collision not just with nalgebra, but with other...
[Video demonstration](https://youtu.be/Fa0JDGDR33U) There seems to be a square "plane" following the cameras position, that when it hits overlapping geometry causes the lighting to turn black. When you zoom out far...
We currently can traverse *up* the hierarchy via bubbles, which is great! I think we can extend this by also allowing for *sinking* - letting an Event propagate *down* the...
I was recently working in [`three_d` ](https://github.com/asny/three-d) which uses gltf in it's asset parser. I realized that neither `three_d` nor `gltf` actually had support for WebP. I noticed some unmerged...
Right now, Refresh events were only being transmitted when an active tab was focused. However, this isn't ideal, because a Tabs content is visible even if it is not actively...
I needed webp support for gltf, so I added it :) This requires the following gltf upstream PR to merge: https://github.com/gltf-rs/gltf/pull/425
I have a generator (namely `flatc` for flatbuffers) that requires specifying the output directory for the generated file, otherwise, it will be the current build directory. When you combine this...