Suggestions for a popular, probably-in-the-future-well-maintained vector (and matrix) library?

What it says in the title. I am trying to make a little game using raylib but I dont wanna use raylibs vectors in my entire code, because I wanna be able to at some point “relatively easily” switch windowing system etc.

Any suggestions for a library providing among other things a vector type I can use anywhere?

Any game engine (ie godot) somewhere has such a library, you just need to see how to add it to your code as a standalone library. There are also quite a few linear algebra libraries (ie eigen, but probably just for this case they are…overwhelming.

I haven’t used them, but I found:

1 Like

Thank you, this message was what I was looking for.

1 Like