-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.html
More file actions
76 lines (42 loc) · 4.07 KB
/
Copy pathREADME.html
File metadata and controls
76 lines (42 loc) · 4.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<h2 id="nodeboxlibraryfolder">Nodebox Library folder</h2>
<h2 id="thingsthatarenew">Things that are new</h2>
<p><code>twyg</code> - The twyg library needs at least NodeBox 1.9.23.</p>
<p>The contents of this repo go into the <code>~/Library/Application Support/Nodebox/</code> folder. As of 2017–05–20 and NodeBox v1.9.17+ the library folder can be anywhere and needs to be set in the preferences.</p>
<p>These are modules that could be made to work with my <a href="https://github.com/karstenw/nodebox-pyobjc">Nodebox fork</a>.</p>
<p>The module <code>ants</code> runs.</p>
<p>The module <code>beziereditor</code> runs.</p>
<p>The module <code>boids</code> runs.</p>
<p>The module <code>colors</code> has been patched for zipfile support. The <a href="https://github.com/shoebot/shoebot/commit/b2b9c43b28acb9312ca2a0557cc8728fc49a47bb">patch</a> came from the <a href="https://github.com/shoebot/shoebot">shoebot</a> project. You’ll need at least Nodebox version 1.9.17.</p>
<p>The module <code>coreimage</code> runs mostly but is one mean memory hog.</p>
<p>The module <code>cornu</code> runs.</p>
<p>The module <code>database</code> runs but should not be used. Use linguistics.pattern.db</p>
<p>The module <code>en</code> has been removed. Use linguistics and adapt your scripts. See the linguistics use in flowerewolf, perception,</p>
<p>The module <code>explode</code> runs.</p>
<p>The module <code>fatpath</code> runs.</p>
<p>The module <code>flowerewolf</code> is adapted.</p>
<p>The module <code>graph</code> runs mostly.</p>
<p>The module <code>graphbrowser</code> runs mostly.</p>
<p>The module <code>grid</code> runs.</p>
<p>~~The module <code>ìsight</code> has been rewritten to use the newer <a href="http://iharder.net/imagesnap">imagesnap</a> tool which makes it possible to take sequences of images very quickly. ~~</p>
<p>The <code>ìsight</code> module is about to be removed. It still runs on 10.13 but is Quicktime based and there is currently no substitute.</p>
<p>The module <code>linguistics</code> is new and needs an initialisation for downloading databases. See linguistics/README.md</p>
<p>The module <code>lsys</code>has been written from scratch. Why? Because lindemayer systems are fun. Included are a lot of demos from “Algorithmic Beauty of Plants” and “Lindenmayer Systems, Fractals, and Plants”.</p>
<p>The module <code>lsystem</code> runs.</p>
<p>The module <code>noise</code> has been adapted and the _noise.so file has been compiled for x86_64</p>
<p>The module <code>perception</code> ~~has been removed but may come~~ is back. The associated web application at “http://www.nodebox.net/perception/” for entering new rules has shut down but perception now uses the conceptnet database in linguistics.</p>
<p>The module <code>photobot</code> has been adapted to use <a href="https://github.com/python-pillow/Pillow">Pillow</a>, the PIL successor. You’ll need at least Nodebox version 1.9.12.</p>
<p>The module <code>pixie</code> runs.</p>
<p>The module <code>supershape</code> has been adapted and the cSuperformula.so file has been compiled for x86_64</p>
<p>The module <code>svg</code> runs.</p>
<p>The module <code>web</code> has been removed. Use linguistics.pattern.web; <a href="https://www.nodebox.net/code/index.php/Web.html">docs</a></p>
<p>The module <code>wikipedia</code> has been removed. Use linguistics.pattern.wikipedia</p>
<p>The module <code>wordnet</code> has been removed. Use linguistics.pattern.text.wordnet; <a href="https://www.nodebox.net/code/index.php/WordNet.html">docs</a></p>
<h2 id="thingsthatdonotwork">Things that do not work</h2>
<ol>
<li><p><code>quicktime</code> has been removed.</p></li>
<li><p><code>boostgraph</code>: Missing source files for shared libs.</p></li>
<li><p><code>cutout</code>: No demo files, no docs.</p></li>
<li><p><code>geometry</code>: Has been integrated into the app.</p></li>
<li><p><code>google</code>: Needs a licence key which I do not have and wont apply for.</p></li>
<li><p><code>purenode, tuio and wiinode</code>: Need devices which I do not have.</p></li>
</ol>