-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
30 lines (25 loc) · 1011 Bytes
/
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
Project Description
Simple windows game framework is an ultra-fast 2D game engine for Windows XP or higher. It uses OPENGL for rendering.
License
Simple windows game framework is distributed under a Zlib license.
Features
Minimum external dependencies: only DirectX, OPENGL and standard Windows API libraries.
You don't need to link a main program with the engine binary file. The engine is just the source code files.
Wide range of supported compilers.
Two render backends: hardware-accelerated OPENGL and software OPENGL.
Easy-to-use object-oriented API.
Animated and static sprites.
Scrollable and static backgrounds.
Sprite-sheets.
Tile-maps.
Image transformation: resizing and mirroring.
Image loader with TGA support.
Text drawing subsystem.
Custom fonts.
Coordinates transformation.
Isometric.
Timers.
Collision detector.
Integrated FPS counter.
Powerful input subsystem: keyboard, mouse, gamepad.
Simple audio subsystem for playing music and sounds.