Skip to content

feat: .NET Core and .NET Standard Support#177

Merged
dwmkerr merged 1 commit intomasterfrom
feat/dot-net-standard
Jul 9, 2020
Merged

feat: .NET Core and .NET Standard Support#177
dwmkerr merged 1 commit intomasterfrom
feat/dot-net-standard

Conversation

@dwmkerr
Copy link
Owner

@dwmkerr dwmkerr commented Jul 3, 2020

This PR migrates the core SharpGL libraries to target multiple platforms - the .NET Framework 4 and upwards, .NET Core and .NET Standard.

Just for fun, here's some SharpGL code running on MacOS:

image

Note that MacOS and Linux are not supported for anything graphical - yet - but this will come at a later stage hopefully. For now, the goal of this PR is to simply migrate to Visual Studio 2019, the latest project file format and to maximise compatibility going forwards (for example, allowing for .NET Core WinForms and WPF applications to be able to use SharpGL).

Closes #166.

@dwmkerr dwmkerr force-pushed the feat/dot-net-standard branch 16 times, most recently from 527ecb7 to 787eb57 Compare July 8, 2020 08:32
@dwmkerr dwmkerr force-pushed the feat/dot-net-standard branch from 787eb57 to b9be758 Compare July 9, 2020 05:14
@dwmkerr dwmkerr changed the title wip: .NET Core and .NET Standard Support feat: .NET Core and .NET Standard Support Jul 9, 2020
@dwmkerr dwmkerr merged commit 96b852b into master Jul 9, 2020
@dwmkerr dwmkerr deleted the feat/dot-net-standard branch July 9, 2020 15:24
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.

.NET Core 3.0/3.1 support

1 participant