webgl-rc

Crates.iowebgl-rc
lib.rswebgl-rc
version0.1.11
sourcesrc
created_at2022-06-28 23:38:15.008351
updated_at2024-06-10 01:04:54.132331
descriptionWebGL wrapper with resources reference counting
homepage
repositoryhttps://github.com/monkin/webgl-rc
max_upload_size
id615084
size83,660
Andrey Monkin (monkin)

documentation

README

Rust WebGL Wrapper

Every resource in webgl-rc contains a reference counter. So, cloning texture or buffer will create a new reference to the same resource.

Example

Source: https://github.com/monkin/webgl-rc/tree/master/webgl-rc-example

Live: https://monkin.github.io/webgl-rc/webgl-rc-example/dist/index.html

Commit count: 23

cargo fmt