Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slowli/julia-set

Rendering Julia sets with WebGL
https://github.com/slowli/julia-set

fractal-images graphics html5 webgl

Last synced: 3 months ago
JSON representation

Rendering Julia sets with WebGL

Awesome Lists containing this project

README

        

# Julia Sets

[![Build status][ci-image]][ci-url]
[![Coverage report][coverage-image]][coverage-url]
[![License: Apache-2.0][license-image]][license-url]

[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)

[ci-image]: https://github.com/slowli/julia-set/workflows/CI/badge.svg?branch=master
[ci-url]: https://github.com/slowli/julia-set/actions
[coverage-image]: https://img.shields.io/codecov/c/gh/slowli/julia-set.svg
[coverage-url]: https://codecov.io/gh/slowli/julia-set/
[license-image]: https://img.shields.io/github/license/slowli/julia-set.svg
[license-url]: https://github.com/slowli/julia-set/blob/master/LICENSE

Set of packages for WebGL-assisted rendering of fractals based on [Julia sets].


Fractal example

## Packages

- [`julia-set`](packages/julia-set) is the base package usable in modern browsers
- [`julia-set-node`](packages/julia-set-node) is the server-side version, which uses
[Puppeteer] to perform rendering anywhere

## License

All packages are licensed under the [Apache 2.0 license](LICENSE).

[Julia sets]: https://en.wikipedia.org/wiki/Julia_set
[Puppeteer]: https://npmjs.com/package/puppeteer