Neovim GUI based on SFML
Inititially developed for Windows. Compiling on Linux and Mac should be possible with some tweaking - code was written with portability in mind.
Project is not actively maintained. And it is experimental, serving as a stepping stone to https://github.com/grigorievich/Viy. Other GUIs can be found at https://github.com/neovim/neovim/wiki/Related-projects.
Install Python 3.3.5.
Install Pip for Python 3.3
Install Python Neovim: python -m pip install neovim
Download and install Neovim for Windows. Make sure it's in your path.
Download neosfml_0_6.zip from https://github.com/meatich/NeoSFML/releases/tag/0.6, extract and run it.
Keep in mind that NeoSFML comes with a utility called pipelist, employed by launcher.py for finding a running instance of Neovim. Especially keep this in mind if you want to build things yourself.