Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing unneeded dependencies like GLM and FMT #2689

Open
MatusGuy opened this issue Dec 1, 2023 · 5 comments
Open

Removing unneeded dependencies like GLM and FMT #2689

MatusGuy opened this issue Dec 1, 2023 · 5 comments

Comments

@MatusGuy
Copy link
Member

MatusGuy commented Dec 1, 2023

GLM is just a struct with an x and y value and operator overloads. FMT is just snprintf.

More dependencies = harder to port. It's very disappointing having to deal with these libraries when they could've just been replaced anyway

@mrkubax10
Copy link
Member

GLM is just a struct with an x and y value and operator overloads.

Rather you mean glm::vec2 from GLM?

@MatusGuy
Copy link
Member Author

MatusGuy commented Dec 2, 2023

Yes and that's the only thing we need from it

@tobbi
Copy link
Member

tobbi commented Dec 2, 2023

#1735 (comment)

@tobbi
Copy link
Member

tobbi commented Dec 2, 2023

#2004 (comment)

@MatusGuy
Copy link
Member Author

MatusGuy commented Dec 2, 2023

Thanks tobbi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants