summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-2.30.2/docs/README-ngage.md
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2024-05-04 16:51:29 -0700
committer3gg <3gg@shellblade.net>2024-05-04 16:51:29 -0700
commit8222bfe56d4dabe8d92fc4b25ea1b0163b16f3e1 (patch)
tree763389e42276035ac134d94eb1dc32293b88d807 /src/contrib/SDL-2.30.2/docs/README-ngage.md
Initial commit.
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.md44
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 @@
1Nokia N-Gage
2============
3
4SDL2 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
7Compiling
8---------
9
10SDL is part of the [N-Gage SDK.](https://github.com/ngagesdk) project.
11The library is included in the
12[toolchain](https://github.com/ngagesdk/ngage-toolchain) as a
13sub-module.
14
15A complete example project based on SDL2 can be found in the GitHub
16account of the SDK: [Wordle](https://github.com/ngagesdk/wordle).
17
18Current level of implementation
19-------------------------------
20
21The video driver currently provides full screen video support with
22keyboard input.
23
24At the moment only the software renderer works.
25
26Audio is not yet implemented.
27
28Acknowledgements
29----------------
30
31Thanks to Hannu Viitala, Kimmo Kinnunen and Markus Mertama for the
32valuable insight into Symbian programming. Without the SDL 1.2 port
33which was specially developed for CDoom (Doom for the Nokia 9210), this
34adaptation would not have been possible.
35
36I would like to thank my friends
37[Razvan](https://twitter.com/bewarerazvan) and [Dan
38Whelan](https://danwhelan.ie/), for their continuous support. Without
39you and the [N-Gage community](https://discord.gg/dbUzqJ26vs), I would
40have lost my patience long ago.
41
42Last but not least, I would like to thank the development team of
43[EKA2L1](https://12z1.com/) (an experimental Symbian OS emulator). Your
44patience and support in troubleshooting helped me a lot.