rubato


Namerubato JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://rubato.app
SummaryA lightweight, developer-first game engine built for Python.
upload_time2022-12-31 17:08:22
maintainer
docs_urlNone
authorMartin Chaperot, Yamm Elnekave, Tomer Sedan
requires_python>=3.10
licenseGPL-3.0
keywords rubato game development education game engine engine physics sdl sdl2
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <img src="https://github.com/rubatopy/rubato/blob/main/docs/source/_static/full.png?raw=true" alt="rubato" width="160"/>

[![Lisence](https://img.shields.io/github/license/rubatopy/rubato?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0.html)
[![PyPI](https://img.shields.io/pypi/v/rubato?style=flat-square)](https://pypi.org/project/rubato/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/rubato?style=flat-square)](https://pypi.org/project/rubato/)
[![GitHub Release Date](https://img.shields.io/github/release-date/rubatopy/rubato?style=flat-square)](https://github.com/rubatopy/rubato/releases)
[![GitHub Build Status](https://img.shields.io/github/actions/workflow/status/rubatopy/rubato/tests.yml?branch=main&style=flat-square)](https://github.com/rubatopy/rubato/actions/workflows/tests.yml)
[![GitHub Docs Status](https://img.shields.io/github/actions/workflow/status/rubatopy/rubato/nightly.yml?branch=main&label=docs&style=flat-square)](https://rubatopy.github.io/)

[<img src="https://logodownload.org/wp-content/uploads/2017/11/discord-logo-4-1.png" alt="Discord Server" width="25" />](https://discord.gg/rdce5GXRrC)
&nbsp;
[<img src="https://cdn4.iconfinder.com/data/icons/social-media-icons-the-circle-set/48/twitter_circle-512.png" alt="Twitter Page" width="25"/>](https://twitter.com/rubatopy)
&nbsp;
[<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/LinkedIn_icon_circle.svg/2048px-LinkedIn_icon_circle.svg.png" alt="Linkedin Page" width="25"/>](https://www.linkedin.com/company/rubatopy/)
&nbsp;

<!-- If you update this README update the GitHub profile of rubatopy README -->

rubato is a modern 2D engine for game developement in python built in Cython using SDL2. It is aimed to aid in rapid prototyping and educational development of games as a stepping stone towards AAA tools such as Unity. rubato is more robust than its competitors, with a more intuitive syntax, high customizability, and zippy performance.

Here are some features we're especially proud of:

-   Powerful Rigidbody Physics
-   Event Subscription/Listener System
-   Spritesheets and Animations
-   Particle Systems
-   Tiled / Tilemap Support
-   Multichannel Sound System
-   Antialiasing + Anisotropic Filtering
-   Collision Optimization with Quadtrees
-   Texture-based Hardware Acceleration
-   User Interface Elements
-   And more!

1.0 is the latest API-stable release as of Dec. 31 2022, and we plan to maintain backwards compatibility in future releases. Please note that the alpha versions (0.x.x) are now deprecated and it is strongly recommended to update in order to get the latest features and optimizations.

_Wondering about the name? rubato is a music term that indicates a phrase that should be performed expressively and freely. We aim to harness that same freedom, bringing a fresh, modern take on game developement in python to a variety of users regardless of their coding background._
<br>

## Getting Started

Using rubato is super easy. Just install rubato through pip in a terminal:

```bash
pip install rubato
```

After that, getting a window up takes only 3 lines of code!

```python
import rubato as rb

# initialize rubato
rb.init()

# launch the window
rb.begin()
```

Check out our [tutorial](https://docs.rubato.app/latest/tutorials/platformer/) to learn more about what you can do with rubato.

#### Changelog

See [CHANGELOG.md](https://github.com/rubatopy/rubato/blob/main/CHANGELOG.md)

#### Looking to contribute to rubato?

See [CONTRIBUTING.md](https://github.com/rubatopy/rubato/blob/main/CONTRIBUTING.md). And join our [discord](https://discord.gg/rdce5GXRrC)!

A big thank you to all of our [contributors](https://github.com/rubatopy/rubato/blob/main/CONTRIBUTORS.md) who help make this project possible.

#### Code of Conduct

See [CODE_OF_CONDUCT.md](https://github.com/rubatopy/.github/blob/main/CODE_OF_CONDUCT.md).

            

Raw data

            {
    "_id": null,
    "home_page": "https://rubato.app",
    "name": "rubato",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "rubato,game development,education,game engine,engine,physics,sdl,sdl2",
    "author": "Martin Chaperot, Yamm Elnekave, Tomer Sedan",
    "author_email": "info@rubato.app",
    "download_url": "https://files.pythonhosted.org/packages/9a/ed/18489a29b92fdf4601d6926fbfa391b09a08c5523146c0de86836642c515/rubato-1.0.0.zip",
    "platform": null,
    "description": "# <img src=\"https://github.com/rubatopy/rubato/blob/main/docs/source/_static/full.png?raw=true\" alt=\"rubato\" width=\"160\"/>\n\n[![Lisence](https://img.shields.io/github/license/rubatopy/rubato?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0.html)\n[![PyPI](https://img.shields.io/pypi/v/rubato?style=flat-square)](https://pypi.org/project/rubato/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/rubato?style=flat-square)](https://pypi.org/project/rubato/)\n[![GitHub Release Date](https://img.shields.io/github/release-date/rubatopy/rubato?style=flat-square)](https://github.com/rubatopy/rubato/releases)\n[![GitHub Build Status](https://img.shields.io/github/actions/workflow/status/rubatopy/rubato/tests.yml?branch=main&style=flat-square)](https://github.com/rubatopy/rubato/actions/workflows/tests.yml)\n[![GitHub Docs Status](https://img.shields.io/github/actions/workflow/status/rubatopy/rubato/nightly.yml?branch=main&label=docs&style=flat-square)](https://rubatopy.github.io/)\n\n[<img src=\"https://logodownload.org/wp-content/uploads/2017/11/discord-logo-4-1.png\" alt=\"Discord Server\" width=\"25\" />](https://discord.gg/rdce5GXRrC)\n&nbsp;\n[<img src=\"https://cdn4.iconfinder.com/data/icons/social-media-icons-the-circle-set/48/twitter_circle-512.png\" alt=\"Twitter Page\" width=\"25\"/>](https://twitter.com/rubatopy)\n&nbsp;\n[<img src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/LinkedIn_icon_circle.svg/2048px-LinkedIn_icon_circle.svg.png\" alt=\"Linkedin Page\" width=\"25\"/>](https://www.linkedin.com/company/rubatopy/)\n&nbsp;\n\n<!-- If you update this README update the GitHub profile of rubatopy README -->\n\nrubato is a modern 2D engine for game developement in python built in Cython using SDL2. It is aimed to aid in rapid prototyping and educational development of games as a stepping stone towards AAA tools such as Unity. rubato is more robust than its competitors, with a more intuitive syntax, high customizability, and zippy performance.\n\nHere are some features we're especially proud of:\n\n-   Powerful Rigidbody Physics\n-   Event Subscription/Listener System\n-   Spritesheets and Animations\n-   Particle Systems\n-   Tiled / Tilemap Support\n-   Multichannel Sound System\n-   Antialiasing + Anisotropic Filtering\n-   Collision Optimization with Quadtrees\n-   Texture-based Hardware Acceleration\n-   User Interface Elements\n-   And more!\n\n1.0 is the latest API-stable release as of Dec. 31 2022, and we plan to maintain backwards compatibility in future releases. Please note that the alpha versions (0.x.x) are now deprecated and it is strongly recommended to update in order to get the latest features and optimizations.\n\n_Wondering about the name? rubato is a music term that indicates a phrase that should be performed expressively and freely. We aim to harness that same freedom, bringing a fresh, modern take on game developement in python to a variety of users regardless of their coding background._\n<br>\n\n## Getting Started\n\nUsing rubato is super easy. Just install rubato through pip in a terminal:\n\n```bash\npip install rubato\n```\n\nAfter that, getting a window up takes only 3 lines of code!\n\n```python\nimport rubato as rb\n\n# initialize rubato\nrb.init()\n\n# launch the window\nrb.begin()\n```\n\nCheck out our [tutorial](https://docs.rubato.app/latest/tutorials/platformer/) to learn more about what you can do with rubato.\n\n#### Changelog\n\nSee [CHANGELOG.md](https://github.com/rubatopy/rubato/blob/main/CHANGELOG.md)\n\n#### Looking to contribute to rubato?\n\nSee [CONTRIBUTING.md](https://github.com/rubatopy/rubato/blob/main/CONTRIBUTING.md). And join our [discord](https://discord.gg/rdce5GXRrC)!\n\nA big thank you to all of our [contributors](https://github.com/rubatopy/rubato/blob/main/CONTRIBUTORS.md) who help make this project possible.\n\n#### Code of Conduct\n\nSee [CODE_OF_CONDUCT.md](https://github.com/rubatopy/.github/blob/main/CODE_OF_CONDUCT.md).\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "A lightweight, developer-first game engine built for Python.",
    "version": "1.0.0",
    "split_keywords": [
        "rubato",
        "game development",
        "education",
        "game engine",
        "engine",
        "physics",
        "sdl",
        "sdl2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "f064d091cf2e31325f6b96d654f1b69f",
                "sha256": "d2b3a782796384dfd9d920f87c1c0fd8c545e36fbe0f874b339616fb4f246106"
            },
            "downloads": -1,
            "filename": "rubato-1.0.0-cp310-cp310-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f064d091cf2e31325f6b96d654f1b69f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2698965,
            "upload_time": "2022-12-31T17:08:11",
            "upload_time_iso_8601": "2022-12-31T17:08:11.153853Z",
            "url": "https://files.pythonhosted.org/packages/f7/30/989dc8ab8d0793ea0ef5b0a0771b0fd866bb9f717af76897c749725e5d54/rubato-1.0.0-cp310-cp310-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "7ed47f95f8e973515d9a448d8041e58e",
                "sha256": "afdf0f37cb8dd1ab42a1d7ba22693249248dac40c20148b81e8fd135a21d5078"
            },
            "downloads": -1,
            "filename": "rubato-1.0.0-cp310-cp310-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7ed47f95f8e973515d9a448d8041e58e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2410363,
            "upload_time": "2022-12-31T17:18:05",
            "upload_time_iso_8601": "2022-12-31T17:18:05.425968Z",
            "url": "https://files.pythonhosted.org/packages/e1/75/ed392fa7872cfca59d6211ed275089213dadbf809e0740db8677cc406b49/rubato-1.0.0-cp310-cp310-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "c37df866b6fa2fc652dbc961587e80ea",
                "sha256": "0b778beae5241a3631e4ea7a012d253200b9b91d6d6057d93cb3dec813d495a6"
            },
            "downloads": -1,
            "filename": "rubato-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c37df866b6fa2fc652dbc961587e80ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 12006817,
            "upload_time": "2022-12-31T17:08:13",
            "upload_time_iso_8601": "2022-12-31T17:08:13.214727Z",
            "url": "https://files.pythonhosted.org/packages/68/5d/6a74aee03223f22ac4bca6478271eeb8ba0136d5f6e2933f7dbbe0858027/rubato-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "4e29d4a070592c9ac6bd8acf3aeac43e",
                "sha256": "631d623dd183f527ba502f6a930415cf0069d1d70c71931bfe8f5eb2123d3d57"
            },
            "downloads": -1,
            "filename": "rubato-1.0.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4e29d4a070592c9ac6bd8acf3aeac43e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2304631,
            "upload_time": "2022-12-31T17:08:14",
            "upload_time_iso_8601": "2022-12-31T17:08:14.988926Z",
            "url": "https://files.pythonhosted.org/packages/3c/2b/95d474f87386f08e7647699428cdb4ad088388e6a3396a419e687a708e40/rubato-1.0.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "332fc13bd80a9d6f40b02352c9c85374",
                "sha256": "35cd2d01c8c9f624ebb6b12f8ca20a3a8100f397375bfb1466f482fbd18088d9"
            },
            "downloads": -1,
            "filename": "rubato-1.0.0-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "332fc13bd80a9d6f40b02352c9c85374",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 4759488,
            "upload_time": "2022-12-31T17:08:16",
            "upload_time_iso_8601": "2022-12-31T17:08:16.569895Z",
            "url": "https://files.pythonhosted.org/packages/28/3e/7b6aed5ddc3f5071e9c6825a55e052a07be0615e44fe1a82223dc2ff8b50/rubato-1.0.0-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d6da44fc33895adbcb706d4e809d39e8",
                "sha256": "950ab86d03e15bf7fc1a27048ed7f9525b3a68b2f9fb2040ad8ef2c6caa44ef5"
            },
            "downloads": -1,
            "filename": "rubato-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d6da44fc33895adbcb706d4e809d39e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 13324635,
            "upload_time": "2022-12-31T17:08:18",
            "upload_time_iso_8601": "2022-12-31T17:08:18.599482Z",
            "url": "https://files.pythonhosted.org/packages/6e/cf/33bbb4577e80cfb26dcc07655608339ed6709209bce3ab1a79a8514970c5/rubato-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "41dd6f9f6e63fec0c8942ff7ff2e9826",
                "sha256": "2b9ec655661bf3f39db3e6af6ed44e2e44ecdbc7322cf6b216158bc70ae18933"
            },
            "downloads": -1,
            "filename": "rubato-1.0.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "41dd6f9f6e63fec0c8942ff7ff2e9826",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2315491,
            "upload_time": "2022-12-31T17:08:20",
            "upload_time_iso_8601": "2022-12-31T17:08:20.620898Z",
            "url": "https://files.pythonhosted.org/packages/5d/a6/0ad5fa703437c60d428b45d83d07c1477c352492a588514061d5b0dbe201/rubato-1.0.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3ac58caeed8927d8295d097165aad6cf",
                "sha256": "67f3647c3d1927992a95a911b92ddb33ac6e82a8866cbe25af6b3fc1126bd861"
            },
            "downloads": -1,
            "filename": "rubato-1.0.0.zip",
            "has_sig": false,
            "md5_digest": "3ac58caeed8927d8295d097165aad6cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3751014,
            "upload_time": "2022-12-31T17:08:22",
            "upload_time_iso_8601": "2022-12-31T17:08:22.145277Z",
            "url": "https://files.pythonhosted.org/packages/9a/ed/18489a29b92fdf4601d6926fbfa391b09a08c5523146c0de86836642c515/rubato-1.0.0.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-31 17:08:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "rubato"
}
        
Elapsed time: 0.03453s