sfml-compiler
v1.5.5
Published
Atom SFML compiler
Downloads
2
Readme
sfml-compiler
This package can be used to compile SFML code on Windows, inside your favorite text editor: Atom
Any questions? Read our wiki.
Installation
Prerequisites :link: Installation guide :link:
Packages can be installed through Atom. Alternatively, you can use apm
or npm
:
apm install sfml-compiler
npm install sfml-compiler
Features
- Customizable build options.
- Customizable DLLs path.
- Customizable resources path.
- Customizable SFML path.
- Customizable keybinding used to build.
- sfml-compiler can create a text file with build errors (if any).
- sfml-compiler copy resources into the output folder.
- sfml-compiler can run the compilation result.
- Choose between remove or keep
.bat
file used for compiling.
Contributing
Like what you see? Please, feel free to fork this repository, and make any change you like. If you want to propose a nice feature, please create a separate branch on your fork, named after the feature you want to implement, then make a pull request from that branch. Also, before actually getting to work, just consider I'm trying to keep this package as simple and minimal as possible!