Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

heestand-xyz/VertexKit

Repository files navigation

VertexKit

a Framework for iOS & macOS
written in Swift & Metal
an extension of PixelKit

Particles Example

view.wantsLayer = true
view.layer!.backgroundColor = .black

PixelKit.main.render.bits = ._16

let pres: Resolution = .square(Int(sqrt(1_000_000)))

let noise = NoisePIX(at: pres)
noise.colored = true
noise.octaves = 5
noise.zPosition = .live * 0.1

let particles = UVParticlesPIX(at: .size(view.bounds.size) * 2)
particles.vtxPixIn = noise - 0.5
particles.color = LiveColor(lum: 1.0, a: 0.1)

let finalPix: PIX = particles
finalPix.view.frame = view.bounds
finalPix.view.checker = false
view.addSubview(finalPix.view)

About

a Framework for iOS & macOS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published