chrisdill / raylib-cs

C# bindings for raylib, a simple and easy-to-use library to learn videogames programming

Home Page:http://www.raylib.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vector class with overloaded operations

JasimAlrawie opened this issue · comments

plz add Vector3 and Vector2 :D

Hi, thanks for opening an issue.

To which methods would you like to add Vector2 & Vector3 support?

Can you post an example of what you are having trouble with and/or how you would like it to ideally work?

@JasimAlrawie Raylib-cs uses System.Numerics for Vector2 and Vector3 types. It used to use custom types but was changed to make it easier to use with other libraries.

@chrisdill yep i discovered this lately 😅