Meulengracht/MollenOS

[userspace] port of SDL and libraries

Meulengracht opened this issue · 0 comments

We'd like a native port of SDL supporting most of the subsystems (not including audio / controller support atm).

  • Initial port of SDL including all subsystems except for controller/audio
  • SetWindowTitle
  • SetWindowIcon
  • SetWindowPosition
  • SetWindowSize
  • GetWindowBordersSize
  • ShowWindow
  • HideWindow
  • RaiseWindow
  • MaximizeWindow
  • MinimizeWindow (Implemented as HideWindow)
  • RestoreWindow
  • SetWindowBordered
  • SetWindowResizable
  • SetWindowFullscreen
  • SetWindowMouseGrab
  • OnWindowEnter
  • Port of SDL_image
  • Port of SDL_ttf
  • Port of SDL_mixer