5
athlon
6y

I'm trying to make a simple platformer in pure C#... Because reasons

Comments
  • 1
    Are you using the canvas for Windows forms? It's actually not the worst drawing framework I've ever used. If you spent a few days abstracting, it could work well. Still though, give me monogame over this any day!
  • 0
    @Nanos it's hard to say, both are completely different, one is a framework and the other is an engine. I prefer mg because I can build all the tools myself and add everything by code. I don't like game engine guis particularly unity. But because of its higher level, unity can be much quicker to develop with. I'm not too sure about cross platform as I've never tested monogame in anything but Windows, but it should be compatible with most with a little effort, unity is probably a little better at this too though.
  • 3
    Wow 😂😂 all the debug output but the window title still it "Form1"😘
  • 3
    @b3b3 Life is too short to change forms title
  • 1
    @Wozza365 I’m actually doing it just for pure fun, no real reason
Add Comment