iceberg
A compositional diagramming and animation library as an eDSL in Python
File Explorer
Download Latest Version (.zip)- blank.ipynb
- tutorial.ipynb
- .gitignore
- connect.py
- logo_float.py
- neural_network.py
- neural_network_animated.py
- neural_network_compute.py
- path_animated.py
- quickstart.py
- rectangle_animated.py
- __init__.py
- ease.py
- scene.py
- tween.py
- __init__.py
- arrows.py
- helpers.py
- __init__.py
- drawable.py
- properties.py
- renderer.py
- __init__.py
- filters.py
- image.py
- latex.py
- layout.py
- plotting.py
- shapes.py
- splines.py
- svg.py
- text.py
- typst.py
- __init__.py
- geometry.py
- utils.py
- .gitignore
- angle.gif
- arrange_animate.gif
- connect.svg
- logo.gif
- logo.png
- neural_network_compute.gif
- neural_network_compute.mp4
- neural_network_compute_transparent.gif
- nn.gif
- nn.png
- quickstart.png
- testimonial.jpg
- testimonial2.jpg
- 0.png
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
- 6.png
- 7.png
- 8.png
- 9.png
- duration.txt
- 0.png
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
- 6.png
- 7.png
- 8.png
- 9.png
- duration.txt
- 0.png
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
- 6.png
- 7.png
- 8.png
- 9.png
- duration.txt
- 0.png
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
- 6.png
- 7.png
- 8.png
- 9.png
- duration.txt
- blank.png
- blurred_image.png
- connect.png
- cubic.png
- dashed.png
- image.png
- logo.png
- neural_net.png
- np_image.png
- opacity_image.png
- OpenSans-Regular.ttf
- partial_path.png
- quickstart.png
- smooth_arrow_path.png
- .gitignore
- __init__.py
- scene_tester.py
- test_animations.py
- test_arrows.py
- test_blank.py
- test_connect.py
- test_filters.py
- test_neural_net.py
- test_paths.py
- test_quickstart.py
- .gitignore
- CITATION.cff
- LICENSE
- README.md
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/revalo/iceberg
Downloads the entire project code from GitHub to your computer.
cd iceberg
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install git+https://github.com/revalo/iceberg.git
Installs the package published on PyPI directly โ no need to clone the source.
pip install -U iceberg-dsl
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install git+https://github.com/revalo/iceberg.git
Installs the package published on PyPI directly โ no need to clone the source.
pip install -U iceberg-dsl
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
