zyedidia / SFML.jl

A binding of the game and multimedia library SFML for Julia
Other
93 stars 22 forks source link

Add SFML.jl to JuliaGraphics #45

Open pparuzel opened 6 years ago

pparuzel commented 6 years ago

I find SFML super intuitive but I know it from C++.
It would be good to suggest it to other people not familiar with C++ multimedia libraries.
I got to know Plotly, PlotlyJS and GR just because someone had put it into an intuitively named package called Plots Great binding by the way! Include it here: JuliaGraphics

scls19fr commented 6 years ago

Maybe you should ping people from JuliaGraphics

i hope they could help to fix #37

pparuzel commented 6 years ago

I am using 0.6.2 with no issues :) MacOS though. But I had issues installing. If you want to make sure everything is downloaded fine, delete SFML and try with Pkg.clone instead of Pkg.add. That fixed my issues.