Skip to content

Commit ffdd6d0

Browse files
committed
fixing lint error
1 parent d651eb2 commit ffdd6d0

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/templates/pages/showcase/featuring/casey-louise.hbs

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ slug: showcase/featuring/
3030
</section>
3131

3232
<section class="project-credit">
33+
<h2 class='sr-only'>Project Credits</h2>
3334
<p>
3435
Casey Conchinha <span class="note">(he/him)</span>
3536
<br>Louise Lessél <span class="note">(she/her)</span>
@@ -42,29 +43,29 @@ slug: showcase/featuring/
4243

4344
<p class='project-q'>What are you up to?</p>
4445
<p class='project-a'>Casey: I'm a student at NYU ITP who's interested in computer graphics and interactive spaces, physical and digital.</p>
45-
<p class='project-a'>Louise: I'm a student at NYU ITP who's interested in computer graphics and interactive spaces based on sensor technologies.</p class='project-a'>
46+
<p class='project-a'>Louise: I'm a student at NYU ITP who's interested in computer graphics and interactive spaces based on sensor technologies.</p>
4647

4748
<p class='project-q'>How did you get started with p5.js?</p>
48-
<p class='project-a'>Casey: I started learning p5.js in 2018 in my first semester at ITP, though I had been dabbling in <a href="https://processing.org/" target="_blank">Processing</a> since 2012. I was introduced to Processing by my friend Pedro while I was studying graphic design, and it blew my mind. The idea of making my own tools for creating graphics and interactive art piqued my interest, but once I actually tried it, I was hooked. The first project I can remember was an eye that followed you around the screen, and it was sad when you left it alone.</p class="project-a">
49-
<p class='project-a'>Louise: I initially learned p5.js to make a website I was creating more playful. I’m a C# programmer, so this was a good segway into JavaScript for me.</p class='project-a'>
49+
<p class='project-a'>Casey: I started learning p5.js in 2018 in my first semester at ITP, though I had been dabbling in <a href="https://processing.org/" target="_blank">Processing</a> since 2012. I was introduced to Processing by my friend Pedro while I was studying graphic design, and it blew my mind. The idea of making my own tools for creating graphics and interactive art piqued my interest, but once I actually tried it, I was hooked. The first project I can remember was an eye that followed you around the screen, and it was sad when you left it alone.</p>
50+
<p class='project-a'>Louise: I initially learned p5.js to make a website I was creating more playful. I’m a C# programmer, so this was a good segway into JavaScript for me.</p>
5051

5152
<p class='project-q'>How did you use p5.js in this project?</p>
5253
<p class='project-a'>Casey: I was putting off learning shaders for a long time, and I was also curious if I could use them in p5.js. Then I heard about a grant for open source, storytelling, and learning resource projects at ITP called <a href="https://www.itpxstory.com/" target="_blank">xStory</a>. Since I wasn't finding much in the way of p5.js + shader documentation, I decided to figure out how they're implemented in p5.js and create a resource for others to learn. When I told Louise about the project, she was immediately excited about learning and teaching shaders in p5.js. She's been great about making sure the project is a learning resource and not just a collection of examples.</p>
5354

5455
<p class='project-q'>What's your favorite p5.js feature?</p>
55-
<p class='project-a'>Casey: Does <a href="https://thecodingtrain.com/" target="_blank">Shiffman</a> count as a feature? I also love having the ability to share my programs on the web so that people don't have to install special software or come to NYC to see my work.</p class='project-a'>
56-
<p class='project-a'>Louise: My favorite feature is <code><a href="https://p5js.org/reference/#/p5/push" target="_blank">push()</a></code> and <code><a href="https://p5js.org/reference/#/p5/pop" target="_blank">pop()</a></code> for transformation of the coordinate system to make generative visuals.</p class='project-a'>
56+
<p class='project-a'>Casey: Does <a href="https://thecodingtrain.com/" target="_blank">Shiffman</a> count as a feature? I also love having the ability to share my programs on the web so that people don't have to install special software or come to NYC to see my work.</p>
57+
<p class='project-a'>Louise: My favorite feature is <code><a href="https://p5js.org/reference/#/p5/push" target="_blank">push()</a></code> and <code><a href="https://p5js.org/reference/#/p5/pop" target="_blank">pop()</a></code> for transformation of the coordinate system to make generative visuals.</p>
5758

5859
<p class='project-q'>Did you face any challenges working on this project? If so, how did you overcome them?</p>
59-
<p class='project-a'>Casey: The beginning of the project (figuring out how things work) was us reaching out to amazing people, asking questions, and asking for permission to use their examples in our project. <a href="https://github.com/aferriss/p5jsShaderExamples" target="_blank">Adam Ferriss' GitHub repo</a> really laid the groundwork for us in understanding how shaders work in p5.js and provided a framework of approachable examples for us to build on. For some specific p5.js-related issues we were having, we reached out to <a href="http://www.katehollenbach.com/" target="_blank">Kate Hollenbach</a> and <a href="https://stalgiagrigg.name/" target="_blank">Stalgia Grigg</a> (who worked on the <a href="https://github.com/processing/p5.js/issues?q=is%3Aissue+is%3Aopen+webgl+label%3Aarea%3Awebgl" target="_blank">WebGL implementation in p5.js</a>), and they were super helpful.</p class='project-a'>
60+
<p class='project-a'>Casey: The beginning of the project (figuring out how things work) was us reaching out to amazing people, asking questions, and asking for permission to use their examples in our project. <a href="https://github.com/aferriss/p5jsShaderExamples" target="_blank">Adam Ferriss' GitHub repo</a> really laid the groundwork for us in understanding how shaders work in p5.js and provided a framework of approachable examples for us to build on. For some specific p5.js-related issues we were having, we reached out to <a href="http://www.katehollenbach.com/" target="_blank">Kate Hollenbach</a> and <a href="https://stalgiagrigg.name/" target="_blank">Stalgia Grigg</a> (who worked on the <a href="https://github.com/processing/p5.js/issues?q=is%3Aissue+is%3Aopen+webgl+label%3Aarea%3Awebgl" target="_blank">WebGL implementation in p5.js</a>), and they were super helpful.</p>
6061
<p class='project-a'>Louise: The learning curve was pretty steep for getting shaders into p5. Luckily, there were some very well-documented examples on GitHub by Adam Ferriss. Our aim was to do so in a way that a complete beginner can understand how to implement it, so it was as much a technical challenge as it was a challenge in teaching code to strangers and beginners. Here we drew inspiration from the way the <a href="https://openframeworks.cc/ofBook/chapters/foreword.html" target="_blank">openFrameworks book</a> is written. A fun “hey, it’s not hard and you can do it too” approach is what we believe in.</p>
6162

6263
<p class='project-q'>What's a cool thing we should check out?</p>
63-
<p class='project-a'>Check out the <a href="https://github.com/ITP-xStory" target="_blank">xStory GitHub</a> to see our peers' amazing grant projects!</p class='project-a'>
64+
<p class='project-a'>Check out the <a href="https://github.com/ITP-xStory" target="_blank">xStory GitHub</a> to see our peers' amazing grant projects!</p>
6465

6566
<p class='project-q'>Where can people learn more about you?</p>
66-
<p class='project-a'>Casey: <a href="https://cargocollective.com/kcconch" target="_blank">cargocollective.com/kcconch</a>, <a href="https://github.com/kcconch" target="_blank">@kcconch</a> (GitHub)</p class='project-a'>
67-
<p class='project-a'>Louise: <a href="http://www.louiselessel.com/" target="_blank">louiselessel.com</a>, <a href="https://github.com/louiselessel" target="_blank">@louiselessel</a> (GitHub)</p class='project-a'>
67+
<p class='project-a'>Casey: <a href="https://cargocollective.com/kcconch" target="_blank">cargocollective.com/kcconch</a>, <a href="https://github.com/kcconch" target="_blank">@kcconch</a> (GitHub)</p>
68+
<p class='project-a'>Louise: <a href="http://www.louiselessel.com/" target="_blank">louiselessel.com</a>, <a href="https://github.com/louiselessel" target="_blank">@louiselessel</a> (GitHub)</p>
6869
</section>
6970
<div style='clear:both'></div>
7071

0 commit comments

Comments
 (0)