diff options
Diffstat (limited to 'src/contrib/SDL-2.30.2/docs/README-ngage.md')
-rw-r--r-- | src/contrib/SDL-2.30.2/docs/README-ngage.md | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/contrib/SDL-2.30.2/docs/README-ngage.md b/src/contrib/SDL-2.30.2/docs/README-ngage.md new file mode 100644 index 0000000..e480965 --- /dev/null +++ b/src/contrib/SDL-2.30.2/docs/README-ngage.md | |||
@@ -0,0 +1,44 @@ | |||
1 | Nokia N-Gage | ||
2 | ============ | ||
3 | |||
4 | SDL2 port for Symbian S60v1 and v2 with a main focus on the Nokia N-Gage | ||
5 | (Classic and QD) by [Michael Fitzmayer](https://github.com/mupfdev). | ||
6 | |||
7 | Compiling | ||
8 | --------- | ||
9 | |||
10 | SDL is part of the [N-Gage SDK.](https://github.com/ngagesdk) project. | ||
11 | The library is included in the | ||
12 | [toolchain](https://github.com/ngagesdk/ngage-toolchain) as a | ||
13 | sub-module. | ||
14 | |||
15 | A complete example project based on SDL2 can be found in the GitHub | ||
16 | account of the SDK: [Wordle](https://github.com/ngagesdk/wordle). | ||
17 | |||
18 | Current level of implementation | ||
19 | ------------------------------- | ||
20 | |||
21 | The video driver currently provides full screen video support with | ||
22 | keyboard input. | ||
23 | |||
24 | At the moment only the software renderer works. | ||
25 | |||
26 | Audio is not yet implemented. | ||
27 | |||
28 | Acknowledgements | ||
29 | ---------------- | ||
30 | |||
31 | Thanks to Hannu Viitala, Kimmo Kinnunen and Markus Mertama for the | ||
32 | valuable insight into Symbian programming. Without the SDL 1.2 port | ||
33 | which was specially developed for CDoom (Doom for the Nokia 9210), this | ||
34 | adaptation would not have been possible. | ||
35 | |||
36 | I would like to thank my friends | ||
37 | [Razvan](https://twitter.com/bewarerazvan) and [Dan | ||
38 | Whelan](https://danwhelan.ie/), for their continuous support. Without | ||
39 | you and the [N-Gage community](https://discord.gg/dbUzqJ26vs), I would | ||
40 | have lost my patience long ago. | ||
41 | |||
42 | Last but not least, I would like to thank the development team of | ||
43 | [EKA2L1](https://12z1.com/) (an experimental Symbian OS emulator). Your | ||
44 | patience and support in troubleshooting helped me a lot. | ||