Skip to main content

GUI

One possible scenario is that you may need to prototype a user-friendly application for some reason. For similar cases, we provide some very basic functionality to help you easily implement a very basic application with graphical user interface for some existing algorithm. The following tutorial illustrates a normal pipeline.

init a window

add some widgets

bind callback functions

test the app