Skip to main content

Vulk: Advanced 3D engine

Project description

Project status

Build Status Code Climate Test Coverage Issue Count

API documentation

Example of use

What is it ?

Vulk is a 3D engine aimed to provide the best graphical experience with Vulkan API. It is written fully in Python. It depends on C modules for the communication with Vulkan.

What is the project goal ?

  • Easy to use: you don’t need to understand Vulkan to use VULK.

  • Modular: every single part of the api must be modular.

  • Full: you shouldn’t need to customize core code, it should suits everyone needs.

Documentation

API

The API documentation is generated after each commit by Travis CI servers into the dedicated repo vulk-api. You can check it here: API documentation

To build the API (in vulk-api folder), execute the following commands:

pip install -r requirements.txt
python setup.py api

API convention

To make a beautiful API documentation, we must respect conventions. The documentation must be in markdown and respect the following syntax:

'''
Description of the function

*Parameters:*

- `parameter 1`: Parameters is a list and must be quoted with ` `
- `parameter 2`: The description should be precise and can be on
                 several lines (keep the indentation)

*Returns:*

Here we describe the return value

*Exemple:*

[3 backticks]
Here you can put your code
[3 backticks]

**Note: You can add informations at the end of the docstring,
        The name must be inside the following values:
        [Note|Seealso|Warning|Todo]
'''

Dependancies

  • CVulkan: C module to communicate with Vulkan SDK

  • VulkBare: C module providing helper functions

Stay in touch

You can contact me by opening issue (bug or interesting discussion about the project). If you want a fast and pleasant talk, join the irc channel: #vulk. I’m connected from 9AM to 6PM (France).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vulk-0.2.0.tar.gz (35.6 kB view details)

Uploaded Source

File details

Details for the file vulk-0.2.0.tar.gz.

File metadata

  • Download URL: vulk-0.2.0.tar.gz
  • Upload date:
  • Size: 35.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for vulk-0.2.0.tar.gz
Algorithm Hash digest
SHA256 9aa67faab3aa0099d0837dda9274ef09476489f4212cba7d63bd88043b9e5759
MD5 c1949a9e6eb918be8b7502199f3792ad
BLAKE2b-256 65d6025b507ce92a16d3955a98906adc7233b5caf60b6341897bffbe6709787d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page