Skip to content
meeloo edited this page Mar 18, 2011 · 5 revisions

Status of the android port:

  • decide on a build system. Among possible choices:
    • ndk makefiles
    • qyp
    • cmake
  • create the build for all deps
    • freetype2
    • libpng
    • libjpeg
    • expat
    • glu
    • libcss
    • tidyhtml
    • ucdata
    • tracemonkey (?)
    • ungif
  • create the build for libnui
  • find a good implementation for wsprintf or move nglString to utf-8 (!!!)
  • create an android directory with stubs sources (from the linux port?)
  • port main classes:
    • nglApplication
    • nglContext
    • nuiAudioDevice
    • nglPath / nglFile (easy)
    • nuiHTTP
    • nglStringConv
    • check pthread operation
    • atomic operations
    • nglTime
    • nglVideoMode