This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This example is a py5 version of a 3D printing project I did a few years ago. | |
# See https://ixora.io/itp/3d_printing/tesseracts/ for history and more details | |
# about the math. | |
# This code is written in py5's module mode. This could be quickly modified for | |
# imported mode, which would eliminate the need for the `import py5` and the | |
# `py5.` prefixes in the code. See http://py5.ixora.io/content/py5_modes.html | |
# to learn more. | |
import numpy as np |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ***************************************************************************** | |
# | |
# Part of the py5 library | |
# Copyright (C) 2020-2021 Jim Schmitz | |
# | |
# This library is free software: you can redistribute it and/or modify it | |
# under the terms of the GNU Lesser General Public License as published by | |
# the Free Software Foundation, either version 2.1 of the License, or (at | |
# your option) any later version. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Jim Schmitz | |
2017.11.27 | |
NYU-ITP 2019 | |
http://ixora.io/itp/ | |
Script for duplicating the special effects of "simulacra" in After Effects. | |
https://vimeo.com/123006429 |