Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/alvr-org/ALVR

Stream VR games from your PC to your headset via Wi-Fi
https://github.com/alvr-org/ALVR

Remove more unused assets

feb3bc2bb80de00ba0ea960da0dc33c9a60999f0 authored over 2 years ago
Remove unused imports and assets

b47c88079571f50f7413c4f2cfda3bcb7ba3d75d authored over 2 years ago
Force NDK r22b; rename ovr_context to cpp_main

767783199e263b7461ed054ebc4c8a04dac34dd9 authored over 2 years ago
Update rust.yml

83a55cc27069253825575331ccb6f68df2e669eb authored over 2 years ago
Add CI client build; add subdirectory for lib build

be6108b18e8fa640b542c9ab3805800cc0c9c062 authored over 2 years ago
Split client build into Android project + libalvr_client_core

3ba4b5b1e775a7ffaf9de4e1727a8d166219f61b authored over 2 years ago
Some refactoring

b7dabf373c24657a2d095c61b6e5665ce61cea77 authored over 2 years ago
Add Oculus foveation options (#1079)

* Add Oculus foveation options
Fix some lints

* prettier

94f640b3dee51d3230ba8843f64a8b81142fc369 authored over 2 years ago
Make index controller fingers emulation smoother (#1078)

Just send values to fingers directly from grip and trigger , rather than emulating two states of...

5763cf30c0495243180996daaff4528a0120ca82 authored over 2 years ago
Remove all unchecked Instant subtractions

ba22669d01db0b26fe1a2ffefcff7b2419bf40cb authored over 2 years ago
Merge branch 'master' of https://github.com/alvr-org/ALVR

5ff8409295857b82771fd8e0ea9af7b479c738eb authored over 2 years ago
Fix Audio config selection on Linux; port client to alvr_audio

d84d8e6e2717a51169fba8ef309979599efb3ebb authored over 2 years ago
Send trackpad touch event from thumb rest (#1076)

Just send index trackpad touch event if finger on thumb rest zone on quest 2. Checked on mine lo...

0299fdfcafa8c3e0b24f92c9aeef07f7454fe88a authored over 2 years ago
add force software encoding option (#1073)

a010c11e8ff153679f7e362cf11bb3e4ef9ef88e authored over 2 years ago
Add `xtask run-server`

f669e14cd055b1ae48254053fdf9ffe5ed4be695 authored over 2 years ago
Move input polling loop to C++

ea0f41ed037d28be393f75395f6a34768f502567 authored over 2 years ago
Send initial stream config more reliably; move playspace cycle to C++

Refactor access to control socker sender

0dfbe8b430edffc96a015d775432d8f5e66d2b86 authored over 2 years ago
Manage swapchains outside of render.cpp

Remove all oculus API references from render.cpp
Remove unused textured_quad

13dd010a6b97d77c682fb84b54fe18177ee326b3 authored over 2 years ago
Linux microphone settings tweaks (#1068)

946252c5ee73de342171a4cce76a93193ffefa9b authored over 2 years ago
Merge branch 'master' of https://github.com/alvr-org/ALVR

24a0df3c24cccd33473f6e4e6bd5d1613f22e8da authored over 2 years ago
Assorted refactoring; delete some unused code

4f80fd53b2b7803db85b5b5b0f57e509bb095401 authored over 2 years ago
Unbreak Linux audio by selecting 48kHz sampling rate if given choice (#1066)

Audio servers like PulseAudio that are standard on Linux allow
arbitrary sample rates, all the ...

bd13fd18e4607356db00d8754e37e6aacd5f3060 authored over 2 years ago
Client audio: don't crash if server sends invalid sample rate (#1065)

The server is buggy and sometimes chooses sample rates that are too
low for audio use, like 1 H...

9bafea9636e4929687099864a8cd0d0f22f612ac authored over 2 years ago
When you exit the client, re-open the client connection to the server, and enter the stream connection, it will cause invalid values and crash the client. (#1064)

acc33b5258b924952e10b9fd0cf891a87a796ffa authored over 2 years ago
Rewrite windows-specific audio code

6169ea64f14067e79091a3dd5f56233bb670e3d9 authored over 2 years ago
Fix two source of crashes on the client and one on the server

79f1d1edeccee105123a0021b717bff703d70b11 authored over 2 years ago
Change client and server fps source

a22aaad4993b395588a2eb21a5b931bfd13ff726 authored over 2 years ago
Statistics rewrite (#1061)

659a85ba0802f2f20031224f4584e947ab4c7a6d authored over 2 years ago
* Fixes missing x264/5 shared libs with xtask --gpl/portable builds

* Changes ffmpeg configure to build shared libs with rpath=$ORIGIN set
* Adds an extra step in xt...

c5ea49dafe6e09d448d3e38071398bb7e7b98399 authored over 2 years ago
Changes symlink so files to relative paths

a57ee08f2e2c23243c8532fe4defbf2cf7706a02 authored over 2 years ago
Fixes workflow build script

993a5b9a7faa0629fe3cbb50e552d8d5d264e75f authored over 2 years ago
removes make install step in workflows

909c955864666b47191fc9685f07d7721def41b1 authored over 2 years ago
fixes CI build errors

0702668b930985e4cb9c91b1b6d415edf8dd238b authored over 2 years ago
* Fixes bug in xtask not copying ffmpeg shared libs with --gpl

* Fixes alvr_server build.rs not being updated with ffmpeg folder rename change
* Changes ffmpeg ...

41567cefb88b2404486f734c52ccaac0681dfc76 authored over 2 years ago
Get device name with JNI

8193cb0729eb723f3961f89ef82cd012e9a783a6 authored over 2 years ago
Refactoring

fba2c01efc9ac6d405b45f94dbb86f8cb2876fed authored over 2 years ago
Remove long menu press for dashboard

Refactoring

8332264378680f374f51330ccaed8b262de736fe authored over 2 years ago
Create AssetManager from Rust

c09fb54157575bf338aaea8e63be4033a51f7de1 authored over 2 years ago
Remove java_vm, activiry_ref parameters

980d055f8a049b9c78c4ddbaafb00803c433f57c authored over 2 years ago
Call onConnect and clearAvailable() from Rust

e47452d580a255673a514b721a24fb9c2a8f1738 authored over 2 years ago
Fix crashes because of Java context not attached

ea2978dc4d756bb5e44def8b9b4cf4eace477877 authored over 2 years ago
Move onDisconnect to Rust

64ac5b4384618c8e07acb77b90d063ab56bc8983 authored over 2 years ago
Move pushNAL and ObtainNAL to Rust

388b4c09a5427b6273998b8e78a94eeee6786c1b authored over 2 years ago
Make decoder more self contained

2f919be45adb0a7b36d44422dabfadcb299b0d6d authored over 2 years ago
Remove experimental crates from workspace

26df8d23a266000c8d5911eb9efa278a489c689c authored over 2 years ago
Update AndroidManifest.xml (#1046)

0dc7d070d6deb599ac0b0317f3f26e562cb4f19c authored almost 3 years ago
Fix loading HUD text

6d31e9c7d6e38ce61700d18edf98516503caa8d6 authored almost 3 years ago
Remove unnecessary VM and Activity parameters

8114078f2aef933fd1e865fac0f33f4f4bdff4d8 authored almost 3 years ago
Move loading text generation to Rust (outputs garbage)

377625f8069d51535adf07707aadc32d1390dd26 authored almost 3 years ago
Merge initializeNative() and onCreate()

eff1ceff9cdd80bd565d42fe7c3a5f7336729ce8 authored almost 3 years ago
Move microphone permission management to Rust

Remove onVrModeChanged

a352ae3db9924f71d0a2ffb91aa8fdb8a451ced2 authored almost 3 years ago
Fix setting dark mode

f7f329c6f0fd674b071aaec28cddffc29ada8cd6 authored almost 3 years ago
Move shared preferences management to Rust

544b0dee9d7ab8779a9dd3ec51f9085b81eb41aa authored almost 3 years ago
Introduce protocol ID (unused)

9876dcffc6a7fbaba7f0801343aa9f470f31253d authored almost 3 years ago
linux/CEncoder: unused variable no more

a1f321cef2b88fbf8ad191066db70791c88a8058 authored almost 3 years ago
Try Vulkan backend for wgpu

94fa4d8a993cfb0cf2454c92cd872c5f4eb3b88b authored almost 3 years ago
Wait for choco subprocess

d17c512af782f368db36a16230c8e8a27209df4c authored almost 3 years ago
switch gpu order on linux, NVENC->VAAPI->SW (#1032)

2a02cb162fcea9867d4d1f203e11c27a51d24e17 authored almost 3 years ago
Switch from lazy_static to once_cell (remove more macros)

bbba04306e1b670494870e6f394790a382ec0a38 authored almost 3 years ago
Fix copy vrcompositor-wrapper

80439190dba3a3b94465d9d9d0a2fc7e742da6e3 authored almost 3 years ago
Another try to fix linux ffmpeg

e6fec9264b886e7204f8bce1fbdb426f81e8d74f authored almost 3 years ago
Add alvr_events

25a6ec1eb9eba8071d76b8087753be633e8ccd97 authored almost 3 years ago
Fix ./configure not getting invoked

3c6dc2d4ee20bc53c9d980a2eadd68019476c25c authored almost 3 years ago
ok this has to work

3ae8394692cf1f8050cb6a10e31122e69186a7dd authored almost 3 years ago
Try fix linux ffmpeg nvenc again

a0a3fa1c3ba59b0d5fdc569290c40e5b131af09e authored almost 3 years ago
Fix client build on windows, ffmpeg configure

9b97156f3f25d03ac9b281b4e6168d1ca1738d83 authored almost 3 years ago
Use zip and unzip commands on windows

Fix zip adding the full path to the zip

5ec82d94ce81cb0b0056a91baa592c3e9b313110 authored almost 3 years ago
Try fix linux build again

dd319d43f16cbf0ab4539cef1ff7733aaff792ee authored almost 3 years ago
Fix licenses, packaging, ffmpeg build

8aaddb99f3f3a5befbb53245d651640377193e1a authored almost 3 years ago
Replace some dependencies in xtask with xshell

a8fa5e75f631c5ff8c52569aef757c38ed26c626 authored almost 3 years ago
Fix bump subcommand

7f5a56982c9d861fbe4502bb6003adf61a3fd7b6 authored almost 3 years ago
Fix workflow

05503f9b9ef40779b961ca59025bfd94a1a8b934 authored almost 3 years ago
Rename crates that break naming rule

9fca2341891256248704ca6548ec39cb523ac7e0 authored almost 3 years ago
Fix prettier worflow

33cacda100b1a5e3b95707739def60e1da045c5a authored almost 3 years ago
Fix client build

c8d87e53edd9f0eb7d4f719557a1824119ac7eaf authored almost 3 years ago
Move non-crate dirs out of alvr/

3629fecbf9d50cd295d594738d7c6afe1f4cf752 authored almost 3 years ago
Fix build

12b9087c354c525d346bc9dc898c68d2387c8cc3 authored almost 3 years ago
Linux portable build fix (#1009)

* Use package server for linux releases, add .tar.gz packaging to package-server

* change bum...

ea772add6b4a4586c650f0810a689b8d6b41b2aa authored almost 3 years ago
Make clients list interactible; refactoring

58d11e209c3838d3a765471ad89007991dedd5d9 authored almost 3 years ago
Fix Linux build (try again)

b5609ca37c423477b6db873e4bc2c8f17dd96354 authored almost 3 years ago
Fix Linux compilation

2596c972803aa352f2dee5e6ef3683ef867b6ba5 authored almost 3 years ago
Refactor and make new dashboard usable

c8857a02c312a749627a86c021f8c8c72eb47d8f authored almost 3 years ago
Remove unused dependency

fb6b36ce04f1c1421b99dbfa5e0a1cf604d868e3 authored almost 3 years ago
Move some code in alvr_server_data

698ba59c2e56a5688b7183f679c28cb684b600df authored almost 3 years ago
Add extra->patches with toggle for sync popup fix

3de6e04e7975b2bb26d1d9025d0f60781c981f80 authored almost 3 years ago
Use VkResult::result()

Remove unused parameter in xtask

31fee69b63a4cf6f0893168adef22b250e982d64 authored almost 3 years ago
Revert force controller connection

Not working

07edb27a1566f406db5e797425c55db0a00a0b22 authored almost 3 years ago
Install llvm with prepare-deps

d219f673f38e6def9dcf857294ef624b385636e1 authored almost 3 years ago
Install WIX with prepare-deps

fb0bd215395500b1ad069911bd5f93247dd47eae authored almost 3 years ago
Fix CI

f2e6e81783f026a543762cf6a34db6314585a7f8 authored almost 3 years ago
Add vulkan sdk to CI

57ccda06090529d263852f79e8ba71e7d892e8ed authored almost 3 years ago
Refactor xtask cli and internals; prepare windows dependencies build

c9e2c88be4f86996b7bfbed7cfb58643233f7098 authored almost 3 years ago
Use wgpu reexports

a3bcc402ed4dba3ea1a2d67190b4c00fb718f87a authored almost 3 years ago
Remove openxr-sys from server_compositor

763bf41258bd3aa5cf9aba741160e2b1ed4d7551 authored almost 3 years ago
Reexport parking_lot from alvr_common

189ef1ab5c2c7c24d00df7cdfe168ba71e5a4a88 authored almost 3 years ago
Use tail-call error handling

Improves formatting and compilation speed

ac06c992814126cc42dc32444476be2836cc85d5 authored almost 3 years ago
Fix compilation on Windows

9eff3efedee83e6d70379769259a4349139820e2 authored almost 3 years ago
Many small changes

Remove Options from MotionData
Remove StreamId alias
Make experimental crates compile

2d0dbe34e1ce1816eda9cf7af7b049426c108bb0 authored almost 3 years ago
Add build_linux_server job to GH Actions (#998)

* Add build_linux_server job to GH Actions + cache

* add build with bundled ffmpeg

* remov...

62f094d5958d6c5291190efc8d4a64a5ed1f9d10 authored almost 3 years ago
Fix battery prop set

640adb5c1f4d5019981ea99f832c34b698dfab7c authored almost 3 years ago