Juan José Casafranca
Juan José Casafranca
I am compiling a project in Debug (CMake) mode. This projects uses ranges-v3, just updated from master branch. When trying to compile, it gives the following error ``` /home/user/usr/local/include/range/v3/iterator/diffmax_t.hpp:372:37: error:...
Timeular and timeflip2 devices allow to easily start/stop a task by using a bluetooth device. Depending on which face faces up, a different task is started. Is it possible to...
Some engines like Qt3D expect OpenGL enums for creating textures. Functions like glGetInternalFormatFromVkFormat are very useful, but they are not exposed as public API. Is it possible to expose them...
I have tried to run a very simple SYCL code that uses EIgen, but fails to compile with cuda backend. Code is the following: ```#include #include int main() { Eigen::Vector4d...
I am starting to test conan and I am using the CMakeToolchain generator. However, instead of calling `conan install .`, I am calling it through the CMake `conan.cmake` package. So...
Does glTF support mesh sequence animations? I have a bunch of N obj files defining an sequence animation that I want to convert to a binary file. In glTF I...
I am testing the NLA to group animation tracks, but its not working as expected. I have done three cases: Two actions in the same NLA track  In this...
I am not sure if this is really a bug, but in the ortographic camera exporter, there is something like this ``` orthographic.xmag = blender_camera.ortho_scale orthographic.ymag = blender_camera.ortho_scale ``` both...
This is a port of the a Newton based Euler implicit solver I had in another project. In that project the solver return a ConvergenceStatus, which in the end allowed...
If a project fetches spdlog from sources, spdlog::spdlog target will be defined, but a call to find_package(spdlog REQUIRED) will fail. If that same project also fetches spdlog_setup from sources, it...