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

Game/GameSystem #5

Open
1 of 4 tasks
amerkoleci opened this issue Nov 2, 2021 · 3 comments
Open
1 of 4 tasks

Game/GameSystem #5

amerkoleci opened this issue Nov 2, 2021 · 3 comments

Comments

@amerkoleci
Copy link
Owner

amerkoleci commented Nov 2, 2021

  • Create a new project
  • SDL support
  • WPF support
  • WinUI support
@roy-t
Copy link

roy-t commented Nov 2, 2021

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!

@amerkoleci amerkoleci changed the title Application/Game support Game/GameSystem Nov 2, 2021
@amerkoleci
Copy link
Owner Author

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
Copy link
Owner Author

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.

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

No branches or pull requests

2 participants