Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation: step by step tutorial #25

Open
galaxyjim opened this issue Mar 14, 2015 · 0 comments
Open

documentation: step by step tutorial #25

galaxyjim opened this issue Mar 14, 2015 · 0 comments
Milestone

Comments

@galaxyjim
Copy link
Owner

install python 3.4
install pyglet
install PyWidget3

import pyglet
create pyglet window
create widgets
create a main widget (... could be a hbox or vbox or dialog....)
add main widget to pyglet draw code
add main widget to pylet event handlers

only one event handler per opengl/os window )
otherwise overlapping windows will not work correctly.

@galaxyjim galaxyjim added this to the release-2.0.0 milestone Mar 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant