Thinking of porting my current project from Unity to Monogame. Would it be a good fit?

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

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

  • If you're drawing lines a lot and it's 100% performance critical (and it's lagging with the previous method) you'll probably need to write a shader to handle it. I haven't personally done this, but I'd assume you'd have a large texture and within the pixel shader you'd check the pixel's position against the line, and if the position is close enough then set the colour. Closest point to line, I know this looks scary, but it's quite simple actually, I have a raycaster in C++ which finds the closest point but in 3D here, for reference.

  • Apos.Shapes

    Shape rendering library for MonoGame.

  • You can do all of that in MonoGame. For line drawing, might I interest you in my shape drawing library? https://github.com/Apostolique/Apos.Shapes.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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