]> git.quilime.com - quilime.com.git/commitdiff
New (old?) entries
authorGabriel Dunne <gdunne@quilime.com>
Fri, 16 Jun 2023 19:49:31 +0000 (12:49 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Fri, 16 Jun 2023 19:49:31 +0000 (12:49 -0700)
_includes/archive-sort.html [deleted file]
_includes/nav.html [deleted file]
_layouts/index.html
_posts/2013-09-18-fluid.md [new file with mode: 0644]
_posts/2014-04-27-gh-td.md [new file with mode: 0644]
all.html [new file with mode: 0644]
css/style.css

diff --git a/_includes/archive-sort.html b/_includes/archive-sort.html
deleted file mode 100644 (file)
index e732873..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<div class="archive-sort">
-by:
-{% if page.url == '/archive-d/' %}
-
-  date | <a href="{{site.url}}/archive-c/">category</a> | <a href="{{site.url}}/archive-i/">thumbs</a>
-
-{% endif %}
-{% if page.url == '/archive-c/' %}
-
-  <a href="{{site.url}}/archive-d/">date</a> | category | <a href="{{site.url}}/archive-i/">thumbs</a>
-
-{% endif %}
-{% if page.url == '/archive-i/' %}
-
-  <a href="{{site.url}}/archive-d/">date</a> | <a href="{{site.url}}/archive-c/">category</a> | thumbs
-
-{% endif %}
-</div>
-
diff --git a/_includes/nav.html b/_includes/nav.html
deleted file mode 100644 (file)
index a5cda5f..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<ul>
-  <li><h4 style="margin-top:0;" class="header"><a href="{{site.url}}/">{{site.name}}</a></h4></li>
-  <li><a href="{{ site.url }}/about/">about</a></li>
-  <li><a href="{{ site.url }}/posts/">all posts</a></li>
-
-  <li>&nbsp;</li>
-  <li><h4 class="header"><a href="/featured/">featured</a></h4></li>
-  {% for post in site.categories.featured %}
-    <li class="indent"><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
-  {% endfor %}
-
-  <li>&nbsp;</li>
-  <li><h4 class="header"><a href="/works/">works</a></h4></li>
-  {% for post in site.categories.works %}
-    <li class="indent"><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
-  {% endfor %}
-
-  <li>&nbsp;</li>
-  <li><h4 class="header"><a href="/performance/">performance</a></h4></li>
-  {% for post in site.categories.performance %}
-    <li class="indent"><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
-  {% endfor %}
-
-  <li>&nbsp;</li>
-  <li><h4 class="header"><a href="/projects/">projects</a></h4></li>
-  {% for post in site.categories.projects %}
-    <li class="indent"><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
-  {% endfor %}
-
-  <li>&nbsp;</li>
-  <li><a href="{{ site.url }}/notes/">notes</a></li>
-  <li><a href="{{ site.url }}/archive-d/">archive</a></li>
-  <li><a href="{{ site.url }}/feed.xml">rss</a></li>
-</ul>
index 5ee389a53de0ececdf02d0a2258c28760b7b33a1..9740e87470429a74e32afbd98f1a2101d619124f 100644 (file)
@@ -19,6 +19,7 @@
     <div id="nav">
         <ul>
           <li><a href="{{site.url}}/">home</a></li>
+          <li><a href="{{ site.url }}/all/">all entries</a></li>
           <li><a href="{{ site.url }}/about/">about</a></li>
           <li><a href="{{ site.url }}/feed.xml">rss</a></li>
         </ul>
diff --git a/_posts/2013-09-18-fluid.md b/_posts/2013-09-18-fluid.md
new file mode 100644 (file)
index 0000000..1b89819
--- /dev/null
@@ -0,0 +1,16 @@
+---
+title: C++/Cinder TouchDesigner TOP
+date: 2013-09-18
+---
+<iframe src="//player.vimeo.com/video/75031641?byline=0&amp;color=ffffff" width="600" height="337" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
+
+Compiling the Cinder C++ library as a TouchDesigner Texture Operator (TOP)
+
+source [github.com/quilime/Cinder-TouchDesigner-TOP](https://github.com/quilime/Cinder-TouchDesigner-TOP)
+
+
+
+### built with
+- TouchDesigner v77
+- Visual Studio 2010
+- Windows 7
diff --git a/_posts/2014-04-27-gh-td.md b/_posts/2014-04-27-gh-td.md
new file mode 100644 (file)
index 0000000..7417521
--- /dev/null
@@ -0,0 +1,76 @@
+---
+title: Grasshopper <-> TouchDesigner Geometry Bridge
+date: 2014-04-27
+---
+
+![](https://raw.githubusercontent.com/quilime/gh-td/master/screenshots/td_sender.JPG)
+
+<!--more-->
+
+Grasshopper <-> TouchDesigner Bridge for Polygon Mesh Geometry
+Source on [Github](https://github.com/quilime/gh-td)
+
+(c) 2013-2015 
+
+[Download .zip](https://github.com/quilime/gh-td/archive/master.zip)
+
+by [@quilime](http://github.com/quilime/) and [@ana00](http://github.com/ana00/)
+
+## Abstract
+
+A collection of patches that send\receive polygon geometry from Grasshopper in realtime to TouchDesigner and visa/versa via OSC.
+
+## Requirements
+
+### Software
+- [Rhino3D](http://rhino3d.com)
+- [Grasshopper3D](http://www.grasshopper3d.com/)
+- [TouchDesigner](https://www.derivative.ca/)
+
+### Grasshopper Plugins
+- [gHowl](http://www.grasshopper3d.com/group/ghowl)
+- [GhPython](http://www.food4rhino.com/project/ghpython)
+- [LunchBox](http://www.food4rhino.com/project/lunchbox) (Used for demo purposes)
+- How to install Grasshopper Plugins (http://coder.the-bac.edu/?p=97)
+
+## Examples
+
+### Sending geometry from Grasshopper -> Touchdesigner
+
+1. Open gh/sender.gh in Grasshopper
+2. Open td/receiver.toe in TouchDesigner
+
+#### Grasshopper Sender
+
+gh/sender.gh
+
+![](https://raw.githubusercontent.com/quilime/gh-td/master/screenshots/sender_gh.PNG)
+
+### TouchDesigner Receiver
+
+td/receiver.toe
+
+![](https://raw.githubusercontent.com/quilime/gh-td/master/screenshots/td_receive.PNG)
+
+### Sending geometry from Touchdesigner -> Grasshopper
+
+## Demo Video
+
+<iframe src="https://player.vimeo.com/video/144831795?h=138aaf2d6f" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
+<p><a href="https://vimeo.com/144831795">TD_to_GH</a> from <a href="https://vimeo.com/anitazk">Anita_zk</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
+
+1. Open td/receiver.toe in TouchDesigner
+2. Open gh/sender.gh in Grasshopper
+
+### TouchDesigner Sender
+
+td/sender.toe
+
+![](https://raw.githubusercontent.com/quilime/gh-td/master/screenshots/td_sender.JPG)
+
+#### Grasshopper Receiver
+
+gh/receiver.gh
+
+![](https://github.com/quilime/gh-td/blob/master/screenshots/gh_receiver.JPG)
diff --git a/all.html b/all.html
new file mode 100644 (file)
index 0000000..59a3779
--- /dev/null
+++ b/all.html
@@ -0,0 +1,12 @@
+---
+layout: index
+---
+
+<!-- Posts -->
+<div class="allposts">
+  {% for post in site.posts %}
+    <div class="entry">
+      <h1><a href="{{ site.url }}{{ post.url }}">— {{ post.title }}</a></h1>
+    </div>
+  {% endfor %}
+</div>
index 9e1b7b846d234ea0eacc400c51cadd386d219ed1..504a279d6b65c3d0efdfa4c692f09e14013aa255 100644 (file)
@@ -1,4 +1,4 @@
-:root {
+h1, :root {
     --bg-color: #1e1e1e;
     --link-color: #54A1FF;
 }
@@ -30,6 +30,7 @@ a.mute {
     color:rgb(129, 144, 144);
 }
 a:hover {
+    color:#f0f;
 }
 
 
@@ -40,8 +41,8 @@ h1 {
 }
 h1, h2, h3, h4, h5, h6 {
     color:#666;
-    font-size:1.2em;
-    letter-spacing:0.2em;
+    font-size:1.5em;
+    letter-spacing:0.1em;
 }
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     text-decoration:none;
@@ -51,7 +52,14 @@ h1 a {
 }
 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
 }
-h5 {
+
+h2, h3, h4, h5, h6 {
+    font-size:1.1em;
+}
+h3, h4, h5, h6 {
+    font-size:1.0;
+}
+h5, h6 {
     font-size:12px;
     font-weight: normal
 }
@@ -130,6 +138,9 @@ span.nextprev span a {
     height:100%;
     color:var(--link-color);
 }
+span.nextprev span a:hover {
+    color:#f0f;
+}
 
 .more {
 /*    font-weight: normal;*/
@@ -159,14 +170,15 @@ span.nextprev span a {
   margin:0 !important ;
 }
 
-
-
 .entry {
     margin-bottom: 4em;
 }
 .entry .metadata {
   /*visibility:hidden;*/
 }
+.entry img {
+    max-width:600px;
+}
 .entry:hover .metadata{
   visibility:visible;
 }
@@ -174,6 +186,10 @@ span.nextprev span a {
   visibility:visible !important;
 }
 
+.allposts .entry {
+    margin:0;
+}
+
 .singlebg {
 
 }