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

Added support for FNA.Core #805

Merged
merged 1 commit into from
May 28, 2024
Merged

Conversation

VictorKoenders
Copy link
Contributor

FNA has a set of .Core.csproj projects that allow it to run with dotnet core 7 (and in my case 8). This doesn't work with Nez because Nez depends on either net471 or netstandard2.0. Both of which I could not get to work with dotnet core 8 (please tell me if there is a way to make this work).

This PR adds a .FNA.Core version of:

  • Nez.FarseerPhysics
  • Nez.ImGui
  • Nez.Persistence
  • Nez.Portable

Additionally I have added a define FNA_GCHANDLE to nez portable as a workaround for #804. This made Nez work with an FNA version younger than 6 months old, which is what I imagine most dotnet core people would use.

@prime31 prime31 merged commit 1a9b0e6 into prime31:master May 28, 2024
@VictorKoenders VictorKoenders deleted the nez-core branch May 29, 2024 05:53
jaschez pushed a commit to jaschez/Nez that referenced this pull request May 30, 2024
Co-authored-by: Victor Koenders <victor.koenders@qrtech.se>
NowSayPillow pushed a commit to NowSayPillow/Nez that referenced this pull request Aug 2, 2024
Co-authored-by: Victor Koenders <victor.koenders@qrtech.se>
NowSayPillow pushed a commit to NowSayPillow/Nez that referenced this pull request Aug 2, 2024
Co-authored-by: Victor Koenders <victor.koenders@qrtech.se>
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.

2 participants