{ "info": { "author": "realitix", "author_email": "realitix@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Multimedia :: Graphics :: 3D Rendering" ], "description": "VULK - Vulkan 3d engine\n=======================\n\nProject status\n--------------\n\n|Build Status| |Code Climate| |Test Coverage| |Issue Count|\n\n`API documentation `__\n\n`Example of use `__\n\nWhat is it ?\n------------\n\nVulk is a 3D engine aimed to provide the best graphical experience with\nVulkan API. It is written fully in Python. It depends on C modules for\nthe communication with Vulkan.\n\nWhat is the project goal ?\n--------------------------\n\n- Easy to use: you don't need to understand Vulkan to use VULK.\n- Modular: every single part of the api must be modular.\n- Full: you shouldn't need to customize core code, it should suits\n everyone needs.\n\nDocumentation\n-------------\n\nAPI\n~~~\n\nThe API documentation is generated after each commit by Travis CI\nservers into the dedicated repo vulk-api. You can check it here: `API\ndocumentation `__\n\nTo build the API (in vulk-api folder), execute the following commands:\n\n.. code:: bash\n\n pip install -r requirements.txt\n python setup.py api\n\nAPI convention\n^^^^^^^^^^^^^^\n\nTo make a beautiful API documentation, we must respect conventions. The\ndocumentation must be in markdown and respect the following syntax:\n\n.. code:: markdown\n\n '''\n Description of the function\n\n *Parameters:*\n\n - `parameter 1`: Parameters is a list and must be quoted with ` `\n - `parameter 2`: The description should be precise and can be on\n several lines (keep the indentation)\n\n *Returns:*\n\n Here we describe the return value\n\n *Exemple:*\n\n [3 backticks]\n Here you can put your code\n [3 backticks]\n\n **Note: You can add informations at the end of the docstring,\n The name must be inside the following values:\n [Note|Seealso|Warning|Todo]\n '''\n\nDependancies\n------------\n\n- `CVulkan `__: C module to\n communicate with Vulkan SDK\n- `VulkBare `__: C module\n providing helper functions\n\nStay in touch\n-------------\n\nYou can contact me by opening issue (bug or interesting discussion about\nthe project). If you want a fast and pleasant talk, join the irc\nchannel: ``#vulk``. I'm connected from 9AM to 6PM (France).\n\n.. |Build Status| image:: https://travis-ci.org/realitix/vulk.svg?branch=master\n :target: https://travis-ci.org/realitix/vulk\n.. |Code Climate| image:: https://codeclimate.com/github/realitix/vulk/badges/gpa.svg\n :target: https://codeclimate.com/github/realitix/vulk\n.. |Test Coverage| image:: https://codeclimate.com/github/realitix/vulk/badges/coverage.svg\n :target: https://codeclimate.com/github/realitix/vulk/coverage\n.. |Issue Count| image:: https://codeclimate.com/github/realitix/vulk/badges/issue_count.svg\n :target: https://codeclimate.com/github/realitix/vulk", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/realitix/vulk", "keywords": null, "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "vulk", "package_url": "https://pypi.org/project/vulk/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vulk/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/realitix/vulk" }, "release_url": "https://pypi.org/project/vulk/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Vulk: Advanced 3D engine", "version": "0.2.0" }, "last_serial": 2540540, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "c1949a9e6eb918be8b7502199f3792ad", "sha256": "9aa67faab3aa0099d0837dda9274ef09476489f4212cba7d63bd88043b9e5759" }, "downloads": -1, "filename": "vulk-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c1949a9e6eb918be8b7502199f3792ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35627, "upload_time": "2016-12-27T08:05:50", "url": "https://files.pythonhosted.org/packages/65/d6/025b507ce92a16d3955a98906adc7233b5caf60b6341897bffbe6709787d/vulk-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c1949a9e6eb918be8b7502199f3792ad", "sha256": "9aa67faab3aa0099d0837dda9274ef09476489f4212cba7d63bd88043b9e5759" }, "downloads": -1, "filename": "vulk-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c1949a9e6eb918be8b7502199f3792ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35627, "upload_time": "2016-12-27T08:05:50", "url": "https://files.pythonhosted.org/packages/65/d6/025b507ce92a16d3955a98906adc7233b5caf60b6341897bffbe6709787d/vulk-0.2.0.tar.gz" } ] }