You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some remarks after successfully publish app.
Generally works well, with some issuess. But rather MAUI issuess than engine itself.
GC takes some time. Much longer than regular scene update.
Is visible on Android (frame drop), invisible on Windows.
GC take action in random time, between object update.
It creates strange behaviours if you are not aware of that. My app generally picker picking box, so randomly picker drop the box due
point 1 and 2. Easy to fix.
On windows moving window, clicking bar creates point 1 and 2 issue.
Try to scale graphics once before every DrawImage. Have no idea how graphics is scaled on DrawImage method.
Try to find MAUI documentation, but no clear information. But looks like no performance problems (GC????).
Not easy to implement collision system. MAUI is really lack of some useful methods.
Sprites can be animated both directions
But generally great work. Nothing better for simple projects needed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have some remarks after successfully publish app.
Generally works well, with some issuess. But rather MAUI issuess than engine itself.
Is visible on Android (frame drop), invisible on Windows.
It creates strange behaviours if you are not aware of that. My app generally picker picking box, so randomly picker drop the box due
point 1 and 2. Easy to fix.
Try to find MAUI documentation, but no clear information. But looks like no performance problems (GC????).
But generally great work. Nothing better for simple projects needed.
Beta Was this translation helpful? Give feedback.
All reactions