Now e2dit is under development, and under rewriting code!
old repository is here
E2DIT - is a 2D map editor for yours games
It uses the OpenGL
You can either build E2DIT yourself (see below)
Editor use C++14 standart.
If You use clang, first you need compile SFML 2.+ and boost for C++14 with flags -std=c++14 -stdlib=libc++
Make sure to install these libs first
- soil;
 - glew32;
 - sfwml-2.1+;
 - ftgl;
 - freetype2;
 - glm;
 - tinyxml;
 - boost::filesystem;
 - boost::assign;
 - jpeg.
 
Build
mkdir build && cd build
cmake ..
make -j4




