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

Fix/improved integrations and context warnings #111

Merged
merged 5 commits into from Apr 15, 2019

Conversation

swistakm
Copy link
Member

  • added some ifs for context functions handling to avoid segmentations faults
  • added eq handler to context pointer wrapper class to allow comparing context objects
  • added tests for contexts
  • now user needs to create his own context when working with integrations
  • removed warning for experimental integrations, closes Remove FutureWarning from integrations subpackage #109
  • fixed integration examples, closes Problem with running specific demos (cocos2d and pygame) #104
  • fixed framebuffer scaling issue on high-density screens (macOS)
  • added warning to integrations that context needs to be created

Notes: cocos2d and pyglet examples crashes on window resize, this is wontfix as there is an error directly in pyglet.

@swistakm swistakm merged commit ec22481 into master Apr 15, 2019
@swistakm swistakm added the release pending Merged but still needs official release label Apr 15, 2019
@swistakm swistakm removed the release pending Merged but still needs official release label May 19, 2019
@swistakm
Copy link
Member Author

Released as 1.0.0

@swistakm swistakm deleted the fix/improved-integrations-and-context-warnings branch May 19, 2019 20:30
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

Successfully merging this pull request may close these issues.

Remove FutureWarning from integrations subpackage Problem with running specific demos (cocos2d and pygame)
1 participant