GTK3 status

From vice-emu
Revision as of 15:22, 8 August 2017 by Gpz (talk | contribs) (→‎Windows)
Jump to navigation Jump to search

This is a temporary page to collect some notes on the status of the GTK3 port

Status of the GTK3 UI

  • TODO: statusbar (see uistatusbar.c for some comments)
  • TODO: menubar / menus
  • TODO: various dialogs

Status of the arch specific parts

Unix

./configure --enable-native-gtk3ui

  • starts up, video and audio is working
  • keyboard is working
  • TODO: make joystick input work
  • TODO: make mouse input work

Windows

./autogen.sh && ./configure --enable-native-gtk3ui --disable-nls --disable-catweasel --disable-hardsid --disable-parsid --without-resid --disable-ethernet --disable-midi --disable-rs232 --disable-realdevice --disable-ssi2001 && make

  • starts up, video is working
  • keyboard is working
  • TODO: make audio work
  • TODO: make joystick input work
  • TODO: make mouse input work

MacOS

  • untested