Temple of The Roguelike Forums
Development => Programming => Topic started by: PlunderBunny on April 22, 2024, 09:03:59 PM
-
I've written a console based roguelike in C# (https://80.style/#/plunderbunny/boss/introduction (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.
-
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.