What is the best way to share code?

This page summarizes the projects mentioned and recommended in the original post on /r/monogame

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Apos.Framework

    Game architecture for MonoGame.

  • The code gets pulled in by the csproj: https://github.com/Apostolique/Apos.Framework/blob/master/Source/Simple/Platforms/DesktopGL/DesktopGL.csproj#L21.

  • Apos.Input

    Polling input library for MonoGame.

  • For code that is more reusable between many projects, I create a MonoGame library. For example my input library: https://github.com/Apostolique/Apos.Input. To use it, I just need to add this to a csproj:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts