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

feat(node): unique identifier

github.com/StardustXR/server - 2b5578a221babdd624f33171d8bd84e1890fce60 authored over 2 years ago by Nova <[email protected]>
fix(node): use fxhasher for local signals/methods hashmaps

github.com/StardustXR/server - a5027a9aab1e1c1374cb6bc5869932d42a2c6e9b authored over 2 years ago by Nova <[email protected]>
fix(clippy): shut up clippy

github.com/StardustXR/core - 75b5450f432a92befa5d5fd7414d3cc814a12314 authored over 2 years ago by Nova <[email protected]>
fix(tests): rename and remove old files

github.com/StardustXR/core - 64e8c298ffd18afee06e0cd3759d3a7b8bfb9dda authored over 2 years ago by Nova <[email protected]>
refactor(error): use anyhow error for signal/method error contents

github.com/StardustXR/core - 1823a12aec0c8f94380958ef023a69e4d154a81c authored over 2 years ago by Nova <[email protected]>
fix(error): use anyhow error instead of formatting

github.com/StardustXR/server - 332cbf8b62cbb5afe196e271831337c954b35336 authored over 2 years ago by Nova <[email protected]>
fix(error): prefix internal errors with "Internal: "

github.com/StardustXR/server - 5a9a6afc5124ad23e22657f8ac2b9a1d1912c940 authored over 2 years ago by Nova <[email protected]>
fix(spatial): ensure node does not have a spatial aspect

github.com/StardustXR/server - 2cdadcde95963edfcf16910251f623866a198eb9 authored over 2 years ago by Nova <[email protected]>
feat(scenegraph): use ScenegraphError signal/node errors

github.com/StardustXR/server - 5db13aa48485943b98f72fba42d1553944ed50e3 authored over 2 years ago by Nova <[email protected]>
feat(ScenegraphError): add signal and node errors

github.com/StardustXR/core - 7754770a5a0eb8f09ff0c89dee3d630637819523 authored over 2 years ago by Nova <[email protected]>
fix(scenegraph): emit SignalNotFound error for signal

github.com/StardustXR/server - 25edd845c1639becf4f7bdee5c68b7c27c837a93 authored over 2 years ago by Nova <[email protected]>
feat: improved error handling

github.com/StardustXR/core - b4c42486a91d42d3470d4e851c260fef127e61b1 authored over 2 years ago by Nova <[email protected]>
feat(tests): use client stopper

github.com/StardustXR/core - 0ef0eda5e66206c38c41b7839c36a320fad867ae authored over 2 years ago by Nova <[email protected]>
feat(client): full event loop

github.com/StardustXR/core - 617480c256d7b8b26603301605f45b85eac74170 authored over 2 years ago by Nova <[email protected]>
refactor(scenegraph,node): faster, thread-safe primitives

github.com/StardustXR/core - d6db069b4ecbc039b31951f4bba1f79fe59cd9e5 authored over 2 years ago by Nova <[email protected]>
refactor(scenegraph): use super fast hasher

github.com/StardustXR/server - 0a9643ca6c2d12c999dafaf2f52415e2347fcce8 authored over 2 years ago by Nova <[email protected]>
refactor(scenegraph): use dashmap

github.com/StardustXR/server - 8a3dc83a93ad3dd06d2a80c8ec270ee5b921c182 authored over 2 years ago by Nova <[email protected]>
refactor(scenegraph): use parking_lot

github.com/StardustXR/server - 8a34286a22d5f7de5d481de62dd726ef66addb00 authored over 2 years ago by Nova <[email protected]>
refactor(registry): clean up and use parking_lot

github.com/StardustXR/server - 66c6e2e3d4809a71aa736eed4d7f0cde8754a1ae authored over 2 years ago by Nova <[email protected]>
fix(field): clippy warnings

github.com/StardustXR/server - 57feb5a49bccd8514449c9fdfcfbaf4222ca76d6 authored over 2 years ago by Nova <[email protected]>
refactor: use parking_lot instead of std::sync

github.com/StardustXR/server - d308b88bb7c7be5f1e21628586f77ddd91b12fc2 authored over 2 years ago by Nova <[email protected]>
refactor(registry): use globals instead of storing in event loop

github.com/StardustXR/server - 01971b5048e5fe28335a4a402320113c0ff1f2a6 authored over 2 years ago by Nova <[email protected]>
fix(pulse sender): add aspect to node

github.com/StardustXR/server - 3ef45a1041a4fbf9b37c8b2ce6e1484edc6056be authored over 2 years ago by Nova <[email protected]>
feat(data): pulse sender registry

github.com/StardustXR/server - 0c1a7af8a5b13468c552df5d561c012266ffd75a authored over 2 years ago by Nova <[email protected]>
feat(client): get_event_loop

github.com/StardustXR/server - be46bdfc22a9315f02eca60d6185fbe61937c815 authored over 2 years ago by Nova <[email protected]>
fix(registry): make public

github.com/StardustXR/server - 5a54a1c40cc00d12288fdf1bb4954126ab137248 authored over 2 years ago by Nova <[email protected]>
refactor(registry): don't require index for fn iterate()

github.com/StardustXR/server - bd6589757c20826df6b989f35055206c2d1f2281 authored over 2 years ago by Nova <[email protected]>
feat(client+eventloop): get arc reference to event loop in client

github.com/StardustXR/server - d98dc1ee96350bcfc11196d055555779c8b67e8c authored over 2 years ago by Nova <[email protected]>
feat: basic registry

github.com/StardustXR/server - 30a03f638ff3b8fa0950b1b210ed76797059cbd1 authored over 2 years ago by Nova <[email protected]>
refactor(field): use spatial_ref field trait internally instead of arg

github.com/StardustXR/server - e140d82b1a286b30e274773b088e153362a88b51 authored over 2 years ago by Nova <[email protected]>
fix(field): ensure node doesn't have a field when adding one

github.com/StardustXR/server - 84157fd7d6fd642c6826d1ed014cc2550f467374 authored over 2 years ago by Nova <[email protected]>
feat(field): cylinder field

github.com/StardustXR/server - 29c7ccc34610118e9fc12c7a533b78f588763159 authored over 2 years ago by Nova <[email protected]>
feat(field): box field

github.com/StardustXR/server - ee854a9902bca3c429502efd74518e86b4d883dc authored over 2 years ago by Nova <[email protected]>
refactor(field): wrap all fields in an enum for storage and deref trait

github.com/StardustXR/server - 98a84c626fa37e266eb9e0ca6a31dca9ea6e634b authored over 2 years ago by Nova <[email protected]>
feat(field): sphere field

github.com/StardustXR/server - 02ca9467b50aec52d3fa898435aef366ec6a68d7 authored over 2 years ago by Nova <[email protected]>
feat(field): interface

github.com/StardustXR/server - 8e5f8c00882d391b213d3a1edca4f7560278a3ea authored over 2 years ago by Nova <[email protected]>
refactor(spatial): return Rc<Spatial> from add_to

github.com/StardustXR/server - c0df71a40f8b7f70760898f0bc69433e29303a9b authored over 2 years ago by Nova <[email protected]>
feat(fusion/flex): add singleton building

github.com/StardustXR/core - 09fd0bc275eab18be38043a717c4585af7576df3 authored over 2 years ago by Nova <[email protected]>
feat(spatial): add relative_space option

github.com/StardustXR/core - 46c69b027f558c4a76a7f0061562e453faf026f0 authored over 2 years ago by Nova <[email protected]>
refactor(spatial): remove explicit lifetime specifier

github.com/StardustXR/server - 7fbf92daf07e8839f587920c3ccf1f010eb6238e authored over 2 years ago by Nova <[email protected]>
refactor: clean up all warnings by commenting or refactoring

github.com/StardustXR/server - 26f66fc5a468c9de209775c97d4df382afd4f78e authored over 2 years ago by Nova <[email protected]>
feat(spatial): set_transform_flex and associated helper functions

github.com/StardustXR/server - 34a6e86685752301145ae1f0f0991ed57921d0fd authored over 2 years ago by Nova <[email protected]>
feat(spatial): get_transform local method

github.com/StardustXR/server - 27b78326da534dd49dba7ebd62de730beb60234b authored over 2 years ago by Nova <[email protected]>
feat(node): add_local_method method

github.com/StardustXR/server - 5ee5d0a802df3ce25826540d6c786486528c7c78 authored over 2 years ago by Nova <[email protected]>
feat(spatial): space to space matrix function for relativity

github.com/StardustXR/server - 459c96616afa9707d75e6e916ae3f7531b78e162 authored over 2 years ago by Nova <[email protected]>
refactor(spatial): store parent as Rc<Spatial>

github.com/StardustXR/server - 50b7cc676cf09d6c8a2aaa68f92c26fbbac52870 authored over 2 years ago by Nova <[email protected]>
fix(push_to_vec): macro works outside crate

github.com/StardustXR/core - bba4c1f78196027d7c5326d17aa56cf136dc0763 authored over 2 years ago by Nova <[email protected]>
refactor(spatial): make test generic

github.com/StardustXR/core - d6390a8a88411aeed0da1318bbfadace20f38fd3 authored over 2 years ago by Nova <[email protected]>
refactor(messenger): remove message debug

github.com/StardustXR/core - 57c48fc13c94fe281400810390b75bedb5c0d3dc authored over 2 years ago by Nova <[email protected]>
feat(node): destroy method

github.com/StardustXR/server - f9f36dd43a017eaf211270ad6e1039d7fcc3e93a authored over 2 years ago by Nova <[email protected]>
feat(spatial): push null if set_transform options None

github.com/StardustXR/core - 6df8158daf132c5e1c83b8b44a8e0ca6f38f82fe authored over 2 years ago by Nova <[email protected]>
refactor(node): use sized fn instead of dyn Fn for signals/methods

github.com/StardustXR/server - bb356f6cb154491cfdb33a6c871209d5cf9cdbdb authored over 2 years ago by Nova <[email protected]>
refactor: fine-grained interior mutability for scenegraph

github.com/StardustXR/server - 2c27e5728cf9c9eda7c996e5c1dbe51b24d8d52f authored over 2 years ago by Nova <[email protected]>
refactor(client): remove weak ref

github.com/StardustXR/server - bb2603803090692eeb8dc0438cf73855b8c3c67c authored over 2 years ago by Nova <[email protected]>
refactor(spatial interface): inline transform creation

github.com/StardustXR/server - 57be2cd8e89c2b83dcd87db606aae43db511d800 authored over 2 years ago by Nova <[email protected]>
refactor(eventloop): rename the thread

github.com/StardustXR/server - 0a446f3cd2c6020cf0a67a16789398a5a8f73bb1 authored over 2 years ago by Nova <[email protected]>
refactor(values): make flex_to outputs options

github.com/StardustXR/core - cc5d96b3609b7b66aeebdd1c87df93ea4ec1977b authored over 2 years ago by Nova <[email protected]>
feat(spatial): basic interface

github.com/StardustXR/server - 1d93046d5efd268042f7d6574322af0a7ef6809f authored over 2 years ago by Nova <[email protected]>
refactor(scenegraph): remove new function

github.com/StardustXR/server - fedbe17b7a0c828a375ec5d596254af6ca0b9d24 authored over 2 years ago by Nova <[email protected]>
refactor(scenegraph+node): 1 node type with components

github.com/StardustXR/server - efe870c19323a3e6f6af461c46b893400ec85538 authored over 2 years ago by Nova <[email protected]>
feat(spatial): setTransform local signal

github.com/StardustXR/server - be9296588e025aa5ad20381761201adc6b6fb5ba authored over 2 years ago by Nova <[email protected]>
refactor: store weak client in the nodes

github.com/StardustXR/server - 09588ab31da9485984275e9b9455fed81fa1c09c authored over 2 years ago by Nova <[email protected]>
feat: basic spatial closure

github.com/StardustXR/server - a2e61f9b7897a05e06bed3b572d0d31fc0a78caf authored over 2 years ago by Nova <[email protected]>
refactor(spatial): rename functions

github.com/StardustXR/server - 4695eaceca8f208445901a1fbc37c15b0b92fe99 authored over 2 years ago by Nova <[email protected]>
refactor: use inheritance-based style for nodes

github.com/StardustXR/server - 618f2d6748e6191361958768ec7949584cd5f939 authored over 2 years ago by Nova <[email protected]>
refactor(spatial): store weak reference to parent node

github.com/StardustXR/server - 1709d19da2f30e7900f6e0c54d864b188e8ad036 authored over 2 years ago by Nova <[email protected]>
refactor(scenegraph): use RcCell<Node> instead of Rc<RefCell<Node>>

github.com/StardustXR/server - 73a0c6ff7a8dfe0259760a87aa33faf0e3f591e7 authored over 2 years ago by Nova <[email protected]>
feat(scenegraph): default interface creation

github.com/StardustXR/server - 323d1e01fe2cb5b7349d1d6233db20071ba5e5a8 authored over 2 years ago by Nova <[email protected]>
refactor: pass cargo clippy as much as possible

github.com/StardustXR/server - 8242537932be153c2e7ae8f4f283e9beb820071c authored over 2 years ago by Nova <[email protected]>
feat(node): add NodeRef type

github.com/StardustXR/server - 6e3aa0a0fa3f583142e9d2b93be18e6cb555e840 authored over 2 years ago by Nova <[email protected]>
refactor(scenegraph): remove refcell inside scenegraph

github.com/StardustXR/server - 42c98eacc913ce6eda40fe745ebd206f33c7c1b4 authored over 2 years ago by Nova <[email protected]>
fix(gitignore): remove cargo.lock

github.com/StardustXR/server - 3335a679aa6f60c3a72b91b3149a506a689011be authored over 2 years ago by Nova <[email protected]>
refactor(node): return weak reference and store Rc in scenegraph

github.com/StardustXR/server - 52565cd38144396f7c181b325d8bf1f6ebf8840f authored over 2 years ago by Nova <[email protected]>
fix(gitignore): update for rust

github.com/StardustXR/server - a736fb503e925cdd45c4dce7ec03209b03a36196 authored over 2 years ago by Nova <[email protected]>
feat(node): add basic spatial aspect

github.com/StardustXR/server - c64db257d24da65d7a8fd8bb07059c6a8a20dc63 authored over 2 years ago by Nova <[email protected]>
refactor: upgrade crates

github.com/StardustXR/server - 5157ff84cd9d914726cb56c9938ff4142abb3c4b authored over 2 years ago by Nova <[email protected]>
fix(messenger): get message buffer initialized at the right length

github.com/StardustXR/core - 9d0c4211b7a175bbecdbb37ce8dfa9237e7e8c0e authored over 2 years ago by Nova <[email protected]>
feat: basic scenegraph, node, and spatial

github.com/StardustXR/server - cbfd4c13c2a9e47b225a1d47ad1d2fe75c0c1da8 authored over 2 years ago by Nova <[email protected]>
feat: basic client

github.com/StardustXR/server - 888e60b8a20703148a3713d039eb9459cf614b8e authored over 2 years ago by Nova <[email protected]>
refactor: use mio unix stream instead of std unix stream

github.com/StardustXR/core - bca191e31561f767361726fc745aa9a66c164687 authored over 2 years ago by Nova <[email protected]>
refactor(server): get_free_socket_path instead of setup_socket

github.com/StardustXR/core - 35aa72ef7ecb8d3f8c36815b6af1ecde9540e063 authored over 2 years ago by Nova <[email protected]>
feat: intial commit

github.com/StardustXR/server - a75fa63d6a3e5a4c735dcfffca2ebcde14ff8a13 authored over 2 years ago by Nova <[email protected]>
fix(server): delete socket before binding new one

github.com/StardustXR/core - 6f3dd4d5321f6b2d8a4aaa999ebe957a7ee493c0 authored over 2 years ago by Nova <[email protected]>
feat(server): add setup_socket

github.com/StardustXR/core - f9bef225bac21f7d7876f3c80a3be2e99f3d447c authored over 2 years ago by Nova <[email protected]>
feat(fusion/client): from_connection

github.com/StardustXR/core - d4d3bdfe58b814f8a3c06a965a63271afa39a02d authored over 2 years ago by Nova <[email protected]>
refactor: pass cargo clippy

github.com/StardustXR/core - a543bd00b74b9237746d213e20a7998188b8e68f authored over 2 years ago by Nova <[email protected]>
feat(scenegraph): get_node function

github.com/StardustXR/core - 89d38f61e83b67ee730652fcf6b5ba4c208a55a8 authored over 2 years ago by Nova <[email protected]>
refactor: upgrade color-rs version

github.com/StardustXR/core - 3a6634495b4f3bb7b68bd4a1c913dcc55ad8f13c authored over 2 years ago by Nova <[email protected]>
fix(text): fix all errors

github.com/StardustXR/core - d72d64f920b27158b801c25bfbd480b62bbce786 authored over 2 years ago by Nova <[email protected]>
feat(text): added text and text::create as well as alignment and some other enums.

github.com/StardustXR/core - c98c82d2c25506380e22baa76d2802f393fc0f97 authored over 2 years ago by MalekiRe <[email protected]>
refactor: pass clippy checks

github.com/StardustXR/core - 21dfcfb050cef1c480c55da71c4f373671f47854 authored over 2 years ago by Nova <[email protected]>
feat: add pulse receiver

github.com/StardustXR/core - 1aaf8679113bf17fdb844f89fc333b13c7f74a20 authored over 2 years ago by Nova <[email protected]>
fix: add node to scenegraph nodes on creation

github.com/StardustXR/core - 73fce1ad40467a3a24618d33c41f760dcbcbc4f6 authored over 2 years ago by Nova <[email protected]>
refactor(client): reorganize use statements

github.com/StardustXR/core - cb022ba07021c0c7f3f6be849913a1ca3b885d3c authored over 2 years ago by Nova <[email protected]>
fix(scenegraph): put nodes hashmap in refcell

github.com/StardustXR/core - cb0a9196040d22d3615da726385b34461feb2390 authored over 2 years ago by Nova <[email protected]>
fix(drawable): wrong interface path

github.com/StardustXR/core - 6d0c445f174b409e92d75b368305038e009abbcb authored over 2 years ago by Nova <[email protected]>
refactor(tests): get rid of dedicated tests file

github.com/StardustXR/core - b9c25a6e92b1669eddd779419ee2112fe33de6c7 authored over 2 years ago by Nova <[email protected]>
refactor: batch use statements together

github.com/StardustXR/core - 470e73800d26b2a01ac5ff6ec75758f0c6fcca3f authored over 2 years ago by Nova <[email protected]>
fix(ci): use flatc binary from google and disable tests

* use flatc binary from google

* disable tests since wayland doesn't work in github ci

github.com/StardustXR/core - 79f6a7f37eb1726e2d7a2f1b5143bdc76cdd04ff authored over 2 years ago by Luna <[email protected]>