perfect-physics


Nameperfect-physics JSON
Version 0.1.9 PyPI version JSON
download
home_pagehttps://towardsdatascience.com/perfect-infinite-precision-game-physics-in-python-part-1-698211c08d95
SummaryPerfect Physics
upload_time2023-04-24 23:23:24
maintainer
docs_urlNone
authorCarl Kadie
requires_python
licenseMIT or Apache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Perfect Physics
================

A free tutorial series in *Towards Data Science*:

- Part 1: [High-level engine applied to tennis ball and basketball drop, etc.](https://towardsdatascience.com/perfect-infinite-precision-game-physics-in-python-part-2-360cc445a197)
- Part 2: [The program makes a philosophy discovery by simulating a billiards break.](https://towardsdatascience.com/perfect-infinite-precision-game-physics-in-python-part-2-360cc445a197)
- Part 3: [Creating the low-level engine using SymPy, including setting up the physics equations (some are tricky) and getting SymPy to do the rest of the work.](https://medium.com/towards-data-science/perfect-infinite-precision-game-physics-in-python-part-3-9ea9043e3969)
- Part 4, how to speed up the engine a bit (but not enough) and limitations (not yet published).

See <https://medium.com/@carlmkadie> for other articles.
  
See requirements.txt and requirements-dev.txt for dependencies.

Note that pydub requires ffmpeg to be installed on your system.

Note that moviepy requires ffmpeg to be installed on your system.

Let me know if there is interest in a more automated install process.

 License: Apache 2.0 + MIT

            

Raw data

            {
    "_id": null,
    "home_page": "https://towardsdatascience.com/perfect-infinite-precision-game-physics-in-python-part-1-698211c08d95",
    "name": "perfect-physics",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Carl Kadie",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/99/86/053569cb38749aaacd47aa5700c36b6235039844d87b2cc341df5e9bb3a9/perfect-physics-0.1.9.tar.gz",
    "platform": null,
    "description": "Perfect Physics\r\n================\r\n\r\nA free tutorial series in *Towards Data Science*:\r\n\r\n- Part 1: [High-level engine applied to tennis ball and basketball drop, etc.](https://towardsdatascience.com/perfect-infinite-precision-game-physics-in-python-part-2-360cc445a197)\r\n- Part 2: [The program makes a philosophy discovery by simulating a billiards break.](https://towardsdatascience.com/perfect-infinite-precision-game-physics-in-python-part-2-360cc445a197)\r\n- Part 3: [Creating the low-level engine using SymPy, including setting up the physics equations (some are tricky) and getting SymPy to do the rest of the work.](https://medium.com/towards-data-science/perfect-infinite-precision-game-physics-in-python-part-3-9ea9043e3969)\r\n- Part 4, how to speed up the engine a bit (but not enough) and limitations (not yet published).\r\n\r\nSee <https://medium.com/@carlmkadie> for other articles.\r\n  \r\nSee requirements.txt and requirements-dev.txt for dependencies.\r\n\r\nNote that pydub requires ffmpeg to be installed on your system.\r\n\r\nNote that moviepy requires ffmpeg to be installed on your system.\r\n\r\nLet me know if there is interest in a more automated install process.\r\n\r\n License: Apache 2.0 + MIT\r\n",
    "bugtrack_url": null,
    "license": "MIT or Apache-2.0",
    "summary": "Perfect Physics",
    "version": "0.1.9",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4686e774b36ab47c44ddb3b29df315465227a31cf3d2afc8efb21ad86d0a703",
                "md5": "01d46227684b3bc227e872ec189f875b",
                "sha256": "ce4fe1d6978d61d397570d77c04de4d954d43f686c9c182c40de12ebac885ca4"
            },
            "downloads": -1,
            "filename": "perfect_physics-0.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "01d46227684b3bc227e872ec189f875b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 369297,
            "upload_time": "2023-04-24T23:13:35",
            "upload_time_iso_8601": "2023-04-24T23:13:35.385131Z",
            "url": "https://files.pythonhosted.org/packages/b4/68/6e774b36ab47c44ddb3b29df315465227a31cf3d2afc8efb21ad86d0a703/perfect_physics-0.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9986053569cb38749aaacd47aa5700c36b6235039844d87b2cc341df5e9bb3a9",
                "md5": "4d3d9274a50617db53f5951e62885c74",
                "sha256": "b79adf63db4b42bec5e846dba09d391207dd089cd72169fbad18d88034e38311"
            },
            "downloads": -1,
            "filename": "perfect-physics-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "4d3d9274a50617db53f5951e62885c74",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 368526,
            "upload_time": "2023-04-24T23:23:24",
            "upload_time_iso_8601": "2023-04-24T23:23:24.177147Z",
            "url": "https://files.pythonhosted.org/packages/99/86/053569cb38749aaacd47aa5700c36b6235039844d87b2cc341df5e9bb3a9/perfect-physics-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-24 23:23:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "perfect-physics"
}
        
Elapsed time: 0.05811s