SFML community forums
Help => General => Topic started by: teachermd on October 02, 2017, 11:24:20 pm
-
Anyone know how to get SFML setup to work in Cloud 9 (c9.io). I am a teacher who is looking to move to using it, but would love to be able to have students work with SFML. Thanks for any help you can provide.
-
If I recall correctly, it's essentially just as web interface to an Ubuntu VM, so installing is going to be pretty much the same as normal Ubuntu.
As for displaying graphical programs, installing and running an X11 server on the VM, and then using VNC software locally is probably the easiest way to do it.