Skip to content

Adding Stride implementation (code only) to existing Maui project? #2196

Answered by Doprez
jonmdev asked this question in Q&A
Discussion options

You must be logged in to vote

1

Yes! One of the main reasons I love Stride is that its all Nuget packages! even the game studio editor which for some reason surprised me.

2

This is definitely possible, the only caveat being that the current asset importers from Stride are Windows specific so you may have to use a third party library to import them at runtime on another platform if that is an issue. this is an example of loading GLTF files at runtime so you could use most of the same code but instead use an FBX compatible library.

3

Some examples here may help:
WPF - https://gist.github.com/EricEzaM/5797be1f4b28f15e9be53287a02d3d67
Winforms - https://github.com/windperson/-StrideGameNet5WinFormsDemo

You should be able …

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
9 replies
@VaclavElias
Comment options

@VaclavElias
Comment options

@wenleyluk
Comment options

@IXLLEGACYIXL
Comment options

@IXLLEGACYIXL
Comment options

Answer selected by jonmdev
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants