Ecosyste.ms: OpenCollective

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

Stride Game Engine

Stride is an open-source C# game engine for realistic rendering and VR. Stride is connected to the .NET foundation.
Collective - Host: opensource - https://opencollective.com/stride3d - Website: https://www.stride3d.net/ - Code: https://github.com/stride3d/stride

work in progress to port openxr impl to directx11

github.com/stride3d/stride - 7ec89f06d8a8fa35bb989ee316847e46c2786211 authored over 2 years ago by arturo castro <[email protected]>
OpenXR: get rid of old code

github.com/stride3d/stride - fa0c462cfad33f63965f57b17ac715bf67f71684 authored over 2 years ago by Phr00t <[email protected]>
OpenXR: builds now, though has trouble finding the Vulkan device...

github.com/stride3d/stride - 3dde42d7598af157f845ec2c0881206ab7628201 authored over 2 years ago by Phr00t <[email protected]>
VR: Add extension to Vulkan

github.com/stride3d/stride - c8eb17dbe69202f48abb223091050aaae1259e00 authored over 2 years ago by Phr00t <[email protected]>
VR: First pass as OpenXR support for Stride

github.com/stride3d/stride - 3ec48a16d2553fbe0095f938a1106b4ff7c2560f authored over 2 years ago by Phr00t <[email protected]>
Merge pull request #1472 from ericwj/MigrateRemoveInitLocals

Migrate `[RemoveInitLocals]` to `[SkipLocalsInit]` and obsolete `RemoveInitLocalsAttribute`

github.com/stride3d/stride - b1a503f244038d2dc4308cf13882b31e53f0b47a authored over 2 years ago by Marian Dziubiak <[email protected]>
Migrate remaining uses of Stride.Core.Interop.

github.com/stride3d/stride - 421f1c20cb443876ccb0ea6c8742a33abb5dcbea authored over 2 years ago by ericwj <[email protected]>
Make editing projects easier. (#1470)

* Make editing projects easier.

* Make editing projects easier.

github.com/stride3d/stride - c93ca2e3468a14f9aabf3054303a6e9082daab28 authored over 2 years ago by Eric <[email protected]>
Fixes key not found exception when working with multiple devices (#1463)

* Fixes key not found exception when working with multiple devices

See initial bug report her...

github.com/stride3d/stride - 80fe33bfef8f2bb4b4191d9fd309314338962c4d authored over 2 years ago by Elias Holzer <[email protected]>
Migrate `RemoveInitLocals` to `SkipLocalsInit` and obsolete `RemoveInitLocalsAttribute`.

github.com/stride3d/stride - 5df61ad57fd12cc846bedff55d7d1ec13d0b4f91 authored over 2 years ago by ericwj <[email protected]>
Migrate IL weaving Step 2 for all of Stride.sln.

github.com/stride3d/stride - 1938b6b0d79446a843802dfa3ad23a115db34b7a authored over 2 years ago by ericwj <[email protected]>
Migrate IL weaving Step 2 for all of Stride.sln.

github.com/stride3d/stride - 95b2a7c39fa6ca1c57556af8c6dcf134a852d089 authored over 2 years ago by ericwj <[email protected]>
Migrate IL weaving 10-CoreRuntime and Stride

github.com/stride3d/stride - 33b9d71bda16a7f4669a923f50b075b96fb10512 authored over 2 years ago by ericwj <[email protected]>
Merge pull request #1464 from ericwj/MigrateInterop

Get rid of P/Invoke SizeOf.

github.com/stride3d/stride - a243fdc84327afe4e99a56c589df0c18fff11bd2 authored over 2 years ago by Marian Dziubiak <[email protected]>
Bring back `int SizeOf<T>(T[])`

github.com/stride3d/stride - f09b0951ef3d775d0da00a25f58cbbbeefbb24dd authored over 2 years ago by ericwj <[email protected]>
Get rid of P/Invoke SizeOf.

github.com/stride3d/stride - a7c5597d7e32de4ec3048acbe6e4058a9768865e authored over 2 years ago by ericwj <[email protected]>
[Samples] Update camera before using its ViewMatrix (otherwise it result in NaN being sent to physics engine, resulting in a crash)

github.com/stride3d/stride - 072c997d2236f473ef0fcd837b12edf0d79c0159 authored over 2 years ago by Virgile Bello <[email protected]>
[Samples] Bumped samples version

github.com/stride3d/stride - f2a95f77fdd5ed08fd7bb3248f0ab9ca3f343a75 authored over 2 years ago by Virgile Bello <[email protected]>
[Samples] Fix build error of VRSanbox

Just removing a null check, as the type has changed from class to a struct and cannot be null. F...

github.com/stride3d/stride - 81826299ac3af629e1d6de13f6bfd6bd2630c1f2 authored over 2 years ago by Tebjan Halm <[email protected]>
[Samples] Bump package

github.com/stride3d/stride - 7eddd5b3f655e4205186a2fe49c991e85b8064f3 authored over 2 years ago by Virgile Bello <[email protected]>
[Build] Further fix for VSIX signing

github.com/stride3d/stride - fc455cc079775b1c2206e16af9df18826e41da58 authored over 2 years ago by Virgile Bello <[email protected]>
[Build] Sign after building VSIX package (and sign VSIX itself)

github.com/stride3d/stride - 0846bb09f410a10ba4720754d22594162e683e78 authored over 2 years ago by Virgile Bello <[email protected]>
[Package] Fix upgrade for macOS/Linux project

github.com/stride3d/stride - 354f8c2e18199bf1bb54cc0eeae8baae277c8d98 authored over 2 years ago by Virgile Bello <[email protected]>
Merge pull request #1454 from johang88/983_FixReconstructZDefaultValue

#983 Update DefaultValue attribute for IsXYNormal property

github.com/stride3d/stride - f094949c833d1a8c4c821db4c3bc5c1932c9aaee authored over 2 years ago by Tebjan Halm <[email protected]>
#983 Update DefaultValue attribute for IsXYNormal property

github.com/stride3d/stride - 715dcc0a6b29eedf0ef50e5de48cd58a7882073e authored over 2 years ago by Johan Gustafsson <[email protected]>
Revert "[Editor] Fix missing editor keyboard input (#1274)"

This reverts commit 7015814d32f595f47b96b179444b0f400967d3da.

github.com/stride3d/stride - 49912f91a775b592ecd9c24478582a27c4623473 authored over 2 years ago by Virgile Bello <[email protected]>
[Build] Prerequisite installer: make sure to download signclient before calling Advanced Installer

github.com/stride3d/stride - 56a4015641f9d9127f2aab9c920573b660b72d15 authored over 2 years ago by Virgile Bello <[email protected]>
[Package] Fix upgrade for net5.0 executable projects from Stride 4.0

github.com/stride3d/stride - 315b19ee1f365ee5484b0e63f7e05200045cb956 authored over 2 years ago by Virgile Bello <[email protected]>
[Setup] Disabled AI_EXTERNALUIUNINSTALLERNAME=aiui since it was causing a error 500 when code signing the setup (?!)

github.com/stride3d/stride - 05de7272a07d1a5241285bfea33e57f968afa68f authored over 2 years ago by Virgile Bello <[email protected]>
[Build] Reorganized digital signatures. Temporarily disabled StrideSetup.exe (causing error 500 when signing)

github.com/stride3d/stride - 9ea80264c45f77a9d6bd4cd1788b65baa6f91e6b authored over 2 years ago by Virgile Bello <[email protected]>
[UI] Fix iOS build

github.com/stride3d/stride - ac068fb1611756fc310cea7d6e050e223bcab28b authored over 2 years ago by Virgile Bello <[email protected]>
[Build] Update build script to use Advanced Installer 19.4

github.com/stride3d/stride - ef8280b00dd180a27a5d20aac01b17f82a797f04 authored over 2 years ago by Virgile Bello <[email protected]>
Merge pull request #1450 from vvvv/dev/joreg/mesh-fix-for-master

Mesh copy constructor was missing BoundingSphere

github.com/stride3d/stride - a3beb757a61716c0527a01f1b167dac887b1a46c authored over 2 years ago by Tebjan Halm <[email protected]>
Mesh copy constructor was missing BoundingSphere

github.com/stride3d/stride - 2615a08fdcc888ea1f59566f00770ab3262ffc89 authored over 2 years ago by joreg <[email protected]>
Fix typo in AssignmentExpression.cs (#1447)

assigment -> assignment

github.com/stride3d/stride - 72890fa6b797da93db7a09aa4e5655c39a2200a0 authored over 2 years ago by Ikko Ashimine <[email protected]>
C# intermediate tutorial fixes: remade audio startscene. remove specular from wood (#1446)

github.com/stride3d/stride - 50630082cf88977db64a8f280cc7e4789acdcbca authored over 2 years ago by Jorn Theunissen <[email protected]>
Merge pull request #1444 from Aggror/C#IntermediateTutorial

C#intermediate tutorial

github.com/stride3d/stride - f5234774acf963568f9b9379ef6737a2aee596ee authored over 2 years ago by Jorn Theunissen <[email protected]>
feedback async await

github.com/stride3d/stride - cf5adae5b3712a9a0bed918abaa517342e559eb9 authored over 2 years ago by Aggror <[email protected]>
removed line by mistake

github.com/stride3d/stride - 1b26de9c46ca48f3895e8cbf7b98c3b097bc99cd authored over 2 years ago by Aggror <[email protected]>
cleanup tpc

github.com/stride3d/stride - de05ca6a615faa267b409282aa2e8474d408c7a6 authored over 2 years ago by Aggror <[email protected]>
small fps improvement

github.com/stride3d/stride - c7efdaef8809c8385e203d58712dfbde5e2900b3 authored over 2 years ago by Aggror <[email protected]>
Merge pull request #1434 from stride3d/dev/azeno/assembly-name-comparison

Fixes assembly load exceptions in asset compiler

github.com/stride3d/stride - 3455692181ffec50d4172ced45b57e4b83e50093 authored over 2 years ago by Marian Dziubiak <[email protected]>
Fixes assembly load exceptions in asset compiler

github.com/stride3d/stride - c8358f50b11e28832d2bb6f616069ea6bc1c1ea5 authored over 2 years ago by Elias Holzer <[email protected]>
async tutorial

github.com/stride3d/stride - 6d61a4c87fd81dc673515d75fb8026ebd8f7fb08 authored over 2 years ago by Aggror <[email protected]>
Merge pull request #1426 from Aggror/C#IntermediateTutorial

C#intermediate tutorial - improvements

github.com/stride3d/stride - fef3539eabe5ae0dc32c2e43e01683655fa68bf3 authored over 2 years ago by Jorn Theunissen <[email protected]>
Refactors native lib registration into private helper method

github.com/stride3d/stride - b8102af29b18a7fed854dc1b32ddfca362ccaa42 authored over 2 years ago by Elias Holzer <[email protected]>
Update setup packages to detect and install .NET 6 (#1420)

* Update setup packages to detect and install .NET 6

Also update to latest Advanced Installer...

github.com/stride3d/stride - 5093b7f91c37f3eee48ebdd21d822d96b38a1140 authored over 2 years ago by James Rinker <[email protected]>
Fixes Android build & run (at least in Debug)

- Tested by creating game for Android through game studio. Debug build started up (after a very ...

github.com/stride3d/stride - 3baefd44b8d25f697bce22d1f9d9119d50faf74c authored over 2 years ago by Elias Holzer <[email protected]>
Merge branch 'master' into C#IntermediateTutorial

github.com/stride3d/stride - deb54d2fc733ac715bb96c809269da2078c8169a authored over 2 years ago by Jorn Theunissen <[email protected]>
Undo incorrect readme merge

github.com/stride3d/stride - a5a6568453769c7827a8eeb1140861f696e0c0fc authored over 2 years ago by Aggror <[email protected]>
Tutorial improvements again

github.com/stride3d/stride - 6a936546e475773eb6f20cb612fd21372970b675 authored over 2 years ago by Aggror <[email protected]>
Tackling the mobile targets

Source builds fine, but when testing with Android Simulator I'm getting an early crash inside of...

github.com/stride3d/stride - e443d1e23724988cd673f7f3321c768e591af192 authored over 2 years ago by Elias Holzer <[email protected]>
[Build] Native libraries get copied to runtimes/RID/native folder

- In user project nuget will take care of copying required native libs to final output folder de...

github.com/stride3d/stride - 0b98e051b68f146e05fc18c54c45eecf8f064efb authored over 2 years ago by Elias Holzer <[email protected]>
Merge remote-tracking branch 'origin/master' into C#IntermediateTutorial

# Conflicts:
# README.md

github.com/stride3d/stride - 17b715ee0aaf0a8fdbbf7b39e8327d99a597d991 authored over 2 years ago by Aggror <[email protected]>
tutorial improvements

github.com/stride3d/stride - 2e41b9661db0c3a8768b0fc2ded57862dd66349d authored over 2 years ago by Aggror <[email protected]>
Fixes "key already exists" exception when preloading library containing characters in upper case (#1423)

github.com/stride3d/stride - 4886142c147649d5822968db53e7dc0892079fef authored over 2 years ago by Elias Holzer <[email protected]>
Merge pull request #1415 from jrinker03/WarningsRound2

Removing build-time warnings

github.com/stride3d/stride - 269aefa707ba885f6643f3e8efebd487d7fd95c5 authored over 2 years ago by Marian Dziubiak <[email protected]>
Do not trim on Stride.Launcher publish step (#1418)

github.com/stride3d/stride - 703940b3266202af78d4e3186f22d46f15206191 authored over 2 years ago by James Rinker <[email protected]>
Removing build-time warnings

Continuing to chip away at numerous varieties of build-time warnings and make minor code cleanup...

github.com/stride3d/stride - 99b736c844f12d45a69ebdb557c709bf8cba2f1a authored over 2 years ago by James Rinker <[email protected]>
Merge pull request #1401 from Aggror/C#IntermediateTutorial

Tutorial project added: C#intermediate tutorial

github.com/stride3d/stride - 70d6290a94651cfa44abab028a3833a9a1d49b4e authored over 2 years ago by Jorn Theunissen <[email protected]>
Character orientation usage instead of transform

github.com/stride3d/stride - ed4a871a9e5e9dd4b634e5171c6d9d307be49e57 authored over 2 years ago by Aggror <[email protected]>
replaced tutorial icons with eiderens version

github.com/stride3d/stride - e0cd878bf705e600a4bec2c80aa1659814dad2aa authored over 2 years ago by Aggror <[email protected]>
copyright added to files

github.com/stride3d/stride - f52f7205c0ac408fa3ee0d9fe8b342b9cecb53e9 authored over 2 years ago by Aggror <[email protected]>
[VSPlugin] Support VS 2022 + 2019 Extensions in the launcher (#1411)

github.com/stride3d/stride - f04d96315065b49df47c2c7a172c5863296e3991 authored over 2 years ago by James Rinker <[email protected]>
[Editor] Fix missing editor keyboard input (#1274)

github.com/stride3d/stride - 7015814d32f595f47b96b179444b0f400967d3da authored over 2 years ago by Eideren <[email protected]>
[Build] Add .vsconfig to check missing requirements in VS (#1314)

github.com/stride3d/stride - 36085d573156771f248a91987db2d23a5d1374df authored over 2 years ago by Eideren <[email protected]>
Shortened the teleporter code

github.com/stride3d/stride - d47c0926b384f85c17cc4b2db7917f29fe89ea5b authored over 2 years ago by Aggror <[email protected]>
Remove unused fonts

github.com/stride3d/stride - 9aa76b7afb324a61222315ca90d9c4228a4143ba authored over 2 years ago by Aggror <[email protected]>
Removed old unused scripts, small tweaks to scenes

github.com/stride3d/stride - fca4f79fde7a8b4573be53ecc4db8dc6f09ee8fc authored over 2 years ago by Aggror <[email protected]>
Some more typo fixes

github.com/stride3d/stride - 8e3881439fd837a391aeb025c87ece66c10ba50b authored over 2 years ago by Aggror <[email protected]>
Applied PR feedback thanks Eideren and Manio143

github.com/stride3d/stride - c2338c2de827cf92484c7a028a4dc978c42ef987 authored over 2 years ago by Aggror <[email protected]>
remove rider settings

github.com/stride3d/stride - 146c87645f95d156d12fbecb3c63b1910db0de07 authored over 2 years ago by Aggror <[email protected]>
Final testing of scenes

github.com/stride3d/stride - 59c62f452133daca56185ccfc7ca121c395d047b authored over 2 years ago by Aggror <[email protected]>
Added abstractions IIntersectableWithRay (implemented by BoundingBox, BoundingSphere and Plane) and IIntersectableWithPlane (implemented by BoundingBox and BoundingSphere) (#1395)

github.com/stride3d/stride - 1d94ac09e3905f5e42225de7f5f8fdee93f750f4 authored almost 3 years ago by Sebastian Gregor <[email protected]>
clceanup scenes

github.com/stride3d/stride - f15ed3b8c38c1c468f19160dc1c20d8a64168ea1 authored almost 3 years ago by Aggror <[email protected]>
Tiny improvements

github.com/stride3d/stride - 533e7342035b45818b1615ef2ddc417c47ecc82b authored almost 3 years ago by Aggror <[email protected]>
Removed dot in code files , double code folder

github.com/stride3d/stride - ab4280aaabe21aadfe080d97c09ae2806b0dbe6c authored almost 3 years ago by Aggror <[email protected]>
Removing spaces and dots to support templates

github.com/stride3d/stride - aab8ab8f09e8151bdbded8336083b0b06f77289a authored almost 3 years ago by Aggror <[email protected]>
rootasset

github.com/stride3d/stride - d1d901ce392f2a386a9846a04c402d298306e19f authored almost 3 years ago by Aggror <[email protected]>
raycast compl

github.com/stride3d/stride - df1eea550b9251282d48509452315f0d73bf2b21 authored almost 3 years ago by Aggror <[email protected]>
Merge pull request #1384 from jrinker03/CppCastFixes

Address CPP compiler warnings by explicitly casting values after examining safety or by changing...

github.com/stride3d/stride - 7b56649de21f32e736eb0dd22c8f2834ff5b8d37 authored almost 3 years ago by Marian Dziubiak <[email protected]>
Merge pull request #1385 from jrinker03/CsWarnings1

Warning fixes for C# code, part 1

github.com/stride3d/stride - 4ecf930e54f90d1f75761cdd36f16bbac9f3fd60 authored almost 3 years ago by Marian Dziubiak <[email protected]>
Merge pull request #1387 from jrinker03/DeprecatedLicenseUrl

Update stride package definitions to use a license expression of 'MIT' rather than the deprecate...

github.com/stride3d/stride - 5ec6336464d0480be620e22957bb1920e8dfcb7c authored almost 3 years ago by Marian Dziubiak <[email protected]>
Added start scenes

github.com/stride3d/stride - 1c62b9193c4571f5e22624e5e991961168969eab authored almost 3 years ago by Aggror <[email protected]>
Added intermediate tutorial project to launcher

github.com/stride3d/stride - 7892f3bcb074dbca674c074fdc0391a6079c02c0 authored almost 3 years ago by Aggror <[email protected]>
From PR: Restore CommandList.scissorsDirty and suppress the warning since it's used conditionally.

github.com/stride3d/stride - 933d47f4a527ce5d7c88e26d47d1c7716cda8d8e authored almost 3 years ago by James Rinker <[email protected]>
Update nuspecs to have correct license information

github.com/stride3d/stride - 928591d9c3fdae02430fd3c3ebe4633c1b4ecd8e authored almost 3 years ago by James Rinker <[email protected]>
Update stride package definitions to use a license expression of 'MIT' rather than the deprecated licenseUrl.

github.com/stride3d/stride - c051c8eefa151d4497af068d5981efbfb1655344 authored almost 3 years ago by James Rinker <[email protected]>
Warning fixes for C# code, part 1

Fixes the following warnings:
- CS0108 'OldCollectionDescriptor.IsCollection(Type)' hides inherit...

github.com/stride3d/stride - 7d2d7b51d3dd376f0fc416aed17f5d9415134c98 authored almost 3 years ago by James Rinker <[email protected]>
Some folder numbering and code comments

github.com/stride3d/stride - 26581a2e87cb3adf5165a10936be8f9a2b858d1f authored almost 3 years ago by Aggror <[email protected]>
Address compiler warnings by explicitly casting values after examining safety or by changing the type used. Also removed some commented out debugging code.

github.com/stride3d/stride - 5aaf79077e894a7239f4ef563c50e319d0a08450 authored almost 3 years ago by James Rinker <[email protected]>
Fix for #1363 - remove explicit reference to assemblies in .NET SDK to eliminate compiler warning. (#1364)

github.com/stride3d/stride - c26d44a1bc61d762a2b9ed72c05f33cddec74d65 authored almost 3 years ago by James Rinker <[email protected]>
Merge pull request #1380 from stride3d/all-contributors/add-tristanmcpherson

docs: add tristanmcpherson as a contributor for code

github.com/stride3d/stride - fa07887d84e966ca7be922e3f4efd89cec36f2a1 authored almost 3 years ago by Tebjan Halm <[email protected]>
docs: update .all-contributorsrc [skip ci]

github.com/stride3d/stride - 05f71f9e99b5a24baa29ae5ea66c281e0e814621 authored almost 3 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update README.md [skip ci]

github.com/stride3d/stride - 67501b904b49610764e09a7e6e30866ee3022f9f authored almost 3 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Merge pull request #1379 from stride3d/all-contributors/add-jrinker03

docs: add jrinker03 as a contributor for code

github.com/stride3d/stride - 4b82cff19c9c167d688b5db662a329911f198b81 authored almost 3 years ago by Tebjan Halm <[email protected]>
docs: update .all-contributorsrc [skip ci]

github.com/stride3d/stride - 8dfe859608f35efce1777366e11abb49019fa47f authored almost 3 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update README.md [skip ci]

github.com/stride3d/stride - 9e74488d38c5445a9e3116b527b8a5ebb705bff7 authored almost 3 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>