-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Plan9
40 lines (30 loc) · 964 Bytes
/
README.Plan9
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
Experimental Port of SDL 1.2.x to Plan 9 from Bell Labs
Builds and most simple apps run without too many problems.
For comments and fixes, email [email protected]
BUGS
- Should handle arbitrary color depths
- Should set fixed window size on startup.
- Some file tests fail (why?)
IN PROGRESS
- Timer
- Audio
TODO
- Overlays
- Cursors
FUTURE
- A way to detect key-down key-up, requires new kernel interface(?!)
- OpenGL (using f2f's mesa port?)
- Cdrom
- Some kind of thread support(would need to add libthread to APE...)
CREDITS
- fgb: created the original mkfiles and config.h
- 20h: started to write the video driver, audio driver and threads
- uriel: all the bugs
CHANGELOG
0.2 - 2006/07/28
* Implement native cursor, this fixes various bugs, including garbage
around the cursor and slow performance when moving cursor.
* Add native audio and timer to build process by default.
* Small improvements to event and video.
0.1 - 2006/07/24
* First release.