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

Removed unused and documented ancient enums

github.com/KinectToVR/KinectToVR - e51dc02eefd896e432fa213798480df5feb21ec2 authored almost 4 years ago
Removed vcpkg dependency from kinect handlers

github.com/KinectToVR/KinectToVR - eebe60b704cb30ba6c1342067532a46b90f4ab40 authored almost 4 years ago
Removed vcpkg and added EigenUtils

github.com/KinectToVR/KinectToVR - d3dd90e9d51a385562cbe553f2e03bb12c83b376 authored almost 4 years ago
Added EigenUtils header to project

github.com/KinectToVR/KinectToVR - 5280138dee94f54111c18e65fb662d0a27471c8f authored almost 4 years ago
Added (and then moved to other file) function for scanning trackers' ids

github.com/KinectToVR/KinectToVR - 633fc67073fdd40a676947a17d5d004d9fe84e8e authored almost 4 years ago
Made playspace offset displayed as std::fixed

github.com/KinectToVR/KinectToVR - 4862b1da3718f5fbe25297af09713ac921921bea authored almost 4 years ago
New namespace: Eigen short functions (later called helpers/utils)

github.com/KinectToVR/KinectToVR - ce7c0bbcbd2dd68a1bfa9980041a1446848d6cc5 authored almost 4 years ago
Removed vcpkg dependency from OVRIE projects

github.com/KinectToVR/KinectToVR - e22bd517d358acc6dde9595ce6a262a4b2f3f852 authored almost 4 years ago
Added device types for body part registration

github.com/KinectToVR/KinectToVR - 1c00dddd54dec4b0d7554c31e1012c03c06e70a8 authored almost 4 years ago
Removed unused properties from driver

github.com/KinectToVR/KinectToVR - b3a22905916f0d850e11c9b37bd8ad0b9e2dacb6 authored almost 4 years ago
Remove function argument (you might want to re-add it later)

github.com/KinectToVR/KinectToVR - 5f672eebcd518bf4f190e2d26e73b622e6bc32f4 authored almost 4 years ago
Remove unused offset pipe readings

github.com/KinectToVR/KinectToVR - 41a348dad56f4c3509ab5f6062ed97597fd1d391 authored almost 4 years ago
Remove vcpkg dependency from driver

github.com/KinectToVR/KinectToVR - 2c007e3874b9953e705c1a42ec9ae778af338306 authored almost 4 years ago
Remove vcpkg dependency from crash handlers & PSMS

github.com/KinectToVR/KinectToVR - b3a6034e18260320d9bd3cf0c9615080b639a2f9 authored almost 4 years ago
Merge branch 'master' of https://github.com/KinectToVR/k2vr-installer-gui

github.com/KinectToVR/k2vr-installer-gui - 8ce6e924a43d048d5c1a62f7638e204a9d2fee74 authored almost 4 years ago
hash of explorer-packed zip

github.com/KinectToVR/k2vr-installer-gui - 84092e29ef74f360b98e9f906ac2e851a0009b02 authored almost 4 years ago
Make sure SteamVR is closed when uninstalling

github.com/KinectToVR/k2vr-installer-gui - e411d751b58a8771eb6601b3ec1479c75e4731ca authored almost 4 years ago
Don't log when uninstalling...

...because the folder then wouldn't be empty anymore.
Maybe we should log into Temp?

github.com/KinectToVR/k2vr-installer-gui - 47559b6a0f2b562ebfbcec0838137e1dbb068fdd authored almost 4 years ago
Only use filelists for uninstalls, never recursively delete

github.com/KinectToVR/k2vr-installer-gui - 90f895579378326eebf269d29dedbaa0d56a9ae0 authored almost 4 years ago
Change way logger works, add more filelists

github.com/KinectToVR/k2vr-installer-gui - 63983ad453a7464ecf770b737a61a94bb4c6addb authored almost 4 years ago
Updated .gitignore for settings (debugging KV1 project)

github.com/KinectToVR/k2vr-application - 7c9c92f6083cdc20dc192dc6825269abf6bcd031 authored almost 4 years ago
Added files to project

github.com/KinectToVR/k2vr-application - daa5ccba22e14bc9a9b336c48052f54dea9f714b authored almost 4 years ago
Updated KTVR main for new tracker class, (cosmetic) formatting

github.com/KinectToVR/k2vr-application - bbb1e79b6e9cf3d83279edc5edc32643bc28c058 authored almost 4 years ago
Added look at kinect to autocalibration (TODO needs testing)

github.com/KinectToVR/k2vr-application - ab85fffb99f0fb83b0a04f364b75f8fbeaee3efc authored almost 4 years ago
Pushed new trackers for initialization (already emplaced at construction)

github.com/KinectToVR/k2vr-application - e009d3a754bd01a41823f6c0411fd9f9db5db2b8 authored almost 4 years ago
Startup/argument settings are now const

github.com/KinectToVR/k2vr-application - 1047ae0a7a52003ef42e8caba7250fff1233bb0c authored almost 4 years ago
Updated KTVR header for new tracker class

github.com/KinectToVR/k2vr-application - 11d1160172d3dc0a007d45e3d139b425ca7941c3 authored almost 4 years ago
Added tracker vector to serialization method

github.com/KinectToVR/k2vr-application - 8a4027807ededc6bde04279f1472faf8b9e5128f authored almost 4 years ago
Added K2STracker vector to "settings" (will help later)

Also, here settings are not ONLY for literal settings - later

github.com/KinectToVR/k2vr-application - 6af536f2ae3fa09cb06b9befd221b27cd812b643 authored almost 4 years ago
New class: K2STracker (S for Server) - Interfacing K2TrackerBases

This class lets us manage trackers in more effective way, enables filters and more. TODO: k2api ...

github.com/KinectToVR/k2vr-application - 444e1caf74da9c076a049359263e430d05bdc586 authored almost 4 years ago
Updated button handlers for global filters

github.com/KinectToVR/k2vr-application - d57e5d0229da9f4092b05467cb2a3e205d199d10 authored almost 4 years ago
(Cosmetic) Changed "positional" to "position"

github.com/KinectToVR/k2vr-application - d0e579864d8d1b22fa733f8c08aaca6d45971fd4 authored almost 4 years ago
Changed serialization to XML, changed file name

github.com/KinectToVR/k2vr-application - 294582067ce3028d5b773a97556e45a36dea44af authored almost 4 years ago
Added serialization of changed types

github.com/KinectToVR/k2vr-application - 777bc871027a0851a13089bb8836ca46a5146e13 authored almost 4 years ago
Made serialization methods static - they're not overwriting

github.com/KinectToVR/k2vr-application - cc0a3e130d74bf16bf8e2c74fe57ba68b76361ae authored almost 4 years ago
Changed some variables' names and removed global offsets

github.com/KinectToVR/k2vr-application - 6188d88067c5f407d55488aa477ec4b410d99a0e authored almost 4 years ago
Added Eigen cast to offsets handling

github.com/KinectToVR/k2vr-application - 0d09bb78f1ac2f276c324e7545ebfece27e6bb1a authored almost 4 years ago
Added custom filters: Kalman, LowPass

github.com/KinectToVR/k2vr-application - 44c9d1fea5a9cb1b38a80f11b36ba66bde65d148 authored almost 4 years ago
Removed old Eigen serialization header

github.com/KinectToVR/k2vr-application - 935f34cae8e17f71b2959c2ef4ad59fdbc2f8403 authored almost 4 years ago
Added NVP for better serialization (also xml)

github.com/KinectToVR/k2vr-application - 009cc52ae98ff85e3036edf780618ad03b4c7d7c authored almost 4 years ago
Added custom Eigen serialization

github.com/KinectToVR/k2vr-application - 6e3b646c8bf70343e73fc3a06f96e674442fff3c authored almost 4 years ago
Removed K2Objects.h for sure

github.com/KinectToVR/k2vr-application - f47f25a4e8c78c1d218d9ed4a36f9f4f8a745976 authored almost 4 years ago
add option to disable foot trackers in driver

github.com/KinectToVR/KinectToVR - a8ae9aaf9a27a50625767f72a09057fae51b8fe9 authored almost 4 years ago
Updated main readme for powershell and the new API

github.com/KinectToVR/k2vr-application - 972ef7b0ba9fad2835648488e2061f9fd4cdbfaf authored almost 4 years ago
Updated docs' readme

github.com/KinectToVR/k2vr-application - 7c20499393a18ca2e1458ffa25f4a575442f9307 authored almost 4 years ago
Updated example's readme

github.com/KinectToVR/k2vr-application - 3639f1ad20527a12108e85cf50fb8b570a636aef authored almost 4 years ago
Added K2API header to the example include/

github.com/KinectToVR/k2vr-application - 44cf34cb171a479fc2459fb37e8cc4fb6fec8695 authored almost 4 years ago
Added example's debug dependencies

github.com/KinectToVR/k2vr-application - 390813715c013a02327f1515b161725f4268d693 authored almost 4 years ago
Added example's release dependencies

github.com/KinectToVR/k2vr-application - a2133d8c8ebf3069ea6c2839ed3208aff6ee47b9 authored almost 4 years ago
Removed useless K2Objects file

github.com/KinectToVR/k2vr-application - 58171a2ca57b5f551edd1bd30e10095c1ad291ef authored almost 4 years ago
Added new K2API example project

github.com/KinectToVR/k2vr-application - d263b3e46143d802b0dbb061db91d5746d840885 authored almost 4 years ago
Added some readme to the Driver's folder

github.com/KinectToVR/k2vr-application - c652a69bfa880d8111d1afffe21596f0e2de21b8 authored almost 4 years ago
Added VERSION to the docs Driver's folder

github.com/KinectToVR/k2vr-application - 0c7c9dd35654a128cd19028cc96cfd3ba25ef416 authored almost 4 years ago
Added the new Driver to the docs folder

github.com/KinectToVR/k2vr-application - 81efa648352f9f446e722a16fed9c9931987d186 authored almost 4 years ago
Removed old Driver from docs folder (w/ structure)

github.com/KinectToVR/k2vr-application - 564518b6774ab9a47ec6d0324aa11cbfe9794d01 authored almost 4 years ago
Updated the Driver's vcpkg triplet

github.com/KinectToVR/k2vr-application - 99f8f61644c33da5e548857adcd1cdaa907b1c21 authored almost 4 years ago
Updated the driver's K2Tracker class to the new API and methods

github.com/KinectToVR/k2vr-application - c26022997159451585dc21a7ce29b1cd6aa3cb3f authored almost 4 years ago
Update trackers in the srever's RunFrame method

github.com/KinectToVR/k2vr-application - 043b0b918f8ece1d43ca445e15e12d3329b44e72 authored almost 4 years ago
New Server Driver, updated for the API, better structure

github.com/KinectToVR/k2vr-application - 6301579cac25c04b9a65f4f7a8ceabaa7c48ede9 authored almost 4 years ago
Updated vcpkg triplet for the API project

github.com/KinectToVR/k2vr-application - 02900f94abb4e7dde7663ed0ee827270b4ca57d5 authored almost 4 years ago
Updated Base Device header to the new API

github.com/KinectToVR/k2vr-application - dfa095c8f915492100f4825fad6d99cad1248cec authored almost 4 years ago
Better skeleton image drawing method ("disappearing" method)

github.com/KinectToVR/k2vr-application - 3e836ae1ba09c20fb41ce235b686bfa43b2dbcfb authored almost 4 years ago
Updated the KV1 project to the new API

github.com/KinectToVR/k2vr-application - 271d0d1b94bfd74766c7e6d935b9ad65ddbbaeac authored almost 4 years ago
Updated the KV2 project to the new API

github.com/KinectToVR/k2vr-application - 2a1d3330a10c3f9f9a510622ba75d964bb5e0df5 authored almost 4 years ago
Removed useless K2Objects.h

github.com/KinectToVR/k2vr-application - 95fb4262ec1ab30dc705e59efa3b3d5c5bcb92bc authored almost 4 years ago
Changed the main project to the new namespace

github.com/KinectToVR/k2vr-application - e9ee721f55b0544f52c369d1ba671f120f826aeb authored almost 4 years ago
New K2API: Larger classes, more robust structure, "normal" code

I don't know how to describe this, just see the changes

github.com/KinectToVR/k2vr-application - c91ae47f97f4cae99ddcdd7f9080e0235612d892 authored almost 4 years ago
change driver status to steamvr status and add short instructions for code -10

github.com/KinectToVR/KinectToVR - 1f7a2bae4c68fc958ac7512597d815b2cb3b51a8 authored almost 4 years ago
update version string

github.com/KinectToVR/KinectToVR - 30196a1c81f2380ea322fa8f139d4c04910eada2 authored almost 4 years ago
first attempt at mixed tracker orientation

github.com/KinectToVR/KinectToVR - 1b252839799d90747d8ecf440a98c209206ee807 authored almost 4 years ago
update hash of new installer

I HATE ZIP FILES

github.com/KinectToVR/k2vr-website - 5c84183e4320f4947d3ace18b65344f525b53047 authored almost 4 years ago
Update to Installer 2.2.0

github.com/KinectToVR/k2vr-website - 8fc61a6d176df5fa55b47cce80ef057420d5c60a authored almost 4 years ago
Increment version to 2.2.0

github.com/KinectToVR/k2vr-installer-gui - e97a40b7563f32138c2095d6b1b652c7e3a72482 authored almost 4 years ago
Update to K2EX 0.8.1

github.com/KinectToVR/k2vr-installer-gui - 09d9692443bcff2a455a583125f2e7faf15cbfdc authored almost 4 years ago
I cant do anything right

github.com/KinectToVR/KinectToVR - a4c1bfe43747aa5f61b9a0df7bd6632bce78c55a authored almost 4 years ago
Increment version

github.com/KinectToVR/KinectToVR - 32aa0475085a8ff962befd28ab9951e064800a23 authored almost 4 years ago
hip instead of right foot lmao

github.com/KinectToVR/KinectToVR - 6c4d4d24761a6a081db902a8ffcd86f6ca6b52bd authored almost 4 years ago
take 2

why github action take so long

github.com/KinectToVR/KinectToVR - 5280692d17fb21380790676c69d46301f9e8aba8 authored almost 4 years ago
show kinect version in UI

github.com/KinectToVR/KinectToVR - 00b07894dc5af80c95b4d914e246db530f514297 authored almost 4 years ago
add linebreaks to kinect errors while we're at it

github.com/KinectToVR/KinectToVR - aac7fcc42388851881ecee93c68a408b58534800 authored almost 4 years ago
attempt to add hip disable/enable for the driver

no way in hell this will work

github.com/KinectToVR/KinectToVR - 34ff5410289e996394ef3b9c1a3975dfe363a15d authored almost 4 years ago
add owotrack page to links folder

will most likely become an instruction page once k2ex driver has a config file.

github.com/KinectToVR/k2vr-website - ace61bc8a752923fefeafe0d4c92a2e708055b5e authored almost 4 years ago
add rrazgriz driver version

github.com/KinectToVR/k2vr-website - 163be6d5cfc66a3d067a1b9636cef039bcdda8e9 authored almost 4 years ago
Silence a deprecation warning for CXX17

github.com/KinectToVR/k2vr-application - a14adced42cb6c153106a7278f8b8c518b6037c2 authored almost 4 years ago
Mark trackers as disconnected at startup

github.com/KinectToVR/k2vr-application - 12f2fd8430f708f26e036486b957a2b7ac1ac0a9 authored almost 4 years ago
Update thumbicon.png

change to 3dots app design like in current instead of wii wheel

github.com/KinectToVR/k2vr-application - 31c39d3365b2dffa5ff7da426869b482af3e7407 authored almost 4 years ago
Changed debugger print statement to LOG with glog

github.com/KinectToVR/k2vr-application - b11c0c65e5cff3e885d9772986ea1cbbb269f166 authored almost 4 years ago
Updated readme file

github.com/KinectToVR/k2vr-application - c901675a2ecf4d7cbebc353493a9140b81543024 authored almost 4 years ago
Added resource files to KV2 vcxproj

github.com/KinectToVR/k2vr-application - b9a1d8280e48fec24625333de88348d679d5e5ff authored almost 4 years ago
A bit of documentation, minor esthetic changes

github.com/KinectToVR/k2vr-application - c1763d50b6f2db89dcc4f1ae67dcc2de94fbbc12 authored almost 4 years ago
Documented and formatted KV2 project a bit

github.com/KinectToVR/k2vr-application - 56ccaed4d4257d34b829b36c1a283b41d6eb0cbe authored almost 4 years ago
Documented and formatted KV1 project a bit

github.com/KinectToVR/k2vr-application - f60f65bbc484272d5e51d7755a2126f0e630d970 authored almost 4 years ago
Fixed some typos in K2API project, documented a bit

github.com/KinectToVR/k2vr-application - a93ab72c6d7ae48bc3d630f1a5b97355a5354499 authored almost 4 years ago
Added a notice to TrackingDeviceBase header

github.com/KinectToVR/k2vr-application - beaee110975c21ad03b48c128906b5ab22d64bfb authored almost 4 years ago
Documented K2Driver a bit

github.com/KinectToVR/k2vr-application - 29eaf9801a1448940b3ef52b8aad677c1fa5e714 authored almost 4 years ago
Simplified skeleton drawing code

Floor not yet

github.com/KinectToVR/k2vr-application - de78483fe5a3be39d7f90e9735bc3cd80f139d7a authored almost 4 years ago
Added more skeleton rendering methods, color based on joint's state

github.com/KinectToVR/k2vr-application - 42bfaff06255c56180f1d706359b36a1f0b912af authored almost 4 years ago
Updated app organization key

github.com/KinectToVR/k2vr-application - a0c3a161c4c06c13795498fc9a43bed4bb136083 authored almost 4 years ago