Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/slowli/julia-set
- Owner: slowli
- License: apache-2.0
- Created: 2019-01-03T14:42:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T03:57:04.000Z (3 months ago)
- Last Synced: 2024-10-08T05:04:52.342Z (3 months ago)
- Topics: fractal-images, graphics, html5, webgl
- Language: JavaScript
- Size: 3.76 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/LICENSESet of packages for WebGL-assisted rendering of fractals based on [Julia sets].
## 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