Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Custom Render Context #1315

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

TheKeyblader
Copy link
Contributor

PR Details

Add missing extension point to support custom render context

  • Custom Window
  • Custom Platform

Description

Mostly putting internal things in public

Related Issue

#870

Motivation and Context

These changes allow stride to be hosted in a custom window platform like:

  • Headless
  • Remote
  • GLFW
  • vvvv
  • Avalonia

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • [x ] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My change requires a change to the documentation.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@TheKeyblader
Copy link
Contributor Author

@tebjan you have more points to open ?

@tebjan
Copy link
Member

tebjan commented Feb 3, 2022

Hey, very glad to see this happening. I hope we will have time to discuss these things in our next vvvv meeting and come back to you with ideas and/or other points to consider.

Here are some initial thoughts:

  • We could have a public repo with an example project to see how the code can be used
  • WPF, Avalonia, (WinForms, GLFW, SDL, GTK#)?
  • Seeing how stride can be integrated into existing apps would be great

@Agredo
Copy link

Agredo commented Feb 7, 2022

I think most important would be Xamarin.Forms / .Net MAUI Custom Renderer/Handler I tried to work on it and I would do it but still Months it is not possible to build Android Apps. For UWP/WinUI for example creating a Custom Renderer would be extremly simple (xamarin/XamarinCommunityToolkit#549) but for Android I have to test it. So I could not work fourther on.

@Aggror
Copy link
Member

Aggror commented Mar 18, 2022

Hi, how is it going with this PR? Looking forward to discussing the bounty reward for it if you have the time.

@tebjan tebjan marked this pull request as draft April 6, 2022 09:35
@yoshiask
Copy link

I think most important would be Xamarin.Forms / .Net MAUI Custom Renderer/Handler I tried to work on it and I would do it but still Months it is not possible to build Android Apps. For UWP/WinUI for example creating a Custom Renderer would be extremly simple (xamarin/XamarinCommunityToolkit#549) but for Android I have to test it. So I could not work fourther on.

Is testing on Android the only thing holding up this PR? I have several Android devices that are already set up for development, just let me know what needs to be tested.

@Codentale
Copy link

any update regarding this feature? thanks

@jr-ger
Copy link

jr-ger commented Mar 29, 2024

Any news to this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants