https://github.com/martinhowarth/shimmer
Create games in python, without hassle - batteries included!
https://github.com/martinhowarth/shimmer
cocos2d game game-dev game-development game-engine gui pyglet python python3 shimmer widgets
Last synced: 6 months ago
JSON representation
Create games in python, without hassle - batteries included!
- Host: GitHub
- URL: https://github.com/martinhowarth/shimmer
- Owner: MartinHowarth
- License: mit
- Created: 2019-12-12T21:28:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T18:18:24.000Z (over 1 year ago)
- Last Synced: 2024-08-11T00:46:39.298Z (about 1 year ago)
- Topics: cocos2d, game, game-dev, game-development, game-engine, gui, pyglet, python, python3, shimmer, widgets
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Shimmer
-------Hello!
Testing
-------
The following command should be used to run the tests:poetry run pytest tests
For tests where a window is displayed, read the test description and
press `Y` or `N` to pass or fail the test. This is intended to allow humans
to validate that components look and behave as expected.Most components have non-graphical testing as well that covers the event handling,
but that is no replacement for a real human deciding whether it looks and feels good!## Running all non-graphical tests.
Set `SKIP_GUI_TESTS=1` in your environment to skip graphical tests.This skips all tests that require a GUI and user interaction.