DNA Drawing Tool Using P5.js
DNA Drawer is running at https://sakatani.github.io/dna-drawer/
https://note.com/ysakatani/n/n1510cc7a5525 (written in Japanese)
You can change DNA properites and styles listed below:
- Shape
- circular or linear DNA
- Length [px]
- Width [px]
- Number of helical turns
- Gap ratio between helices
- Central angle (For circular DNA only)
- Number of strands
- Weight of strands [px]
- Color of strands
- Background color
DNA Drawer is licensed under the MIT License.
This repository refers to codes from other libraries:
- p5.gui is licensed under MIT
- p5.js is licensed under LGPL 2.1
- DAT.GUI is licensed under Apache 2.0
- Quicksettings.js is licensed under MIT