change Gosu::Bitmap API; Tileset::source a pointer
[Tsunagari.git] / README.txt
blob8ea1a9de9629fc4aae8f5bc4e90b461fde3b301f
1 ________                                _________________    ________ 
2 \_____  \   _____   ____   _________   /   _____/\______ \  /  _____/ 
3  /   |   \ /     \_/ __ \ / ___\__  \  \_____  \  |    |  \/   \  ___ 
4 /    |    \  Y Y  \  ___// /_/  > __ \_/        \ |    `   \    \_\  \
5 \_______  /__|_|  /\___  >___  (____  /_______  //_______  /\______  /
6         \/      \/     \/_____/     \/        \/         \/        \/ 
7 <http://omegasdg.com/>
9 -----
11 Tsunagari Tile Engine
13 Tsunagari is a tile engine inspired by the cult classic game Yume Nikki. It is intended as an open source replacement for the popular proprietary RPGMaker game development suite that the original and most fangames were/are written on. The main focus is compatibility with all features of the original game, and beyond that it strives to add networking and additional features. Tsunagari is written in C++, using the Gosu framework.
15 Features:
16 Tsunagari will be a comprehensive game design suite for singleplayer 2D games. The engine will support several styles, such as roguelikes, RPGs, and RTS games. Multiplayer support is more difficult, and is not expected to be present in the first release. Tsunagari is intended as an open source replacement for game design suites such as RPGMaker, and will allow Lua scripting for the event system, and for additional custom functionality. As a suite, Tsunagari aims to allow as much game variation as possible without direct modifications to the engine source code. Game design will require manual file editing during the Alpha and Beta phases, but a game editor suite will be shipped with the first major release.
18 Requirements:
19 NAME            LICENSE   LINK
20 freeimage       (FIPL)  - http://freeimage.sourceforge.net/
21 freetype        (FTPL)  - http://www.freetype.org/
22 libboost        (BOOST) - http://www.boost.org/
23 libgosu         (MIT)   - http://www.libgosu.org/
24 libiconv        (LGPL)  - http://www.gnu.org/software/libiconv/
25 libogg          (BSD)   - http://www.xiph.org/
26 libpango        (LGPL)  - http://www.pango.org/
27 libpopt         (MIT)   - http://rpm5.org/files/popt/
28 libvorbis       (BSD)   - http://www.xiph.org/
29 libxml2         (MIT)   - http://xmlsoft.org/
30 libzip          (BSD)   - http://www.nih.at/libzip/
31 sdl             (LGPL)  - http://www.libsdl.org/
32 sdl_mixer       (LGPL)  - http://www.libsdl.org/projects/SDL_mixer/
33 sdl_ttf         (LGPL)  - http://www.libsdl.org/projects/SDL_ttf/
34 zlib            (ZLIB)  - http://zlib.net/