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

Libraries for glew and sfml

github.com/KinectToVR/KinectToVR - 9a9a066f7484703ff0c2e1aa7c63eb3a3db33871 authored over 6 years ago
SFML dependencies

github.com/KinectToVR/KinectToVR - ee6a03895f5999ab60e147db6091b9b32326d2d5 authored over 6 years ago
Glew dependencies

github.com/KinectToVR/KinectToVR - ea98e8cf1d0df7ec8a5779c29cdb1a6096f34f5c authored over 6 years ago
Added openvr as submodule

github.com/KinectToVR/KinectToVR - 5fb4563344aff41aa6a6bf734a0727773485b1a6 authored over 6 years ago
Merge branch 'LukisSubmodules' into Merge-DJ-Commits

github.com/KinectToVR/KinectToVR - 373c01a1c5369c2f024a186c7b38cbc17641f7f1 authored over 6 years ago
Hardcoded psmove poses are now converted to input data automatically

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 ago
Cleaned PSMovehandler, allowed for multiple controllers to be connected

1-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 ago
Janky as fuck way of getting psmoves to work as trackers with rot/pos support

This 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 ago
Boilerplate for head and hands calibration

github.com/KinectToVR/KinectToVR - 23e705185ec2c1b347beafe79252584e299d8b21 authored over 6 years ago
Miscellaneous replacing of floats with doubles for the HMD vectors, Calibrators can now take in a kinect

github.com/KinectToVR/KinectToVR - d1600363d41aad05222183c69f821dfb37e06fb7 authored over 6 years ago
Removed performance hog of getting virtual device pose

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 ago
Merge branch 'RGB-Tracking' into Use_submodules

github.com/KinectToVR/KinectToVR - bc88c160d1fa7215e1cd14252ea8684eca01e9ff authored over 6 years ago
Added JointRotationTracking option and updated the way the trackeddevice updates

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
Kinectless Process builds and loops correctly

Added K2VR to the dependencies for Kinectless
Changed the 'initialised' inherited variable from ...

github.com/KinectToVR/KinectToVR - 6a1b1a6c58e60e6e60a4887bbfba825dff7e28c8 authored over 6 years ago
Incorporating PSMove Alignment to OpenVR

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
Added headers for new way of tracking methods

New way is gonna allow for modularity in the trackers:
Tracker id's can be added to a list/chang...

github.com/KinectToVR/KinectToVR - 9891f9655cdfea93452d87256e2ce920d9c042d7 authored over 6 years ago
Created a project which doesn't require a kinect to start

This is mainly useful for testing out the PSMoveService stuff
Currently uses a fake kinecthandle...

github.com/KinectToVR/KinectToVR - 37943e3795f173662c952106ee9d33748c604272 authored over 6 years ago
Merge branch 'RGB-Tracking' into Use_submodules

github.com/KinectToVR/KinectToVR - 8b7a45e13c615ba2167d68e73b5e916b87beb719 authored over 6 years ago
Basic PSMoveService Integration

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 ago
Fixed Tracking Method Update

Previously, the derived class vector was storing the classes as the Base class - meaning no over...

github.com/KinectToVR/KinectToVR - 3ce0822a7be2db5abbdc81a4cf00c5bfb3feea55 authored over 6 years ago
CFG saves on position confirmation - no more lost cfg's due to SteamVR failure

github.com/KinectToVR/KinectToVR - d93cd38ac931874fa925aab66cfd62a1a2728146 authored over 6 years ago
Paths and libs for V2

github.com/KinectToVR/KinectToVR - 440ca1b729fea436834957ba2f60fe008f4f464c authored over 6 years ago
Add lefout folders

github.com/KinectToVR/KinectToVR - fbce790048977675a1602221500e80d9453e8de6 authored over 6 years ago
Partially use modules, update paths and lib linkage

Needs recursive submodule init+update. Prebuilt libraries need to be extracted to "external\*". ...

github.com/KinectToVR/KinectToVR - f7ec69c42b59b6831dc73324febf03c0b494a58a authored over 6 years ago
Split Color and Skeleton Tracking into Classes

github.com/KinectToVR/KinectToVR - 53dd4ebac76147af907d0bb8e4385022b2e3df87 authored over 6 years ago
Beginnings of abstracting tracking methods away from the kinect handler

github.com/KinectToVR/KinectToVR - 53d2bb809b2cbe172d0f43832781e80dbec5b6c6 authored over 6 years ago
Test Project For Fixing GUI Scale

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 ago
Replace OpenVR Property IDs with Enums

github.com/KinectToVR/KinectToVR - ecde2d28d4b969866701b34dea73bdb1c87b6baa authored over 6 years ago
Unicode Config Loading

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 ago
Now it compiles properly

Git fucked up and didn't commit the last proper changes

github.com/KinectToVR/KinectToVR - c76324ecd977ba9b0024cb546f51eb0a9b4513c1 authored over 6 years ago
Now Compiles Again

Moving the SpawnAndConnectTracker functions out from KinectToVR.cpp and .h cause everything to b...

github.com/KinectToVR/KinectToVR - ab32bcc114bfa64a31b4990a58e109680dba7a1b authored over 6 years ago
Moved Headers to inc/ and clean up of ProcessLoop

github.com/KinectToVR/KinectToVR - 3620980db0db40062c41da00d07aa4fbc800e926 authored over 6 years ago
MR Nearly Works

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 ago
Added Project for Fix for the Boost error until it is fixed in the Boost library

github.com/KinectToVR/KinectToVR - b3a9aeef019bbe8dee3f6ed7a2a20623aabe73ad authored over 6 years ago
Laid groundwork for multiple Color filters

github.com/KinectToVR/KinectToVR - ab6abec5e8fb7f2dcbbf8a23748d4c1036eccfe6 authored almost 7 years ago
Cleaned up classes, and FrameReaders are now able to seamlessly stop and start

github.com/KinectToVR/KinectToVR - bc01eacfdf9a8ab3eba20a11a2a718eb62866913 authored almost 7 years ago
Scaling now *works* properly, and cleaned up window names

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 ago
Trackers now update

github.com/KinectToVR/KinectToVR - e7ba301044b9331a4515bdd695ec70b8fb295c5c authored almost 7 years ago
Color tracking boots again

github.com/KinectToVR/KinectToVR - ee9f3aa5dfa86bb52a93acda9554e5870e580dec authored almost 7 years ago
Semi-failed attempt to do implement UnaNancyOwen's getting of the Color/Depth Frames

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 ago
RGB Tracking functional, but not on SteamVR side

github.com/KinectToVR/KinectToVR - 0ae7a01d5dbbd923d3a232251dae7d21c7a574d1 authored almost 7 years ago
Project Settings for OpenCV

github.com/KinectToVR/KinectToVR - 5ad78c81411d73d06f87dd7a25711c7d9270840a authored almost 7 years ago
Merge branch 'master' into RGB-Tracking

github.com/KinectToVR/KinectToVR - bd539b5b32f2f7a572351e782155b509eab90d0f authored almost 7 years ago
Fix for reset playspace not working properly

github.com/KinectToVR/KinectToVR - bb7c0f90f8edea5dec36dabf7496a28d0ff31f95 authored almost 7 years ago
Fixed and adjusted Naelstrof's Playspace movement

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 ago
No more chaperone writing!

github.com/KinectToVR/KinectToVR - f6fd333b2290ed7003a81aec722e9f1350232884 authored almost 7 years ago
Moved Playspace Adjustment into Class, added reset option

github.com/KinectToVR/KinectToVR - 9f620205aa9db5bf98c4888d08b3f69784481258 authored almost 7 years ago
Removed Console WIndow when compiling with Release

github.com/KinectToVR/KinectToVR - 0ce27166c158b1d5e9f48146e2281b79ec60e882 authored almost 7 years ago
fixed skeleton drawing disabled

github.com/KinectToVR/KinectToVR - 92d4b79ea1555ae9a83544c472bcfda074fa7726 authored almost 7 years ago
Merge resolved from RGB tracking

github.com/KinectToVR/KinectToVR - b1048a827e5b9b79a1073764b6aca45d3fcf31d6 authored almost 7 years ago
Fixed Some minor issues with rotation smoothing

github.com/KinectToVR/KinectToVR - 53400d9761909f8e1b8fe8f4180c0ed1f550a1c2 authored almost 7 years ago
As good as its going to get with literal playspace moving with this api.

github.com/KinectToVR/KinectToVR - b0c427608b7009e827375154a3ecc97ec0bb630e authored almost 7 years ago
Fixed orientation bug, and maybe fixed frame-warping to origin bug.

github.com/KinectToVR/KinectToVR - 7b0b4507b8633a7c5002bfb514fdf6dec83c20a0 authored almost 7 years ago
Fixed oscillation issues.

github.com/KinectToVR/KinectToVR - e266f4d637ee232e1d68b4281ee1072e4dda6b71 authored almost 7 years ago
Fixed a typo, and right handed playspace altering should work now.

github.com/KinectToVR/KinectToVR - 2d7e20a14e3b827fe7076c98dee2bbb540a5d3c3 authored almost 7 years ago
Added prototype climbing

github.com/KinectToVR/KinectToVR - 10d6c4876b5635f1cf72b62bc35f218e977cbedf authored almost 7 years ago
Added some settings for playspace movement. Also disabled console window from showing.

github.com/KinectToVR/KinectToVR - f22ddca5bad82e274815220c3509617ff7b16082 authored almost 7 years ago
Bandaid Fix for "Unable to query registry key for joystick..." Error

Seriously what the fuck is it even detecting as a joystick. Some random
driver seems to be getti...

github.com/KinectToVR/KinectToVR - b85e62f4c3b68719aeedce8f759e9d0c94bf0f02 authored almost 7 years ago
Removed mention of old filter, tried near mode on 360, replaced raw quaternions with QuaternionIdentity

github.com/KinectToVR/KinectToVR - 3f1c318c32992e4fdfdc4204cbd27d58939cff35 authored almost 7 years ago
Fixed Xbone rotations!

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 ago
Attempted fix for rotation filter

github.com/KinectToVR/KinectToVR - 615d598a5c66ac75482ece48e5363bf6f581b6be authored almost 7 years ago
Failed version of rotation filter fix

github.com/KinectToVR/KinectToVR - 1b82c850d703e646021054c8755c151bc45cff07 authored almost 7 years ago
Fixed file path errors. Added in options for different methods of Joint smoothing, including Head rotation only

From now on resources can be accessed correctly, if the local directory
is wrong for whatever re...

github.com/KinectToVR/KinectToVR - c93277c027a7a2f98783ff1c9ad1f437cc72d8fc authored almost 7 years ago
Updated Calibration Method, allowing for different options now

New Calibration methods can now be inherited classes from Calibrator,
such as Manual Calibration...

github.com/KinectToVR/KinectToVR - ee92b456c01826749d94836055c87398cef85a86 authored almost 7 years ago
Cleaned up position updating, Optimised Spawning, Testing OutOfRange

github.com/KinectToVR/KinectToVR - 2796b5ff10de0b53fb1d1b21c4e60c882873762f authored almost 7 years ago
Minor fixes for 0.5.2 - Hip adjustment increments and font loading

Debug font commented out - should remove console error
Increment on Hip adjust was bugged
Also f...

github.com/KinectToVR/KinectToVR - c8dc2ed0d150e2056cc2a2b0056e26a34014f25d authored almost 7 years ago
Fixed Position Calibration On by default

github.com/KinectToVR/KinectToVR - 753ad0212536c49066fa4e94b6012909c703e990 authored almost 7 years ago
Allowed hip scale to go downwards

github.com/KinectToVR/KinectToVR - 1e2182e69a04438bfc765bb5482f94e4a7adc151 authored almost 7 years ago
Merge remote-tracking branch 'refs/remotes/origin/KinectV2'

github.com/KinectToVR/KinectToVR - 20937c85c6e05582364fca991560106a325f4250 authored almost 7 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into KinectV2

# Conflicts:
# KinectV1Process/KinectToVR.cfg
# KinectV2Process/KinectToVR.cfg
# SFMLProject/SFM...

github.com/KinectToVR/KinectToVR - 3cad07f6c672d0e7af57970a2a1c89de2f2b61fd authored almost 7 years ago
Updated Versioning and Added Stuff to Scaling a0.5.0

github.com/KinectToVR/KinectToVR - 83c3504e93a91cd4f195b001eee5a401b4a0fc9b authored almost 7 years ago
360 Rotation Filtering Fix, Arrow Rotation Fix and More

Fixed Hip Scale Box not updating
Added HipScale to UI Scale

github.com/KinectToVR/KinectToVR - 5eca80a6fbbd48edf6aa54451bd709b77f52d1b5 authored almost 7 years ago
Hip Height Adjustment

github.com/KinectToVR/KinectToVR - e92a850f3a5925e40f97f66c4cc7869eeeb7dd81 authored almost 7 years ago
Updated the namespace and added in roles for tracker spawning

github.com/KinectToVR/KinectToVR - 46fe52951866b90ef2f63b2c5d2bde44c4914802 authored almost 7 years ago
Updating Tracker Adjustment menju with more options (Not functional)

github.com/KinectToVR/KinectToVR - 0ec38f6d78ad5dd8dffeaa9c7e95488a7a492558 authored almost 7 years ago
Trackers can now be set customisably

github.com/KinectToVR/KinectToVR - cd9939d5a2eb4af9c4b8539dbcca98965beed20b authored almost 7 years ago
Base for spawning custom joint trackers

github.com/KinectToVR/KinectToVR - 7582dfb46c9022e0453661d6bd1f3006efdaeede authored almost 7 years ago
Gamepad Controller Input for Calibrating

github.com/KinectToVR/KinectToVR - b037ef6e3fa81c46c745d5fa903d2d2e137c67be authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - 82ec1aa9e42dfc4d3f55dead5cdb018e1f140fd4 authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - b3d68a8667569014709e24186824cbecb9ecef48 authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - ec48a16873ba7bae477178a22f0ae6c313f27358 authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - 720a3041e5d870398b10012753df1443e6c0e93a authored almost 7 years ago
Changed position ignore checkbox, initial attempt at fixing 360 rotations

It sort of works, but there is still the issue of flipping and
constantly twitching rotations. M...

github.com/KinectToVR/KinectToVR - 7fbbbb43a1bb02af88f9ba0cb8f258f8666e5d7a authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - fbc2f3ba132e94bac15f07d9e5c54bcf10570e88 authored almost 7 years ago
Fixed Resolution Scaling

github.com/KinectToVR/KinectToVR - b830a4ac388de3347a44d546fd76ed6d1c800790 authored almost 7 years ago
Revert "Incorporated the Vector Math and Quaternion Math includes, so that I can do lookat rotation for the joints"

This reverts commit afed473f42035114517b54df5637cead1978be04.

github.com/KinectToVR/KinectToVR - 9199773ddaaeef55cc7c2e21b54750d8aedee54c authored almost 7 years ago
Incorporated the Vector Math and Quaternion Math includes, so that I can do lookat rotation for the joints

github.com/KinectToVR/KinectToVR - afed473f42035114517b54df5637cead1978be04 authored almost 7 years ago
Fixed Kinect Lateral Orientation Issue

github.com/KinectToVR/KinectToVR - 50a5014d1bbc9b67ae31f92c32e3cf09374b1135 authored almost 7 years ago
Merge branch 'KinectV2' of https://github.com/sharkyh20/KinectToVR into KinectV2

github.com/KinectToVR/KinectToVR - 29af38d37bb92d3532ad8fd34c8536a0ddcc5202 authored almost 7 years ago
Readme Img formatting

github.com/KinectToVR/KinectToVR - 3f485907f76dda6506dba36f8f057f1b98db8492 authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - 2b7cb3d12b6d0d6d13053b3d2220fa50702dbf41 authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - 3db8dbc66dcac6e6189b13fe1a568809db6b30e6 authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - 33c6ac27e1ed676b4085acd6e30e2f02b620f00b authored almost 7 years ago
Merge branch 'master' of https://github.com/sharkyh20/KinectToVR

github.com/KinectToVR/KinectToVR - 19ebb291e10bb76a9b3867d555f466fd7b016b16 authored almost 7 years ago