gl-texture-manager
v1.0.16
Published
A webgl library for loading up images / drawings / video and storing them as textures to be pushed to the GPU.
Downloads
15
Maintainers
Readme
gl-texture-manager
Bun template for creating projects using bunjs
Install bun
https://bun.sh/
curl -fsSL https://bun.sh/install | bash
Commands
- start: "bun run index.ts",
- bundle: "bun run bundler/bundler.ts",
- list: "bun run samples/list-scripts.tsx",
- example: "cd example && bun start && cd ..",
- fileSample: "bun run samples/file.tsx && cat samples/data/test.json",
- httpSample: "bun run samples/server.tsx"
Run example
https://jacklehamster.github.io/gl-texture-manager/example/