| Name | PyKrasue JSON |
| Version |
0.1.6
JSON |
| download |
| home_page | None |
| Summary | A GPU accelerated pygame/arcade alternative |
| upload_time | 2024-08-16 05:24:46 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.10 |
| license | None |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
<img src="header.png"></img>
Krasue is a high performance alternative to pygame and arcade. Pygame is a wrapper around SDL, which claims to be hardware accelerated, but either isn't or isn't fast enough. Arcade claims to be faster than pygame due to its OpenGL backend, but takes far too long to load and is measurably slower. A simple OpenGL program should outperform both of them, hence Krasue.
Note: PyKrasue is still in its early days and is not yet fully featured. Examples are a good indicator of what can currently be done.
### Installation
Fresh install:
```
pip install PyKrasue
```
Krasue will be going through frequent updates for the time being, to update an existing installation run:
```
pip install --upgrade --force-reinstall PyKrasue
```
### Documentation
[Programming Model](documentation/crash_course.md)
API Reference:
* [Invocation](documentation/reference/invocation.md)
* [Sprite Group](documentation/reference/sprite_group.md)
Raw data
{
"_id": null,
"home_page": null,
"name": "PyKrasue",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Andrew Mengede <amengede27@outlook.com>",
"download_url": "https://files.pythonhosted.org/packages/c6/ad/6f06e162146c92d360b11f9402360ddc02aa3d0cb0152740cb3681da1f0b/pykrasue-0.1.6.tar.gz",
"platform": null,
"description": "<img src=\"header.png\"></img>\n\nKrasue is a high performance alternative to pygame and arcade. Pygame is a wrapper around SDL, which claims to be hardware accelerated, but either isn't or isn't fast enough. Arcade claims to be faster than pygame due to its OpenGL backend, but takes far too long to load and is measurably slower. A simple OpenGL program should outperform both of them, hence Krasue.\n\nNote: PyKrasue is still in its early days and is not yet fully featured. Examples are a good indicator of what can currently be done.\n### Installation\nFresh install:\n```\npip install PyKrasue\n```\nKrasue will be going through frequent updates for the time being, to update an existing installation run:\n```\npip install --upgrade --force-reinstall PyKrasue\n```\n### Documentation\n[Programming Model](documentation/crash_course.md)\n\nAPI Reference:\n* [Invocation](documentation/reference/invocation.md)\n* [Sprite Group](documentation/reference/sprite_group.md)\n",
"bugtrack_url": null,
"license": null,
"summary": "A GPU accelerated pygame/arcade alternative",
"version": "0.1.6",
"project_urls": {
"Homepage": "https://github.com/amengede/pykrasue",
"Issues": "https://github.com/amengede/pykrasue/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9d929d363623f1597dbe15389c6be23419f61fb0588d3b6cef6d3e73b5c7c87c",
"md5": "e356009957a9a0d3d3a749a484b0d23b",
"sha256": "c12d6a94c97efc9bec9885f00baf92b2f6b203ccc61c71119847749c6b54e659"
},
"downloads": -1,
"filename": "PyKrasue-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e356009957a9a0d3d3a749a484b0d23b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 10126,
"upload_time": "2024-08-16T05:24:43",
"upload_time_iso_8601": "2024-08-16T05:24:43.829166Z",
"url": "https://files.pythonhosted.org/packages/9d/92/9d363623f1597dbe15389c6be23419f61fb0588d3b6cef6d3e73b5c7c87c/PyKrasue-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c6ad6f06e162146c92d360b11f9402360ddc02aa3d0cb0152740cb3681da1f0b",
"md5": "cc2a84b24062feb623dad5d85c4adb76",
"sha256": "627fcc2f725d9faea7a56b05caf9972bd13e08d1b91460d2cade9e9aa42c4d5a"
},
"downloads": -1,
"filename": "pykrasue-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "cc2a84b24062feb623dad5d85c4adb76",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 8341,
"upload_time": "2024-08-16T05:24:46",
"upload_time_iso_8601": "2024-08-16T05:24:46.817823Z",
"url": "https://files.pythonhosted.org/packages/c6/ad/6f06e162146c92d360b11f9402360ddc02aa3d0cb0152740cb3681da1f0b/pykrasue-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-16 05:24:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "amengede",
"github_project": "pykrasue",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pykrasue"
}