magwords


Namemagwords JSON
Version 1.0.0a2 PyPI version JSON
download
home_pagehttps://github.com/asuka1975/magwords
Summarytext-rendering library for OpenGL context
upload_time2022-12-24 05:50:41
maintainer
docs_urlNone
authorasuka1975
requires_python
licenseMIT
keywords opengl freetype2 textrendering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            MagWords is a text-rendering library for OpenGL context. It provides clear text rendering without collapsion caused by scaling, fast initialization and drawing flow, and memory-saving internal representation of glyph data.



# Installation



To install MagWords and its required dependencies using pip, enter the following command at a shell: 



```

$ pip install magwords

```



# Contribute



Our project is still under development. Everyone is welcome to contribute. Bug reports and fixes are welcome, and suggestions for features would be appreciated!



Contribution guide is in preparation...



# License



[MIT License](LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/asuka1975/magwords",
    "name": "magwords",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "OpenGL FreeType2 TextRendering",
    "author": "asuka1975",
    "author_email": "asuka197512@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7b/47/46499d9de5e54cbb1a59a04f135fce8c079b84e65c243a066b08c200249c/magwords-1.0.0a2.tar.gz",
    "platform": null,
    "description": "MagWords is a text-rendering library for OpenGL context. It provides clear text rendering without collapsion caused by scaling, fast initialization and drawing flow, and memory-saving internal representation of glyph data.\r\n\r\n\r\n\r\n# Installation\r\n\r\n\r\n\r\nTo install MagWords and its required dependencies using pip, enter the following command at a shell: \r\n\r\n\r\n\r\n```\r\n\r\n$ pip install magwords\r\n\r\n```\r\n\r\n\r\n\r\n# Contribute\r\n\r\n\r\n\r\nOur project is still under development. Everyone is welcome to contribute. Bug reports and fixes are welcome, and suggestions for features would be appreciated!\r\n\r\n\r\n\r\nContribution guide is in preparation...\r\n\r\n\r\n\r\n# License\r\n\r\n\r\n\r\n[MIT License](LICENSE)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "text-rendering library for OpenGL context",
    "version": "1.0.0a2",
    "split_keywords": [
        "opengl",
        "freetype2",
        "textrendering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "acf1de05da2cba7387be555beb59970d",
                "sha256": "fdadf1584e10a224f16b3566cd5e971416e13c105326ca32f9b330833c7c0603"
            },
            "downloads": -1,
            "filename": "magwords-1.0.0a2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "acf1de05da2cba7387be555beb59970d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12547,
            "upload_time": "2022-12-24T05:50:40",
            "upload_time_iso_8601": "2022-12-24T05:50:40.371696Z",
            "url": "https://files.pythonhosted.org/packages/ee/b3/dd62f5b74a3d35af2b45572fabda1bce4f6445a5b7e65f4d41350abb6b60/magwords-1.0.0a2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "fe9ac89f01ca7a3b53445997ac36a694",
                "sha256": "48ce59a87a3a3380d30ef82c7bb65d22eb47bca4a462206a4e88ef984b6f6026"
            },
            "downloads": -1,
            "filename": "magwords-1.0.0a2.tar.gz",
            "has_sig": false,
            "md5_digest": "fe9ac89f01ca7a3b53445997ac36a694",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9045,
            "upload_time": "2022-12-24T05:50:41",
            "upload_time_iso_8601": "2022-12-24T05:50:41.991627Z",
            "url": "https://files.pythonhosted.org/packages/7b/47/46499d9de5e54cbb1a59a04f135fce8c079b84e65c243a066b08c200249c/magwords-1.0.0a2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-24 05:50:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "asuka1975",
    "github_project": "magwords",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "magwords"
}
        
Elapsed time: 0.03085s