SFML community forums

Bindings - other languages => General => Topic started by: aslo on February 13, 2016, 01:02:15 pm

Title: Bind with Atom
Post by: aslo on February 13, 2016, 01:02:15 pm
Hey guys,
Im using the editor Atom for my c++ projects i wanted to ask you how can I bind SFML with Atom.
Title: Re: Bind with Atom
Post by: Hapax on February 13, 2016, 05:39:38 pm
Atom is (it seems) just an editor. To execute the code that you edit, you need a compiler. It's the compiler that SFML needs to match.
Title: Re: Bind with Atom
Post by: DarkRoku12 on February 14, 2016, 02:03:03 am
I use Atom but only for scripting, along side Sublime Text 3.
You can "hack" Atom (because it's creators stands that is hackable) to execute the command line of a compiler like VS command line or GCC.

But is better to use a IDE for a C++ projects. They provide better support for linking, and debugging, among others.