Skip to content

Releases: vuoro/sahti

Buffer update optimization, texture refilling support

23 Sep 14:00
Compare
Choose a tag to compare

Rudimentary elements/indexed drawing support

23 Sep 11:41
1b6f57c
Compare
Choose a tag to compare

Fix crash when making textures

09 Sep 14:10
549286b
Compare
Choose a tag to compare
0.10.2

Update package.json

Fix camera state not containing direction

30 Aug 08:44
Compare
Choose a tag to compare
0.10.1

Add camera direction to cameraState

Renderer config is now an object, and allows passing clearColor

26 Aug 12:07
Compare
Choose a tag to compare

This way you can hide the flash of black canvas upon initialization

Always clear before rendering commands

26 Aug 11:50
bfcb063
Compare
Choose a tag to compare
0.9.0

Update package.json

Make count respond to attribute buffer refills

20 Aug 14:33
Compare
Choose a tag to compare

New camera include API

09 Aug 09:02
7136ad9
Compare
Choose a tag to compare
  • include = {x : true} instead of includeX = true
  • near, far, zoom, fov, devicePixelRatio added as possible includes

DPR change & component.shouldRender

09 Aug 07:51
6a9b7b1
Compare
Choose a tag to compare
  • the pixelRatio argument on renderer creation now multiplies window.devicePixelRatio, instead of overriding it
  • components now take a new prop function: shouldRender = () => true: whenever it returns false, the component won’t render

Fix missing Preact export

04 Aug 15:43
a98338b
Compare
Choose a tag to compare
0.6.1

Update package.json