Releases: meese-os/hexells
v1.2.1
This includes a fix for a passive event listener warning that the browser would give on the ontouchstart
event, as well as an error-checking mechanism in case the tensor
variable was undefined in the setTensorUniforms
function. The twgl.js
dependency also received a major version bump to get the latest library features.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Improves the memory-freeing ability of the destroy
function, removing a lot of background tasks that continued to bog down the system.
Full Changelog: v1.1.8...v1.2.0
v1.1.8
.npmignore
ignores additional files that have no need to be included in the final distribution, reducing the total bundle size.
Full Changelog: v1.1.7...v1.1.8
v1.1.7
Added FPS limiting support, to gain additional performance when used in conjunction with other canvas elements on the page. Also added input validation for the powerPreference
types.
Full Changelog: v1.1.6...v1.1.7
v1.1.6
v1.1.5
Added the powerPreference
option to configure the performance level of the WebGL context, and changed the default setting to "low-power"
instead of "high-performance"
.
Full Changelog: v1.1.4...v1.1.5
v1.1.4
Improved documentation for many methods and added a destroy
function to the Hexells
class.
Full Changelog: v1.1.3...v1.1.4