Skip to content

sysint64/e2dit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E2DIT

Now e2dit is under development, and under rewriting code!

old repository is here

Description

E2DIT - is a 2D map editor for yours games

It uses the OpenGL

Screenshots

Image

Image

Image

Image

Image

Get E2DIT

You can either build E2DIT yourself (see below)

Build instructions (Linux)

Dependencies

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

  1. soil;
  2. glew32;
  3. sfwml-2.1+;
  4. ftgl;
  5. freetype2;
  6. glm;
  7. tinyxml;
  8. boost::filesystem;
  9. boost::assign;
  10. jpeg.

Build


mkdir build && cd build

cmake ..

make -j4