Skip to content

Commit a84b234

Browse files
committed
WIP converting to py5
1 parent 11fe019 commit a84b234

File tree

5 files changed

+12
-294
lines changed

5 files changed

+12
-294
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2019 Alexandre B A Villares
189+
Copyright 2023 Alexandre B A Villares
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,44 @@
22

33
> Studies in digital fabrication
44
5-
You will need to [install Processing Python Mode](https://abav.lugaralgum.com/como-instalar-o-processing-modo-python/index-EN.html) to run these examples!
5+
This is work in progress to convert the materials to [py5](https://py5coding.org). For the earlier [Processing Python Mode](https://abav.lugaralgum.com/como-instalar-o-processing-modo-python/index-EN.html) code, visit the "archive" branch: https://github.com/villares/Paper-objects-with-Processing-and-Python/tree/Processing-Python-mode
66

77
---
88

99
![simple_2D_unfolded_box](simple_2D_unfolded_box/simple_2D_unfolded_box.png)
1010

11-
[simple_2D_unfolded_box](https://github.com/villares/Paper-objects-with-Processing-and-Python/tree/master/simple_2D_unfolded_box)
11+
[simple_2D_unfolded_box](simple_2D_unfolded_box/)
12+
13+
<!-- WIP
1214
1315
---
1416
1517
![box_with_rectangular_holes](box_with_rectangular_holes/sketch_190522a.gif)
1618
17-
[box_with_rectangular_holes](https://github.com/villares/Paper-objects-with-Processing-and-Python/tree/master/box_with_rectangular_holes)
19+
[box_with_rectangular_holes]
1820
1921
---
2022
2123
![box_with_circular_holes](box_with_circular_holes/sketch_190918a.gif)
2224
23-
[box_with_circular_holes](https://github.com/villares/Paper-objects-with-Processing-and-Python/tree/master/box_with_circular_holes)
25+
[box_with_circular_holes]
2426
2527
---
2628
2729
![paraboloid_box_v0](paraboloid_box_v0/paraboloid_box_v0.png)
2830
29-
[paraboloid_box_v0](https://github.com/villares/Paper-objects-with-Processing-and-Python/tree/master/paraboloid_box_v0)
31+
[paraboloid_box_v0]
3032
3133
---
3234
3335
![unfold_pyramid](unfold_pyramid/sketch_190502a.gif)
3436
35-
[unfold_pyramid](https://github.com/villares/Paper-objects-with-Processing-and-Python/tree/master/unfold_pyramid)
37+
[unfold_pyramid]
38+
39+
-->
3640

3741
---
3842

3943
![unfold_pyramidal_solid](unfold_pyramidal_solid/sketch_190509a.gif)
4044

41-
[unfold_pyramidal_solid](https://github.com/villares/Paper-objects-with-Processing-and-Python/tree/master/unfold_pyramidal_solid)
42-
45+
[unfold_pyramidal_solid](unfold_pyramidal_solid/)

unfold_pyramidal_solid/geometry.py

-159
This file was deleted.
-381 KB
Binary file not shown.

unfold_pyramidal_solid/unfold_pyramidal_solid.pyde

-126
This file was deleted.

0 commit comments

Comments
 (0)