Skip to content

codeindieru/blazegpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazeGPU

⚠️ 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.

Description

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.

Key Features

  • Modern WebGPU API interface
  • 2D and 3D graphics support
  • Compute shaders
  • Optimized performance
  • TypeScript support

Installation

npm install blazegpu

Usage

import { BlazeGPU } from 'blazegpu';

// Initialization
const gpu = new BlazeGPU();

// Your code here

Requirements

  • Node.js 16+
  • WebGPU browser support

License

MIT

Author

codeindieru

Support

If you encounter any issues or have suggestions for improvements, please create an issue in the GitHub repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published