Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse GLUT menus for simple navigation events #143
Closed
Labels
Comments
|
I wish to try. |
|
To clarify, we don't use GLUT any longer, so this doesn't apply. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We could use GLUT menus to provide back/forward/stop/reload/open URL functionality in the compositor. This would help us dogfood Servo.
GLUT has no mechanism for popping up an input box, but we could call
zenityorCocoaDialogor whatever.I don't want this to be any more than 100 or 200 lines of code at most. The real UI should be out-of-process and native for each platform we want to run Servo on.