compushady | Python module for running Compute Shaders
kandi X-RAY | compushady Summary
kandi X-RAY | compushady Summary
compushady is a C++ library. compushady has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Python module for easily running Compute Shaders. Join the Discord server for support: Currently d3d12 (Windows), vulkan (Linux, Mac and Windows), metal (Mac), and d3d11 (Windows) are supported. You can write shaders in HLSL and they will be compiled into the appropriate format (DXIL, DXBC, SPIR-V, MSL ...) automatically (using the DXC compiler included in the module as well as SPIRV-Cross). The Mandlebrot anim gif you are seeing above has been generated by compushady itself: If you are looking for something cool, try this naive pong implementation: Python 3.6 is the minimal supported version and you obviously need a system with at least one GPU. An OpenGL backend is expected to be included (sooner or later). If you want to run compushady on RaspberryPi 4 check here: Consider sponsoring the project becoming a patron:
Python module for easily running Compute Shaders. Join the Discord server for support: Currently d3d12 (Windows), vulkan (Linux, Mac and Windows), metal (Mac), and d3d11 (Windows) are supported. You can write shaders in HLSL and they will be compiled into the appropriate format (DXIL, DXBC, SPIR-V, MSL ...) automatically (using the DXC compiler included in the module as well as SPIRV-Cross). The Mandlebrot anim gif you are seeing above has been generated by compushady itself: If you are looking for something cool, try this naive pong implementation: Python 3.6 is the minimal supported version and you obviously need a system with at least one GPU. An OpenGL backend is expected to be included (sooner or later). If you want to run compushady on RaspberryPi 4 check here: Consider sponsoring the project becoming a patron:
Support
Quality
Security
License
Reuse
Support
compushady has a low active ecosystem.
It has 25 star(s) with 7 fork(s). There are 3 watchers for this library.
There were 3 major release(s) in the last 6 months.
There are 0 open issues and 2 have been closed. On average issues are closed in 211 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of compushady is 0.17.5
Quality
compushady has no bugs reported.
Security
compushady has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
compushady is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
compushady releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of compushady
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of compushady
compushady Key Features
No Key Features are available at this moment for compushady.
compushady Examples and Code Snippets
No Code Snippets are available at this moment for compushady.
Community Discussions
No Community Discussions are available at this moment for compushady.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install compushady
Note for Linux: (if you are building from sources, be sure vulkan and x11 headers are installed, libvulkan-dev and libx11-dev on a debian based distribution). Note for Mac: (the vulkan headers will be searched in /usr/local or by reading the VULKAN_SDK environment variable, otherwise only the metal backend will be built). Note for Windows: (the vulkan headers will be searched by reading the VULKAN_SDK environment variable, automatically set by the LunarG installer. If no Vulkan SDK is found only the d3d12 and d3d11 backends will be built).
Support
Recent mesa distributions include a Vulkan rpi4 (V3D) driver. Compushady supports it (included the DXC compiler) in both 32 and 64 bit mode. Note that float16 support is not available (so formats like R16G16B16A16_FLOAT are not going to work). The module will be built from sources (it will take a bunch of minutes) when doing a pip install compushady so ensure to have a c/c++ compiler and the python3 headers installed.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page