Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luca-domenichini/strideembedding
Stride running in WinForms, WPF and AvaloniaUI sample
https://github.com/luca-domenichini/strideembedding
avalonia avaloniaui stride stride3d winforms wpf
Last synced: 9 days ago
JSON representation
Stride running in WinForms, WPF and AvaloniaUI sample
- Host: GitHub
- URL: https://github.com/luca-domenichini/strideembedding
- Owner: luca-domenichini
- License: mit
- Created: 2025-01-24T23:00:41.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-01-28T16:48:39.000Z (9 days ago)
- Last Synced: 2025-01-28T17:36:56.543Z (9 days ago)
- Topics: avalonia, avaloniaui, stride, stride3d, winforms, wpf
- Language: C#
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stride Game Engine embedding in .NET 8 Windows Forms, WPF and AvaloniaUI
This repo is a work in progress about how to embed the Stride Game Engine in a .NET 8 Windows Forms, WPF and AvaloniaUI application.
The goal is to have a single Stride game engine instance running in a .NET 8 Windows Forms, WPF and AvaloniaUI application.Initial WinForms project was copied from [StrideGameNet5WinFormsDemo](https://github.com/windperson/-StrideGameNet5WinFormsDemo), and adapted to .NET 8.
WPF StrideView is based on this [gist](https://gist.github.com/EricEzaM/5797be1f4b28f15e9be53287a02d3d67)
AvaloniaUI is yet to be implemented.