Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@jsulpis jsulpis released this 20 Jan 21:18
· 4 commits to main since this release

compare changes

🚀 Enhancements

  • Handle multi-pass post-processing effects (3250a47)
  • Add useCompositeEffectPass hook to have more control over multi pass effects (45a0528)
  • Make the texture loaders synchronous and re-render when loaded (9829a6c)

📖 Documentation

  • Add an example for drawing modes (0ef7432)
  • Add an example for particles (a4deedd)
  • examples: Add an example of data texture (7653a1a)
  • examples: Add an example of image texture (20a6a00)
  • examples: Add an example of canvas 2D texture (83ac9fd)
  • examples: Add an example of play/pause (1441aff)
  • examples: Add an example of pointer coordinates (cdc6159)
  • examples: Add an example for uniforms (bd0cbd0)
  • examples: Display render count (47ce9c2)
  • examples: Add example of vertices with indices (bfb1293)
  • examples: Add an example of video texture (229b2a8)
  • examples: Add an example of single pass post-processing (05bad31)
  • Setup Vitepress with Sandpack (a77b367)
  • Setup example editor in VitePress (875fb38)
  • Import all examples in VitePress (78ca377)
  • Complete the migration to VitePress (9f20077)