Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade MonoGame (2nd Attempt) #149

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

WilliamQiufeng
Copy link
Member

@WilliamQiufeng WilliamQiufeng commented Jun 10, 2024

  • Use .net8.0
  • Use latest MonoGame
    • Consequently, Newtonsoft.Json is updated
    • Use a compiled MonoGame dll instead of a submodule to save space
    • At the last stage we need to include the dll. Currently I haven't committed the file yet since it's subject to change. It should be placed under solution root.
    • Shaders are recompiled
    • Fix 1px off error (resolved by rounding up floating point widths and height)
    • Fix segafult when resizing window in linux
    • Fix imgui on linux

* Use MonoGame exported DLLs instead
* Upgrade Newtonsoft.Json to 13.0.3
* Use Latest MonoGame.Extended and FontStashSharp
Add WobbleFontStore.FontSize to set size instead
@WilliamQiufeng WilliamQiufeng marked this pull request as ready for review June 12, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant