Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.