yellowstonegames / SquidLibSharp

A C# .NET port of some of SquidLib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SquidLibSharp

A C# .NET port of some of SquidLib
Apache 2.0

This library targets .NET Standard 2.0. This ensures compatability with Unity projects, as well as any other modern .NET targets.

Caution!

Extremely early state, expect there to be lots of sweeping changes as things are added and assessed.

Prject Structure

This repository has multiple solutions, representing bundles of functional differences.

  • Squidlib.sln: The library itself, by itself
  • Squidlib Testing.sln: The library bundled with the unit tests
  • Squidlib Framework Demos.sln: The library bundled with demos that use .NET Framework 4.7.2
  • Squidlib Core Demos.sln: The library bundled with demos that use .NET Core 3.1

For information on what the different .NET things mean, check out https://docs.microsoft.com/en-us/dotnet/standard/components

How to get as SDK

Available from nuget as "SquidLib" or directly from https://www.nuget.org/packages/SquidLib/

Community

Join the discord at https://discord.gg/aQtmqXt

About

A C# .NET port of some of SquidLib

License:Apache License 2.0


Languages

Language:C# 99.0%Language:HTML 0.6%Language:CSS 0.4%