-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
29 lines (20 loc) · 951 Bytes
/
README
File metadata and controls
29 lines (20 loc) · 951 Bytes
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
This is SpriteCore, version 0.75, by Jeffrey T. Read <bitwize@gmail.com>.
It is a 2D game development library written in Objective-C. Features include
an extensible graphical back end architecture (with SDL back end included),
key-color-based sprite blitters, one of which does affine matrix
transformations, and small size.
It is released under the Zlib license.
It is the successor to the Sprite32 library which since its inception until
version 0.6 was written in C++. Remember: C++ is to C as lung cancer is to
lung.
Documentation is in docs/. If you are checking out of the Darcs repository,
then you need to build the docs by doing a "make doc" first (if you want them
locally that is).
Building is as follows:
* edit config.mak
* "make"
* "make install"
Pay special attention to the PLATFORM and RENDERER variables.
"make doc" lets you rebuild the documentation; use it only if you have Apple's
headerdoc toolset installed.
Good luck!