Author Topic: Anyone using .Net MAUI?  (Read 2374 times)

PlunderBunny

  • Newcomer
  • Posts: 12
  • Karma: +1/-0
    • View Profile
    • BOSS Roguelike
    • Email
Anyone using .Net MAUI?
« on: April 22, 2024, 09:03:59 PM »
I've written a console based roguelike in C# (https://80.style/#/plunderbunny/boss/introduction). I'd like to add some graphics, and I'm considering using .Net MAUI. Does anyone have any experience with .Net MAUI, and converting a console C# application to use .Net MAUI? Alternatively, I would like to hear options on a lightweight cross-platform library for .Net that will allow me to simple graphics (painting shapes, displaying a bitmap etc).
Thanks.

ingprimage

  • Newcomer
  • Posts: 1
  • Karma: +1/-0
    • View Profile
    • tunnel rush
Re: Anyone using .Net MAUI?
« Reply #1 on: July 04, 2024, 10:37:25 AM »
Hi PlunderBunny,
You could explore the MonoGame framework, which is a popular choice for building 2D games in C#. It provides a cross-platform development environment and offers a range of features for graphics rendering, input handling, and audio playback.