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

Move stuff over to SFML? #5

Open
thyrgle opened this issue Aug 5, 2016 · 1 comment
Open

Move stuff over to SFML? #5

thyrgle opened this issue Aug 5, 2016 · 1 comment

Comments

@thyrgle
Copy link
Contributor

thyrgle commented Aug 5, 2016

The project both uses GLUT, POCO for networking, and SFML for audio. SFML is cross-platform and capable of audio, windows (+ OpenGL backend), and networking. Plus, it would mean a newcomer just has to learn SFML instead of the three libraries. Maybe move stuff over to just SFML?

@gavanw
Copy link
Owner

gavanw commented Aug 5, 2016

Yep this was my intention down the road. Note that you might hit a few complications with the use of native GL functions (which require an openGL lib) and SFML wrappers (which require (static IIRC) linkage to an OpenGL lib, but does not provide native OpenGL access!).

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

No branches or pull requests

2 participants