🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.4 KiB

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