declarative generation of animations of natural forms - genesizing on superforms
introduced by sifbuilder
based upon
encouraging to read
building on
having found useful
$ npm install
$ npm start
$ npm run build
MIT
xxxxxxxxxx
<meta charset="utf-8">
<title>Superformula</title>
<style>
#controls {
position: absolute;
width: 270px;
padding: 5px;
}
#controls span,
#controls label {
position: relative;
top: -5px;
padding: 5px;
display: inline-block;
width: 8px;
}
#controls .buttons {
width: 600px;
#controls .anims {
width: 600px;
}
</style>
<div id="controls"></div>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="config.js"></script>
<script src="consol.js"></script>
<script src="superformula.js"></script>
<script src="mapper.js"></script>
<script src="svglayer.js"></script>
<script src="superform.js"></script>
<script src="scales.js"></script>
<script src="buttons.js"></script>
<script src="animas.js"></script>
<script src="animation.js"></script>
<script src="index.js"></script>
https://d3js.org/d3.v4.min.js