No description
Find a file
2024-12-13 12:57:40 +01:00
.github/workflows chore: Add deploy workflow 2024-12-13 12:26:43 +01:00
dist feat: change to fullscreen and progressive rendering 2024-12-12 23:57:57 +01:00
src feat: Center mandelbrot set 2024-12-13 12:57:40 +01:00
.gitignore first commit 2024-12-07 22:15:59 +01:00
gleam.toml first commit 2024-12-07 22:15:59 +01:00
manifest.toml first commit 2024-12-07 22:15:59 +01:00
README.md first commit 2024-12-07 22:15:59 +01:00

queermandelbrot

Package Version Hex Docs

gleam add queermandelbrot@1
import queermandelbrot

pub fn main() {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/queermandelbrot.

Development

gleam run -m esgleam/install # Install esbuild dependency
gleam build                  # Build the project to JS
gleam run -m build           # Create bundle in /dist
gleam run -m serve           # Start dev webserver on part 8000