Skip to content

smoroden/generative-placeholders

Repository files navigation

GenerativePlaceholders

Stop being static and spice up your app with some generative placeholders.

Made in SwiftUI they are easy to use and can be customized to your needs.

Inspired by this wonderful Glitch project!

How to use

Add this to your swift packages in XCode. File -> Swift Package -> Add Package Dependency

    https://github.com/smoroden/generative-placeholders

The Placeholders

There are four placeholds to use right now.

CellularAutomata

CellularAutomataPlaceholder()
    .frame(width: 300, height: 300)

Image of CellularAuttomata 1

Image of CellularAuttomata 2

Image of CellularAuttomata 3

TiledLines

TiledLinesPlaceholder()
    .frame(width: 300, height: 300)

Image of TiledLines 1

Image of TiledLines 2

Image of TiledLines 3

UnDeuxTrois

UnDeuxTroisPlaceholder()
    .frame(width: 300, height: 300)

Image of UnDeuxTrois 1

Image of UnDeuxTrois 2

Image of UnDeuxTrois 3

CubicDisarray

CubicDisarrayPlaceholder()
    .frame(width: 300, height: 300)

Image of CubicDisarray 1

Image of CubicDisarray 2

Image of CubicDisarray 3

About

A collection of generative placeholders in SwiftUI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages