Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: v8 examples update #56

Merged
merged 99 commits into from
Feb 22, 2024
Merged

Feat: v8 examples update #56

merged 99 commits into from
Feb 22, 2024

Conversation

bbazukun123
Copy link
Collaborator

@bbazukun123 bbazukun123 commented Dec 21, 2023

Resolves ticket.

  • Update example codes to work with PixiJS v8.
  • Rename Simple Plane example to Mesh Plane.
  • Added Fill Gradient example under the basic section.
  • Remove examples:
    • Cache As Bitmap
    • Interleaving Geometry
    • Gradient Basic
    • Gradient Resource
  • Examples to be verified with the latest next-v8:
    • Scratch Card: Brush graphic doesn't move causing the strokes to be of a slit.
    • Spinner: Artefacts with graphic mask on graphic.
  • Examples to be updated after the availability of Shader.from(vertex, fragment, uniforms):
    • Mouse Blending Advance Filter
    • Custom Advance Filter
    • Shader Toy Filter Render Texture DELETED
    • Triangle
    • Triangle Color
    • Triangle Textured
    • Uniforms DELETED
    • Shared Geometry
    • Shared Shader
    • Instanced Geometry
    • Merging Geometry DELETED
    • Multi Pass Shader Generated Mesh
    • Shader Toy Mesh
  • Known Issues:
    • Blur and Displacement filters: The outcome on the examples are slightly different to previous versions, ie. Blur has some slit artefacts during animation and the displacement doesn't seem to yield an expected zoom effect. UPDATE: The artefacts only happen on WebGPU!
    • Filter Mask: The blur filter doesn't seem to be captured with renderer's generateTexture
    • Simple Graphics: .star(..) doesn't seem to do anything.
    • What's the new approach to new Filter(vertex, fragment, uniforms)?
    • Nested Boundary With Projection example to be investigated. DELETED

Preview

Build: https://pixijs-v8-website-preview.surge.sh/next/examples

@bbazukun123 bbazukun123 marked this pull request as ready for review December 22, 2023 14:17
@bbazukun123 bbazukun123 changed the base branch from hotfix-versioned-code-content-handling to chore-upgrade-to-v8-rc1 January 4, 2024 23:52
@Zyie Zyie changed the title Pre-Release v8 Examples Update Feat: v8 examples update Feb 21, 2024
Base automatically changed from website-restructuring to v8 February 22, 2024 13:08
@Zyie Zyie merged commit 37e1b95 into v8 Feb 22, 2024
1 check passed
@Zyie Zyie deleted the pre-release-v8-examples branch February 22, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants