pygame-render


Namepygame-render JSON
Version 1.2.3 PyPI version JSON
download
home_page
SummaryFast 2D render engine for Pygame.
upload_time2024-02-19 19:29:52
maintainer
docs_urlNone
authorMarkel Zubia
requires_python>=3.10
licenseMIT License Copyright (c) 2023 MarkelZ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords pygame render shader shaders pygame-ce 2d
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pygame Render

Python package for rendering 2D graphics with shaders in Pygame.

![screenshot.png](screenshot.png)

## System requirements

- `Python` version >= 3.10
- `OpenGL` version >= 3.3

## Supported platforms

✅ **Windows**  
✅ **Mac**  
✅ **Linux**  

## Installation

Firstly, ensure that your system meets the [System requirements](#system-requirements).

Then, run the following command:

```sh
python3 -m pip install pygame-render
```

To verify correct installation, open a Python terminal and import the module:

```py
import pygame_render
```

If there are no errors, the installation was successful!

## Getting started

To learn about the features of `pygame-render`, check out the [Feature Walkthrough](https://github.com/MarkelZ/pygame_render/wiki/Feature-Walkthrough) page on the wiki.

You can also take a look at the examples in the [`examples/`](https://github.com/MarkelZ/pygame_render/tree/main/examples) directory.

For detailed explanations of the API, please refer to the [API Reference](https://github.com/MarkelZ/pygame-render/wiki/API-Reference).

Tutorial video: https://youtu.be/mlm66OJZaA0

## Python package dependencies

These packages will be automatically installed by `pip` along with `pygame-render`:
- `numpy` >=1.22.0
- `pygame` >=2.1.0
- `moderngl` >= 5.8.2
- `PyOpenGL` >= 3.1.6

## Frequently Asked Questions

For frequently asked questions, check out [FAQ](https://github.com/MarkelZ/pygame-render/wiki/FAQ).

## Contributing

We greatly appreciate and encourage contributions from the community! 

If you want to report a bug or request a new feature, feel free to open an issue in the [issue tracker](https://github.com/MarkelZ/pygame-render/issues).

For code contributions, please check out [Contributing](https://github.com/MarkelZ/pygame_render/wiki/Contributing) for details.

## License

This code is licensed under the terms of the MIT license.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pygame-render",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "pygame,render,shader,shaders,pygame-ce,2D",
    "author": "Markel Zubia",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b7/64/1d3e40bfa9ad1205e6cf6849785baa4023f5da1ebde87289ddb3d9a0343d/pygame-render-1.2.3.tar.gz",
    "platform": null,
    "description": "# Pygame Render\n\nPython package for rendering 2D graphics with shaders in Pygame.\n\n![screenshot.png](screenshot.png)\n\n## System requirements\n\n- `Python` version >= 3.10\n- `OpenGL` version >= 3.3\n\n## Supported platforms\n\n\u2705 **Windows**  \n\u2705 **Mac**  \n\u2705 **Linux**  \n\n## Installation\n\nFirstly, ensure that your system meets the [System requirements](#system-requirements).\n\nThen, run the following command:\n\n```sh\npython3 -m pip install pygame-render\n```\n\nTo verify correct installation, open a Python terminal and import the module:\n\n```py\nimport pygame_render\n```\n\nIf there are no errors, the installation was successful!\n\n## Getting started\n\nTo learn about the features of `pygame-render`, check out the [Feature Walkthrough](https://github.com/MarkelZ/pygame_render/wiki/Feature-Walkthrough) page on the wiki.\n\nYou can also take a look at the examples in the [`examples/`](https://github.com/MarkelZ/pygame_render/tree/main/examples) directory.\n\nFor detailed explanations of the API, please refer to the [API Reference](https://github.com/MarkelZ/pygame-render/wiki/API-Reference).\n\nTutorial video: https://youtu.be/mlm66OJZaA0\n\n## Python package dependencies\n\nThese packages will be automatically installed by `pip` along with `pygame-render`:\n- `numpy` >=1.22.0\n- `pygame` >=2.1.0\n- `moderngl` >= 5.8.2\n- `PyOpenGL` >= 3.1.6\n\n## Frequently Asked Questions\n\nFor frequently asked questions, check out [FAQ](https://github.com/MarkelZ/pygame-render/wiki/FAQ).\n\n## Contributing\n\nWe greatly appreciate and encourage contributions from the community! \n\nIf you want to report a bug or request a new feature, feel free to open an issue in the [issue tracker](https://github.com/MarkelZ/pygame-render/issues).\n\nFor code contributions, please check out [Contributing](https://github.com/MarkelZ/pygame_render/wiki/Contributing) for details.\n\n## License\n\nThis code is licensed under the terms of the MIT license.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 MarkelZ  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Fast 2D render engine for Pygame.",
    "version": "1.2.3",
    "project_urls": {
        "Bug Reports": "https://github.com/MarkelZ/pygame-render/issues",
        "Documentation": "https://github.com/MarkelZ/pygame-render/wiki",
        "Homepage": "https://github.com/MarkelZ/pygame-render"
    },
    "split_keywords": [
        "pygame",
        "render",
        "shader",
        "shaders",
        "pygame-ce",
        "2d"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57688d39ce9cf1ac74ec58d1bb5c9e8498270abbffed4f81d974a7c1c1d3e166",
                "md5": "cd69e0b610abdcadac35000543875ffb",
                "sha256": "cc379508669201754b36efb80cb92a28b61a26bb19dece69f8ac29b70e34eab1"
            },
            "downloads": -1,
            "filename": "pygame_render-1.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cd69e0b610abdcadac35000543875ffb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 11982,
            "upload_time": "2024-02-19T19:29:51",
            "upload_time_iso_8601": "2024-02-19T19:29:51.117717Z",
            "url": "https://files.pythonhosted.org/packages/57/68/8d39ce9cf1ac74ec58d1bb5c9e8498270abbffed4f81d974a7c1c1d3e166/pygame_render-1.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7641d3e40bfa9ad1205e6cf6849785baa4023f5da1ebde87289ddb3d9a0343d",
                "md5": "89298d1724822a315a6fc1c8a3a51880",
                "sha256": "fde0d9f7f26dcc6c13c99312424fa4e96089fdd14bb1f46d56074a30005f7fe3"
            },
            "downloads": -1,
            "filename": "pygame-render-1.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "89298d1724822a315a6fc1c8a3a51880",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 11480,
            "upload_time": "2024-02-19T19:29:52",
            "upload_time_iso_8601": "2024-02-19T19:29:52.686031Z",
            "url": "https://files.pythonhosted.org/packages/b7/64/1d3e40bfa9ad1205e6cf6849785baa4023f5da1ebde87289ddb3d9a0343d/pygame-render-1.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 19:29:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MarkelZ",
    "github_project": "pygame-render",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pygame-render"
}
        
Elapsed time: 0.28349s