Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 883 Bytes

README.md

File metadata and controls

42 lines (34 loc) · 883 Bytes

Notice: this repo is forked from riteme/ne2d.
It would update randomly.

ne2d

A 2D render engine.

Status

Linux Windows OSX
PASS Unknown Unknown

Version: 0.2.2 beta (unstable)

Build (beta/linux)

You should have g++(>= 4.8, support for C++11) and SDL2.
On Ubuntu(14.04 or above), just use apt-get to get them.

# May require root
apt-get install build-essential libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev

Clone this repo.

git clone https://github.com/riteme/ne2d.git
cd [PATH TO REPO]

Then, run build.py at the root folder of ne2d.

./build.py

Finally, install it.

# May require root
mkdir /usr/include/ne2d/
./install.sh

TODO-list

  1. Prepare to write raw interfaces.
  2. Complete docs.