alimer icon indicating copy to clipboard operation
alimer copied to clipboard

Game/GameSystem

Open amerkoleci opened this issue 3 years ago • 3 comments

  • [x] Create a new project
  • [ ] SDL support
  • [ ] WPF support
  • [ ] WinUI support

amerkoleci avatar Nov 02 '21 08:11 amerkoleci

For inspiration fot the Window back-end: https://github.com/roy-t/MiniEngine3/tree/main/src/Backend/Mini.Engine.Windows. Also good to know about the Microsoft.Windows.CsWin32 source generator, I want to get rid of my own native method imports completely in the end.

I'm curious what you come up with here, as I'm not 100% satisfied with how I did this!

roy-t avatar Nov 02 '21 10:11 roy-t

For inspiration fot the Window back-end: https://github.com/roy-t/MiniEngine3/tree/main/src/Backend/Mini.Engine.Windows. Also good to know about the Microsoft.Windows.CsWin32 source generator, I want to get rid of my own native method imports completely in the end.

I'm curious what you come up with here, as I'm not 100% satisfied with how I did this!

Hi, I follow your engine progress and saw that, I plan to use for net6 SDL and net6-windows the WindowsForms/WPF support and probably plan to add WinUI support as well, the same will apply for Android and iOS when/if I plan to add them.

amerkoleci avatar Nov 02 '21 12:11 amerkoleci

For inspiration fot the Window back-end: https://github.com/roy-t/MiniEngine3/tree/main/src/Backend/Mini.Engine.Windows. Also good to know about the Microsoft.Windows.CsWin32 source generator, I want to get rid of my own native method imports completely in the end.

I'm curious what you come up with here, as I'm not 100% satisfied with how I did this!

Initial https://github.com/amerkoleci/vortice/tree/main/src/Platforms support landed, it supports WIP SDL2, WindowsForms and WinUI as well.

amerkoleci avatar Nov 02 '21 16:11 amerkoleci