⚠️ Alpha Version Warning: This is an alpha version of BlazeGPU and does not reflect the final product. Features, APIs, and functionality may change significantly in future releases.
BlazeGPU is a high-performance WebGPU framework designed for modern graphics and compute tasks.
BlazeGPU provides a convenient and efficient interface for working with WebGPU API, enabling developers to create complex graphics applications and compute tasks with high performance.
- Modern WebGPU API interface
- 2D and 3D graphics support
- Compute shaders
- Optimized performance
- TypeScript support
npm install blazegpu
import { BlazeGPU } from 'blazegpu';
// Initialization
const gpu = new BlazeGPU();
// Your code here
- Node.js 16+
- WebGPU browser support
MIT
codeindieru
If you encounter any issues or have suggestions for improvements, please create an issue in the GitHub repository.