arpu

Results 141 comments of arpu

this is awesome! any plans to push it to a branch?

Hey, thx a lot to looking at this! looks like this is fixed but i get this now ```[ 59%] Building CXX object src/3rd_party/CMakeFiles/voxelio-3rd-party.dir/miniz_cpp.cpp.o /home/arpu/Work/githubsources/voxel-io/src/3rd_party/miniz_cpp.cpp: In Elementfunktion »void miniz_cpp::zip_file::append_comment()«: /home/arpu/Work/githubsources/voxel-io/src/3rd_party/miniz_cpp.cpp:606:86:...

will try find what packages are missing on fedora ``` ➜ servo dnf list installed | grep mesa mesa-dri-drivers.x86_64 23.3.3-1.fc39 @updates mesa-filesystem.x86_64 23.3.3-1.fc39 @updates mesa-libEGL.x86_64 23.3.3-1.fc39 @updates mesa-libGL.x86_64 23.3.3-1.fc39 @updates...

``` sudo dnf install mesa-libEGL-devel ``` starts servo now on fedora 39

i am on fedora 25 with kernel 4.11.6-201 all build fine but LLVM_BIN=./compiler/llvm/bin LD_LIBRARY_PATH=./api/opencl/amdocl clinfo Number of platforms 0 opencl with the amdgpu-pro opencl works fine [AMD/ATI] Baffin [Radeon RX...

ok i see thx for this hint! but get the same result :/ do i need any drm driver? package rocm-1.5.99-1.x86_64 requires kernel = 4.9.0_kfd_compute_rocm_rel_1.5_99, but none of the providers...

ldd /usr/bin/clinfo  1 ↵  10240  00:30:25 linux-vdso.so.1 (0x00007ffe97ff0000) libOpenCL.so.1 => ./lib/libOpenCL.so.1 (0x00007f7e9863e000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f7e98400000) libc.so.6 => /lib64/libc.so.6 (0x00007f7e9803a000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f7e97e1c000) /lib64/ld-linux-x86-64.so.2 (0x000055eb50162000)

and this is the working amdgpu-pro ldd /usr/bin/clinfo  ✓  10267  00:32:03 linux-vdso.so.1 (0x00007ffc011a4000) libOpenCL.so.1 => /opt/amdgpu-pro/lib64/libOpenCL.so.1 (0x00007f993d23e000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f993d03a000) libc.so.6 => /lib64/libc.so.6 (0x00007f993cc74000) librt.so.1 =>...

i can create a small demo to show to set the bones position/rotation with THREEJS the model is rigged with the bones and this bones can be transferred by position/rotation