bijington / orbit

The Orbit engine is a game engine built on top of .NET MAUI Graphics. The objective is to firstly enjoy the journey of building a game engine and secondly providing a framework that allows us to utilise the best parts of a cross-platform framework while building a 'typical' game.
289 stars 36 forks source link

Find the best way to load images #10

Open bijington opened 2 years ago

bijington commented 2 years ago

Currently LoadImage is hard coded to load from a specific namespace, I would like to find a way to make this as easy to use but also consider avoiding things like Reflection to get there.

This should also result in adding docs to explain how it could be used.