Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
K2VR
Providing FOSS full body tracking software for Kinect and PlayStation Move
Collective -
Host: opensource -
https://opencollective.com/k2vr
- Website: https://k2vr.tech
- Code: https://github.com/kinecttovr
github.com/KinectToVR/KinectToVR - 879a169e4aa1a0eda4d108a261ff849faf8ed0de authored over 6 years ago
github.com/KinectToVR/KinectToVR - 9a9a066f7484703ff0c2e1aa7c63eb3a3db33871 authored over 6 years ago
github.com/KinectToVR/KinectToVR - ee6a03895f5999ab60e147db6091b9b32326d2d5 authored over 6 years ago
github.com/KinectToVR/KinectToVR - ea98e8cf1d0df7ec8a5779c29cdb1a6096f34f5c authored over 6 years ago
github.com/KinectToVR/KinectToVR - 5fb4563344aff41aa6a6bf734a0727773485b1a6 authored over 6 years ago
github.com/KinectToVR/KinectToVR - 373c01a1c5369c2f024a186c7b38cbc17641f7f1 authored over 6 years ago
github.com/KinectToVR/KinectToVR - 8ea31f6a53a05e79e2e3c5e283187994d0ac06f8 authored over 6 years ago
Further work needs to be done in the design of this whole tracking system, but this extractVRTra...
github.com/KinectToVR/KinectToVR - 3432a32b57607672d9a101b53d8d664f0a1308bb authored over 6 years ago1-5 controllers can be registered depending on how many are connected, and whether they are psmo...
github.com/KinectToVR/KinectToVR - 0421c3f4210a1af8c0f8764beff2cb60dc517dfb authored over 6 years agoThis is in no way the final version - and will cause errors if three trackers aren't spawned, an...
github.com/KinectToVR/KinectToVR - 91f6a846666ccf7de1fefbc0dc89970c5f575900 authored over 6 years agogithub.com/KinectToVR/KinectToVR - 23e705185ec2c1b347beafe79252584e299d8b21 authored over 6 years ago
github.com/KinectToVR/KinectToVR - d1600363d41aad05222183c69f821dfb37e06fb7 authored over 6 years ago
Most of the performance loss and lag was in calling this every frame, for each tracker - when it...
github.com/KinectToVR/KinectToVR - 57e4d7f2ec4d6113b0f198a06e96814dab62547e authored over 6 years agogithub.com/KinectToVR/KinectToVR - bc88c160d1fa7215e1cd14252ea8684eca01e9ff authored over 6 years ago
This will allow the kinectless process - say, something not actually relying on the kinect, to u...
github.com/KinectToVR/KinectToVR - 02201bd6f211778c98b6c68633675eff6ff4a8d4 authored over 6 years ago
Added K2VR to the dependencies for Kinectless
Changed the 'initialised' inherited variable from ...
Mostly taken from the SteamVRBridge version of psmove, as it is currently completely broken, and...
github.com/KinectToVR/KinectToVR - 2341b54a1038a7aca9423f8bccaac8e5f691c245 authored over 6 years ago
New way is gonna allow for modularity in the trackers:
Tracker id's can be added to a list/chang...
This is mainly useful for testing out the PSMoveService stuff
Currently uses a fake kinecthandle...
github.com/KinectToVR/KinectToVR - 8b7a45e13c615ba2167d68e73b5e916b87beb719 authored over 6 years ago
A simple test class has been implemented, where it activates the light in the controllers, and i...
github.com/KinectToVR/KinectToVR - 9c6cc75122e659fadfddf6611cb5dc2375d64698 authored over 6 years agoPreviously, the derived class vector was storing the classes as the Base class - meaning no over...
github.com/KinectToVR/KinectToVR - 3ce0822a7be2db5abbdc81a4cf00c5bfb3feea55 authored over 6 years agogithub.com/KinectToVR/KinectToVR - d93cd38ac931874fa925aab66cfd62a1a2728146 authored over 6 years ago
github.com/KinectToVR/KinectToVR - 440ca1b729fea436834957ba2f60fe008f4f464c authored over 6 years ago
github.com/KinectToVR/KinectToVR - fbce790048977675a1602221500e80d9453e8de6 authored over 6 years ago
Needs recursive submodule init+update. Prebuilt libraries need to be extracted to "external\*". ...
github.com/KinectToVR/KinectToVR - f7ec69c42b59b6831dc73324febf03c0b494a58a authored over 6 years agogithub.com/KinectToVR/KinectToVR - 53dd4ebac76147af907d0bb8e4385022b2e3df87 authored over 6 years ago
github.com/KinectToVR/KinectToVR - 53d2bb809b2cbe172d0f43832781e80dbec5b6c6 authored over 6 years ago
Fuck. There's some issue in my implementation of the GUI, where everything stretches and gets ou...
github.com/KinectToVR/KinectToVR - 03df10f4ba537a42550d9b75fb9d3c44e09a0fc6 authored over 6 years agogithub.com/KinectToVR/KinectToVR - ecde2d28d4b969866701b34dea73bdb1c87b6baa authored over 6 years ago
The sfml font loading stuff doesn't need an absolute path, it can just use a relative one, but a...
github.com/KinectToVR/KinectToVR - db07af11fdd97b6abcde98bb30699945ec03f06e authored over 6 years agoGit fucked up and didn't commit the last proper changes
github.com/KinectToVR/KinectToVR - c76324ecd977ba9b0024cb546f51eb0a9b4513c1 authored over 6 years agoMoving the SpawnAndConnectTracker functions out from KinectToVR.cpp and .h cause everything to b...
github.com/KinectToVR/KinectToVR - ab32bcc114bfa64a31b4990a58e109680dba7a1b authored over 6 years agogithub.com/KinectToVR/KinectToVR - 3620980db0db40062c41da00d07aa4fbc800e926 authored over 6 years ago
Got close to getting the controllers to update, but everything is correct except for the openvrU...
github.com/KinectToVR/KinectToVR - 8c8d727b9757e4c76988a45668be3e69a74670af authored over 6 years agogithub.com/KinectToVR/KinectToVR - b3a9aeef019bbe8dee3f6ed7a2a20623aabe73ad authored over 6 years ago
github.com/KinectToVR/KinectToVR - ab6abec5e8fb7f2dcbbf8a23748d4c1036eccfe6 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - bc01eacfdf9a8ab3eba20a11a2a718eb62866913 authored almost 7 years ago
For some weird reason the Size of the window when resizing it needs to have the height and width...
github.com/KinectToVR/KinectToVR - 4d1a6dcf3d650935fb09780bcdc96591267713f0 authored almost 7 years agogithub.com/KinectToVR/KinectToVR - e7ba301044b9331a4515bdd695ec70b8fb295c5c authored almost 7 years ago
github.com/KinectToVR/KinectToVR - ee9f3aa5dfa86bb52a93acda9554e5870e580dec authored almost 7 years ago
Revert to the previous commit for working colour tracking. - I'll fix this stuff up tomorrow.
github.com/KinectToVR/KinectToVR - 87d4e49d13c44b44b105e7bcf480de73d52091a9 authored almost 7 years agogithub.com/KinectToVR/KinectToVR - 0ae7a01d5dbbd923d3a232251dae7d21c7a574d1 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 5ad78c81411d73d06f87dd7a25711c7d9270840a authored almost 7 years ago
github.com/KinectToVR/KinectToVR - bd539b5b32f2f7a572351e782155b509eab90d0f authored almost 7 years ago
github.com/KinectToVR/KinectToVR - bb7c0f90f8edea5dec36dabf7496a28d0ff31f95 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 5808349d2172fc5caf1ecd266d401f0fe69c22f2 authored almost 7 years ago
Virtual devices are now accounted for, and everything should work smoothly. There is still an is...
github.com/KinectToVR/KinectToVR - 5e1245831efae6d7149a8f28b126f6e982d5ceaa authored almost 7 years agogithub.com/KinectToVR/KinectToVR - f6fd333b2290ed7003a81aec722e9f1350232884 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 9f620205aa9db5bf98c4888d08b3f69784481258 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 0ce27166c158b1d5e9f48146e2281b79ec60e882 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 92d4b79ea1555ae9a83544c472bcfda074fa7726 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - b1048a827e5b9b79a1073764b6aca45d3fcf31d6 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 53400d9761909f8e1b8fe8f4180c0ed1f550a1c2 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - b0c427608b7009e827375154a3ecc97ec0bb630e authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 7b0b4507b8633a7c5002bfb514fdf6dec83c20a0 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - e266f4d637ee232e1d68b4281ee1072e4dda6b71 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 2d7e20a14e3b827fe7076c98dee2bbb540a5d3c3 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - aa9be93027e6170fc80b47a44ad8800d82ed37f6 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 10d6c4876b5635f1cf72b62bc35f218e977cbedf authored almost 7 years ago
github.com/KinectToVR/KinectToVR - f22ddca5bad82e274815220c3509617ff7b16082 authored almost 7 years ago
Seriously what the fuck is it even detecting as a joystick. Some random
driver seems to be getti...
github.com/KinectToVR/KinectToVR - 3f1c318c32992e4fdfdc4204cbd27d58939cff35 authored almost 7 years ago
Quaternions that were invalid : 0,0,0,0 from the joints without rotation values led to NaN error...
github.com/KinectToVR/KinectToVR - bac4c7383a71d02f6c59606f1506aec6a73adcd4 authored almost 7 years agogithub.com/KinectToVR/KinectToVR - 9bc1a87ef8b43080c9899ff150d8737cd9caf8df authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 615d598a5c66ac75482ece48e5363bf6f581b6be authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 1b82c850d703e646021054c8755c151bc45cff07 authored almost 7 years ago
From now on resources can be accessed correctly, if the local directory
is wrong for whatever re...
New Calibration methods can now be inherited classes from Calibrator,
such as Manual Calibration...
github.com/KinectToVR/KinectToVR - 2796b5ff10de0b53fb1d1b21c4e60c882873762f authored almost 7 years ago
Debug font commented out - should remove console error
Increment on Hip adjust was bugged
Also f...
github.com/KinectToVR/KinectToVR - 753ad0212536c49066fa4e94b6012909c703e990 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 1e2182e69a04438bfc765bb5482f94e4a7adc151 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 20937c85c6e05582364fca991560106a325f4250 authored almost 7 years ago
# Conflicts:
# KinectV1Process/KinectToVR.cfg
# KinectV2Process/KinectToVR.cfg
# SFMLProject/SFM...
github.com/KinectToVR/KinectToVR - 83c3504e93a91cd4f195b001eee5a401b4a0fc9b authored almost 7 years ago
Fixed Hip Scale Box not updating
Added HipScale to UI Scale
github.com/KinectToVR/KinectToVR - e92a850f3a5925e40f97f66c4cc7869eeeb7dd81 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 46fe52951866b90ef2f63b2c5d2bde44c4914802 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 0ec38f6d78ad5dd8dffeaa9c7e95488a7a492558 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - cd9939d5a2eb4af9c4b8539dbcca98965beed20b authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 7582dfb46c9022e0453661d6bd1f3006efdaeede authored almost 7 years ago
github.com/KinectToVR/KinectToVR - b037ef6e3fa81c46c745d5fa903d2d2e137c67be authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 82ec1aa9e42dfc4d3f55dead5cdb018e1f140fd4 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - b3d68a8667569014709e24186824cbecb9ecef48 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - ec48a16873ba7bae477178a22f0ae6c313f27358 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 720a3041e5d870398b10012753df1443e6c0e93a authored almost 7 years ago
It sort of works, but there is still the issue of flipping and
constantly twitching rotations. M...
github.com/KinectToVR/KinectToVR - fbc2f3ba132e94bac15f07d9e5c54bcf10570e88 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - b830a4ac388de3347a44d546fd76ed6d1c800790 authored almost 7 years ago
This reverts commit afed473f42035114517b54df5637cead1978be04.
github.com/KinectToVR/KinectToVR - 9199773ddaaeef55cc7c2e21b54750d8aedee54c authored almost 7 years agogithub.com/KinectToVR/KinectToVR - afed473f42035114517b54df5637cead1978be04 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 50a5014d1bbc9b67ae31f92c32e3cf09374b1135 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 29af38d37bb92d3532ad8fd34c8536a0ddcc5202 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 1257f7730b41afbe8123a672fb6f9d39a9768c93 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 3f485907f76dda6506dba36f8f057f1b98db8492 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 2b7cb3d12b6d0d6d13053b3d2220fa50702dbf41 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 3db8dbc66dcac6e6189b13fe1a568809db6b30e6 authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 33c6ac27e1ed676b4085acd6e30e2f02b620f00b authored almost 7 years ago
github.com/KinectToVR/KinectToVR - 19ebb291e10bb76a9b3867d555f466fd7b016b16 authored almost 7 years ago