Ecosyste.ms: OpenCollective

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

Stardust XR

Creates software for XR that makes computing more private, secure, open, accessible, and intuitive to everyone.
Collective - Host: opensource - https://opencollective.com/stardust-xr - Code: https://github.com/StardustXR

Removed all reference to Qt3D-Offscreen and stripped down QML

github.com/StardustXR/stardust-xr-cpp - c8f6e11899473968252f3c996da11b4c6a30185b authored over 5 years ago by Nova <[email protected]>
Added Qt Quick 3D as a submodule

github.com/StardustXR/stardust-xr-cpp - 371b17c2dbd2133861013fbaf033af6b699792bb authored over 5 years ago by Nova <[email protected]>
Replaced Qt3D-OffscreenRenderer with Qt Quick 3D

github.com/StardustXR/stardust-xr-cpp - d2fa95c7387582a5bac4593044ac9b8d65166ebc authored over 5 years ago by Nova <[email protected]>
Merge pull request #7 from chromenova/openxr

Merge current OpenXR work into master

github.com/StardustXR/stardust-xr-cpp - 5032254bf437c37e9684c9c08f6dfa871b80fb2d authored over 5 years ago by chromenova <[email protected]>
Merge remote-tracking branch 'origin/openxr' into openxr

github.com/StardustXR/stardust-xr-cpp - 468076b2e02df99fa71272f86ffa5c0035d3ecb5 authored over 5 years ago by Nova <[email protected]>
Implemented full OpenXR stack

github.com/StardustXR/stardust-xr-cpp - 5770e7f838f329186be757ae944a0dcfd1534b68 authored over 5 years ago by Nova <[email protected]>
Fixed submodule being out of sync

github.com/StardustXR/stardust-xr-cpp - 6dc0e4adefd6422ccbe3fbe6a26c6adcae663caa authored over 5 years ago by Nova <[email protected]>
[BROKEN] Initial vulkan buffer memory map

github.com/StardustXR/stardust-xr-cpp - f0a43f5d477ba571afdb49d11dd42a0578b8c26b authored over 5 years ago by Nova <[email protected]>
Added vulkan meta header

github.com/StardustXR/stardust-xr-cpp - b78307866e91bca59965b4509ec7296916dce71e authored over 5 years ago by Nova <[email protected]>
Created initial stereo cameras and upgraded swapchain cycle

github.com/StardustXR/stardust-xr-cpp - b343c5f5f9dce6afe39eb69db089829a4af1c10d authored over 5 years ago by Nova <[email protected]>
Added swapchain cycle

github.com/StardustXR/stardust-xr-cpp - 17c19912370180ab4719b973ec852549632238b1 authored over 5 years ago by Nova <[email protected]>
Created graphics initialization and main frame loop

github.com/StardustXR/stardust-xr-cpp - 99977b1f0fb41785501b8095d165b8ab4dd9be84 authored over 5 years ago by Nova <[email protected]>
Added OpenXR meta header to simplify code

github.com/StardustXR/stardust-xr-cpp - 3be180eb466e73e456e2a33e3a17819ad0939d41 authored over 5 years ago by Nova <[email protected]>
Fixed memory leaks related to the OpenXR session

github.com/StardustXR/stardust-xr-cpp - 566b5bf26b25ffe1882dd1f322f49dee561444c2 authored over 5 years ago by Nova <[email protected]>
Added vulkan initialization

github.com/StardustXR/stardust-xr-cpp - c2a9af47148ee347430fe40ca63819b1195896cc authored over 5 years ago by Nova <[email protected]>
Moved OpenXR code to its own class

github.com/StardustXR/stardust-xr-cpp - 53c05d981b0b80ba191c30c8729ae84614eda1db authored over 5 years ago by Nova <[email protected]>
Added xrCreateSession

github.com/StardustXR/stardust-xr-cpp - 2254c2af65272018722c1fba14960e86bc91986e authored over 5 years ago by Nova <[email protected]>
Added default OpenXR instance flags

github.com/StardustXR/stardust-xr-cpp - 8b00639ebd98f3f5caafba97a3baeeaabd7b8df9 authored over 5 years ago by Nova <[email protected]>
Added xrCreateInstance information

github.com/StardustXR/stardust-xr-cpp - 860f395e6ee6b248b42d1112d25a9c64e7daae5d authored over 5 years ago by chromenova <[email protected]>
Decoupled Scene3D from window to allow for headless interaction

github.com/StardustXR/stardust-xr-cpp - 5aa160df83dc5f6e1f6c2ffc258be450a04ddd85 authored over 5 years ago by chromenova <[email protected]>
Added generic InputPointer class

github.com/StardustXR/stardust-xr-cpp - ef1d39f2e2e50758e00f72270b340e01ccec81d6 authored over 5 years ago by chromenova <[email protected]>
Added title bar styling and close button

github.com/StardustXR/stardust-xr-cpp - 9b58f898a7d20b6227fa2782a981a2487cd88a2c authored over 5 years ago by chromenova <[email protected]>
Fixed forced wayland panel closing glitch

github.com/StardustXR/stardust-xr-cpp - e67ef8796546ee6f0a4cca393a91dd8048e7ca76 authored over 5 years ago by chromenova <[email protected]>
Merge pull request #6 from chromenova/dev

Add improved keyboard support and plugin loading to Stardust

github.com/StardustXR/stardust-xr-cpp - 0ffe8a09e340a4b64ef2fad30b74a678c1843873 authored over 5 years ago by chromenova <[email protected]>
Created a C++ plugin loader

github.com/StardustXR/stardust-xr-cpp - ebda0625197babde986160c2e133db854da52356 authored over 5 years ago by chromenova <[email protected]>
Fixed issue with resizing when no default size property found

github.com/StardustXR/stardust-xr-cpp - 58331319f8ee6685040ea3c0e60ba94a80375d21 authored over 5 years ago by chromenova <[email protected]>
Added default size app parameter

github.com/StardustXR/stardust-xr-cpp - f16ddb7ffd142433b57fa87074636f2fc62da636 authored over 5 years ago by chromenova <[email protected]>
Merge pull request #5 from chromenova/dev

Fixed physical keyboard and added a passthrough event handler to fake direct keystrokes on Items

github.com/StardustXR/stardust-xr-cpp - 2c36f79e8b5dc5d2ee3c2879dd1ead988aa64b28 authored over 5 years ago by chromenova <[email protected]>
Fixed physical keyboard and added a passthrough event handler to fake direct keystrokes on Items

github.com/StardustXR/stardust-xr-cpp - 46ef11cbcc2feab610cf7ce18ad035341917d962 authored over 5 years ago by chromenova <[email protected]>
Specified target platform in README.md

github.com/StardustXR/stardust-xr-cpp - 5e3b6dc291daed8ba183f7e34a1063cd416156ea authored over 5 years ago by chromenova <[email protected]>
Described more of Stardust in README

github.com/StardustXR/stardust-xr-cpp - 35d637d8f403d75df274cf1329ddc3573947cc76 authored over 5 years ago by chromenova <[email protected]>
Merge pull request #4 from chromenova/dev

Brought over the gitignore changes from dev

github.com/StardustXR/stardust-xr-cpp - fd73b90b31bd1324ad411e85b71163c7e774d451 authored over 5 years ago by chromenova <[email protected]>
Updated gitignore to include build folder

github.com/StardustXR/stardust-xr-cpp - 6b3dcf5cd4443968ec8126d34ff51fca0297f4cb authored over 5 years ago by chromenova <[email protected]>
Brought over the README and build.sh files from master

github.com/StardustXR/stardust-xr-cpp - 22b3dc162d8b528920f63ff125ec6adf45cc7fa1 authored over 5 years ago by chromenova <[email protected]>
Redid the README and build scripts to adapt to directory organizing

github.com/StardustXR/stardust-xr-cpp - 82903b327931a8bf3dfd4a242189b1a03d1293ae authored over 5 years ago by chromenova <[email protected]>
Merge branch 'dev'

github.com/StardustXR/stardust-xr-cpp - a454e967d8301a3e7e4f9b0ef08e519225667d54 authored over 5 years ago by chromenova <[email protected]>
Rearranged code directory to better meet open source standards

github.com/StardustXR/stardust-xr-cpp - 77ab363008ca23068dc7e1fe676c517cfc83788a authored over 5 years ago by chromenova <[email protected]>
Update build.sh

github.com/StardustXR/stardust-xr-cpp - 408b2c8a6cb29640b7dc3d01df45ab694e565be8 authored over 5 years ago by chromenova <[email protected]>
Update README.md

github.com/StardustXR/stardust-xr-cpp - 965793f5a1803be52e1c06cb88b48511d1ce6380 authored over 5 years ago by chromenova <[email protected]>
Merge pull request #2 from chromenova/dev

Add development features to stable

github.com/StardustXR/stardust-xr-cpp - 717f0553c1eae9417d50956fcd59fe313657f928 authored over 5 years ago by chromenova <[email protected]>
Added autosaving of preferences to wayland panels

github.com/StardustXR/stardust-xr-cpp - c937ec02b9a1371a3f4e0c6d03e84f03657d8c34 authored over 5 years ago by chromenova <[email protected]>
Fixed the panel margin cropping

github.com/StardustXR/stardust-xr-cpp - 6db93a2c4cd564bc08f1a6f423295d2eb2b4693c authored over 5 years ago by chromenova <[email protected]>
Added EntityGroup

github.com/StardustXR/stardust-xr-cpp - 6b934a84a0facf34bc76293dac1f7dd66bb2875a authored over 5 years ago by chromenova <[email protected]>
Added title to wayland panels

github.com/StardustXR/stardust-xr-cpp - e3993a34e6a1502689db98c8d1a725a7e273f5ed authored over 5 years ago by chromenova <[email protected]>
Fixed panel scale and camera position to make them more realistic

github.com/StardustXR/stardust-xr-cpp - 0b3388b769405ed705fbfe01ca2c7c3d17f50f21 authored over 5 years ago by chromenova <[email protected]>
Created generic Panel and WaylandPanel components to increase modularity

github.com/StardustXR/stardust-xr-cpp - 14424e57e17c531898d862999ddb98c9c81574ec authored over 5 years ago by chromenova <[email protected]>
Added TestSphere to the main scene to debug panel orientations

github.com/StardustXR/stardust-xr-cpp - eed87937a19cf806e56f1915cafdccc05574826c authored over 5 years ago by chromenova <[email protected]>
Added a test grid and test sphere for debugging

github.com/StardustXR/stardust-xr-cpp - 6c47bfb6c2d0722425ea16031daebf6cee516e47 authored over 5 years ago by chromenova <[email protected]>
Made the world z-up in nature

github.com/StardustXR/stardust-xr-cpp - b39e022cc175acf44623ca4b6148567f96b5479a authored over 5 years ago by chromenova <[email protected]>
Added custom framegraph

github.com/StardustXR/stardust-xr-cpp - 49091600eb8a46d21e837a9348393b5a826a7dd9 authored over 5 years ago by chromenova <[email protected]>
Added the option to return a QDir or QString from the ConfigDirGetter

github.com/StardustXR/stardust-xr-cpp - bc4fcc4a457251b77f1f6c9556fee7a865ae4960 authored over 5 years ago by chromenova <[email protected]>
Organized the project

github.com/StardustXR/stardust-xr-cpp - 943038e11e403ba780d9372f9e24466d190ea136 authored over 5 years ago by chromenova <[email protected]>
Added physical keyboard and panel keyboard support

github.com/StardustXR/stardust-xr-cpp - c11bc84b7c311b748f0d686828039678b4751003 authored over 5 years ago by chromenova <[email protected]>
Separated out the getting of the config path to increase modularity

github.com/StardustXR/stardust-xr-cpp - 2d4d797362564e005ed704d53e6c3391234d77c7 authored over 5 years ago by chromenova <[email protected]>
Upgraded ExtensionLoader to be freedesktop compliant

github.com/StardustXR/stardust-xr-cpp - 3765f0e44e8e7d30e1576d95eaa772349e9178f1 authored over 5 years ago by chromenova <[email protected]>
Replaced old Prefs QML with freedesktop-compliant C++

github.com/StardustXR/stardust-xr-cpp - b6cf01dd114e1bdaac36fccf2eaff4966a69844d authored over 5 years ago by chromenova <[email protected]>
Finished autostart functionality

github.com/StardustXR/stardust-xr-cpp - 06bbb7a2fa830165d8c08a080683ae5a4b9adf72 authored over 5 years ago by chromenova <[email protected]>
Added compositor preferences and autostart

github.com/StardustXR/stardust-xr-cpp - 4402c565fa2ce05a82ec91a190f37ca292daf1ba authored over 5 years ago by chromenova <[email protected]>
Created a generic preferences object

github.com/StardustXR/stardust-xr-cpp - f6dcdc23a657c3651a11f0b9be9e623eeb523ae5 authored over 5 years ago by chromenova <[email protected]>
Merge pull request #1 from chromenova/dev

Added scripts to easily build and test

github.com/StardustXR/stardust-xr-cpp - facb17f4a65c2efaa362833eadfd39bb958515e5 authored over 5 years ago by chromenova <[email protected]>
Added scripts to easily build and test

github.com/StardustXR/stardust-xr-cpp - 1d21cc9f28dbdc97f9a204ddf3ecc0dd00b4d0f7 authored over 5 years ago by chromenova <[email protected]>
Added basic extension loading

github.com/StardustXR/stardust-xr-cpp - 23807ba8dcdafdf30372dce62390deb518f48510 authored over 5 years ago by chromenova <[email protected]>
Enhanced default panel animation

github.com/StardustXR/stardust-xr-cpp - c257dc22ca3124a83c520361e1d4b14e3d3e7a10 authored over 5 years ago by chromenova <[email protected]>
Added saving and loading of application preferences

github.com/StardustXR/stardust-xr-cpp - 42150152ba58e7eba2715b63f92ae325ca3ddd58 authored over 5 years ago by chromenova <[email protected]>
Added default window decoration preferences

github.com/StardustXR/stardust-xr-cpp - 50bc65fb7df5122ef9efa59eabd388946a9b4783 authored over 5 years ago by chromenova <[email protected]>
Added individual margin side properties

github.com/StardustXR/stardust-xr-cpp - 367897f89d955ea22ca69d13944a66a35d5bcab1 authored over 5 years ago by chromenova <[email protected]>
Added margin property to remove window decoration

github.com/StardustXR/stardust-xr-cpp - 34e9594c36c181b1b218455e1554ac79a36ff50f authored over 5 years ago by chromenova <[email protected]>
Optimized empty moveItem code

github.com/StardustXR/stardust-xr-cpp - de44f94c6ce69e6e1975b86c41eb0c6b56ed46e6 authored over 5 years ago by chromenova <[email protected]>
Disabled moving of windows inside panels

github.com/StardustXR/stardust-xr-cpp - 7a0cc8e032e693d9484f51370674c1790da3fd11 authored over 5 years ago by chromenova <[email protected]>
Added mouse events

github.com/StardustXR/stardust-xr-cpp - d0df5b5dae3f35b5ca2e228ac590817462f2618f authored over 5 years ago by chromenova <[email protected]>
removed old files

github.com/StardustXR/stardust-xr-cpp - 773fb3c296248f5444fa603b7030871572c9d8d7 authored over 5 years ago by chromenova <[email protected]>
Implemented basic 3D and spawning of panels

github.com/StardustXR/stardust-xr-cpp - b075a0f00dc22eaeb611f936a21867243c2d2502 authored over 5 years ago by chromenova <[email protected]>