Skip to content

Releases: meese-os/hexells

v1.2.1

24 Sep 15:14
Compare
Choose a tag to compare

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

02 Oct 14:39
Compare
Choose a tag to compare

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

02 Oct 13:22
Compare
Choose a tag to compare

.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

11 Sep 17:55
Compare
Choose a tag to compare

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

11 Sep 16:13
Compare
Choose a tag to compare

Changed the default power mode from "low-power" to "default", allowing the client's machine to decide what the device is capable of and adjust accordingly.

v1.1.5

11 Sep 16:01
Compare
Choose a tag to compare

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

11 Sep 15:49
Compare
Choose a tag to compare

Improved documentation for many methods and added a destroy function to the Hexells class.

Full Changelog: v1.1.3...v1.1.4

v1.1.3

05 Sep 14:01
Compare
Choose a tag to compare

hexells now checks for errors getting the WebGL context from the canvas, either because the browser does not support it or because another context has already been used on the element.

v1.1.2

31 Aug 21:14
Compare
Choose a tag to compare

This release ignores the Browserify code in the final package on npm. The package size was much more bloated than it should be because of the Browserify bundle, but this should drop it from 3.14 MB to hopefully much lower.

v1.1.1

31 Aug 21:04
Compare
Choose a tag to compare

Initial GitHub release. Hexells now includes the ability to configure and customize some settings when implemented on a website.