forked from mauvecow/DxPortLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
40 lines (27 loc) · 1.21 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
DxPortLib is an SDL2 based portability library that is intended to be as
interface compatible as possible with some freely available Japanese game
development libraries.
Originally developed for compatibility with the DxLib game development
library, but now also has partial support for Luna.
DxLib's home page: http://homepage2.nifty.com/natupaji/DxLib/
DxPortLib is designed to work with SDL2/OpenGL and does not use any
system specific functions where possible. Currently actively supported
on Windows and Linux.
As of this writing, SDL2 supports Windows, Linux, OS X, Android, and iOS.
Maintainers for all platforms don't exist, if you would like to help
please contact!
Libraries required:
SDL2 - http://www.libsdl.org/
SDL2_image - http://www.libsdl.org/projects/SDL_image/
SDL2_ttf - http://www.libsdl.org/projects/SDL_ttf/
Vorbisfile - http://xiph.org/downloads/
---
Please read PORTING.EXAMPLE.DxLib.txt for an example of how this library
is to be used on a DxLib application.
---
This library is not yet feature complete. If you have need of a DxLib or
Luna feature, please submit an issue.
---
If there are any comments, you may contact the maintainer:
Patrick McCarthy <mauve@sandwich.net>
Twitter: @mauvecow