Recreating Vintage Computer Art with Processing via @admiller #processing #code

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”2_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

My Video

This was a fun tutorial. You can see the animation I created from the code below along with Alexander’s tutorial and my version of the code below.

 

Alexander’s Processing Tutorial

 

 

My Code


// y = 5x

// x = 5t
// y = 3t +3

static final int NUM_LINES = 200;

float t;

void setup() {
background(20);
size(1920, 1080);
}

void draw() {
background(20);
stroke(255);
strokeWeight(1);

translate(width/2, height/2);
for (int i = 0; i < NUM_LINES; i++) {
line(x1(t + i), y1(t + i), x2(t + i), y2(t + i));
}
// point(x1(t), y1(t));
// point(x2(t), y2(t));
t++;

}

float x1(float t) {
return sin(t / 10) * 300 + sin(t / 15) * random(20,40);
}

float y1(float t) {
return cos(t / 10) * 200;
}

float x2(float t) {
return sin(t / 10) * 400 + sin(t) * 2;
}

float y2(float t) {
return cos(t / 20) * 450 + cos(t / 12) * random(30,50);
}

[/et_pb_text][/et_pb_column][et_pb_column type=”1_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]




[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]

Creative Technologies Winter 2017 classes @uofregina #YQR #YVR

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”1_2″][et_pb_image admin_label=”Image” src=”https://benhalsall.com/wordpress-training-2016-multisite/wordpress-training-2016/wordpress/wp-content/uploads/2016/11/14938387_10154985189061165_4526699608329007351_n-1.jpg” show_in_lightbox=”on” url_new_window=”off” use_overlay=”off” animation=”off” sticky=”off” align=”left” force_fullwidth=”off” always_center_on_mobile=”on” use_border_color=”off” border_color=”#ffffff” border_style=”solid”] [/et_pb_image][et_pb_image admin_label=”Image” src=”https://benhalsall.com/wordpress-training-2016-multisite/wordpress-training-2016/wordpress/wp-content/uploads/2016/11/14925800_10154985188506165_3719043077308152650_n.jpg” show_in_lightbox=”on” url_new_window=”off” use_overlay=”off” animation=”off” sticky=”off” align=”left” force_fullwidth=”off” always_center_on_mobile=”on” use_border_color=”off” border_color=”#ffffff” border_style=”solid”] [/et_pb_image][et_pb_image admin_label=”Image” src=”https://benhalsall.com/wordpress-training-2016-multisite/wordpress-training-2016/wordpress/wp-content/uploads/2016/11/14947806_10154985189071165_1405790525457106505_n.jpg” show_in_lightbox=”off” url_new_window=”off” use_overlay=”off” animation=”off” sticky=”off” align=”left” force_fullwidth=”off” always_center_on_mobile=”on” use_border_color=”off” border_color=”#ffffff” border_style=”solid”] [/et_pb_image][et_pb_image admin_label=”Image” src=”https://benhalsall.com/wordpress-training-2016-multisite/wordpress-training-2016/wordpress/wp-content/uploads/2016/11/15036286_10154985189216165_3940778052959447066_n.jpg” show_in_lightbox=”off” url_new_window=”off” use_overlay=”off” animation=”off” sticky=”off” align=”left” force_fullwidth=”off” always_center_on_mobile=”on” use_border_color=”off” border_color=”#ffffff” border_style=”solid”] [/et_pb_image][/et_pb_column][et_pb_column type=”1_2″][et_pb_image admin_label=”Image” src=”https://benhalsall.com/wordpress-training-2016-multisite/wordpress-training-2016/wordpress/wp-content/uploads/2016/11/14963183_10154985188371165_547532268774711062_n.jpg” show_in_lightbox=”off” url_new_window=”off” use_overlay=”off” animation=”off” sticky=”off” align=”left” force_fullwidth=”off” always_center_on_mobile=”on” use_border_color=”off” border_color=”#ffffff” border_style=”solid”] [/et_pb_image][et_pb_image admin_label=”Image” src=”https://benhalsall.com/wordpress-training-2016-multisite/wordpress-training-2016/wordpress/wp-content/uploads/2016/11/14947885_10154985188121165_2748124203086786861_n.jpg” show_in_lightbox=”off” url_new_window=”off” use_overlay=”off” animation=”off” sticky=”off” align=”left” force_fullwidth=”off” always_center_on_mobile=”on” use_border_color=”off” border_color=”#ffffff” border_style=”solid”] [/et_pb_image][et_pb_image admin_label=”Image” src=”https://benhalsall.com/wordpress-training-2016-multisite/wordpress-training-2016/wordpress/wp-content/uploads/2016/11/14963326_10154985189086165_3634116046497867354_n.jpg” show_in_lightbox=”off” url_new_window=”off” use_overlay=”off” animation=”off” sticky=”off” align=”left” force_fullwidth=”off” always_center_on_mobile=”on” use_border_color=”off” border_color=”#ffffff” border_style=”solid”] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=”Row”][et_pb_column type=”4_4″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

To enrol in any of these classes visit the links below:

Creative Technologies Processes – 10750 – CTCH 111 – 001

The Tablet Orchestra – 10751 – CTCH 202 – 001

Introduction to New Media Graphic Design – 10752 – CTCH 204 – 001

Digital Studio Tools – 10753 – CTCH 211 – 397 (Web Delivered Class)

Audio Tools – 10754 – CTCH 212 – 001

Media Empires – 10755 – CTCH 304 – 001

Spy Media – 10757 – CTCH 320AC – 001

Interdisciplinary Improvisation – 10758 – CTCH 410AA – 001

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]

New Final Cut Pro X 10.3 – Touch Bar Overview & First Thoughts #FCPXWorld #FCPX #FCPX103

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”2_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

Thinking about investing in a new MacBook Pro? One of the major new features is the touch bar. I’ve been excited to explore how it might fit into my editing workflow and recently had the chance to check it out using an emulator.

You can download the emulator here – https://github.com/bikkelbroeders/TouchBarDemoApp/releases/latest .

[/et_pb_text][/et_pb_column][et_pb_column type=”1_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]




[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]

Windows: Resizing Images for the Web Using Microsoft Paint Tutorial

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”2_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

For those that don’t have Photoshop or another professional image editing application then Microsoft Paint may be your tool of choice for resizing editing and creating content for your web-site or video. Although paint is limited it does have some pretty handy features for resizing, cropping and can export out all the image formats you need to maintain transparency (PNG) or for maintaing

[/et_pb_text][/et_pb_column][et_pb_column type=”1_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]




[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]

New Final Cut Pro X 10.3 – Tips for Removing Effects, Transitions & Re-Setting Properties Tutorial

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”2_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

In this Final Cut Pro X 10.3 video tutorial you will learn some great tips for removing your effects or transitions both one at a time and en-masse. Using some of Final Cut Pro X 10.3’s great tools for finding, selecting and modifying multiple clips and transitions you will learn how you can really take control of your timeline.

– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –

About My Final Cut Pro X Tutorials
My Final Cut Pro X help tutorials aim to answer the tricky questions that users come across everyday. These are great classes if you want to learn Final Cut Pro X and each lesson or tip will guide you through in easy to follow steps.

If you are a beginner looking for tutorials in Final Cut Pro X take a look at my free introductory lesson “Final Cut Pro X Beginner Tutorial : Import, Edit & Export in 25 Minutes” which will get you started. This basic tutorial gives you a full run through of how to what you need to know in order to edit videos.

– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –

About My Live Online Training & In Classroom Training
I am a professional trainer of Final Cut Pro X, Adobe Premiere Pro, Adobe Photoshop, Adobe InDesign, Adobe Acrobat Pro & Adobe Illustrator.

I regularly teach classes in Regina and across Saskatchewan as well as running live online workshops. If you’d like to find out more then please drop me a message design@benhalsall.com or visit my web-site www.benhalsall.com .

[/et_pb_text][et_pb_blog admin_label=”Blog” fullwidth=”on” include_categories=”1806″ show_thumbnail=”on” show_content=”off” show_more=”off” show_author=”on” show_date=”on” show_categories=”on” show_comments=”on” show_pagination=”on” offset_number=”0″ use_overlay=”off” background_layout=”light” use_dropshadow=”off” use_border_color=”off” border_color=”#ffffff” border_style=”solid” /][/et_pb_column][et_pb_column type=”1_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]




[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]

InDesign: Create Custom Image Frames with Shapes, Type & The Pathfinder in this Graphic Design Class

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”2_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

Enrol for free: http://skl.sh/2fMY5Qy
Premium enrolment: http://skl.sh/2fifso6

Learn how to create different image frames from shapes, combinations of shapes, divided shape, type and much more.

In this class you will learn how to control, manipulate and create a selection of image frames with the aim of giving you complete control over how your images are placed in Adobe InDesign.

So check out the class intro and find out how you can add a bit ‘A’ for awesome to your Adobe InDesign image frames!

In this class you will learn to:

  • place images in custom shapes
  • place images in type
  • use the pathfinder tool to combine and modify shapes
  • work with the direct selection tool to manipulate shape
  • use type to punch a hole in shapes
  • place, re-scale and modify images

This class covers some fundamental InDesign skills that will be very useful in any design work that you are working on in Adobe InDesign.

If you have any questions about this class or my Adobe InDesign, Adobe Illustrator or Adobe Photoshop classes then just drop me a note.
Enrol for free: http://skl.sh/2fMY5Qy
Premium enrolment: http://skl.sh/2fifso6

[/et_pb_text][/et_pb_column][et_pb_column type=”1_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]




[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]

Final Cut Pro X 10.3 collection of video tutorials, reviews & resources #fcpx

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”3_4″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

I am gradually collecting a series of reviews, resources and video tutorials for Apple’s latest iteration of its professional Video Editing Application – Final Cut Pro X 10.3. If you know of resources, videos or groups that are worth listing here then let me know.

[/et_pb_text][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

New Final Cut Pro X 10.3 Video Tutorials

Watch this playlist of 15 Final Cut Pro X videos on YouTube >

[/et_pb_text][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

Useful articles taking a first look at the newly redesigned Final Cut Pro X 10.3 and its features

[box]

Final Cut Pro X Update – 10.3 First Hands-On Review by Ollie Kenchington

[/box] [box]

10 awesome new Final Cut Pro X version 10.3 features by Jeff Benjamin

[/box] [box]

Final Cut Pro X 10.3 – First Look by fcpxpert.net

[/box] [box]

Final Cut Pro X 10.3 – What’s New: An all-star cast of new features by Apple.com

[/box] [box]

Final Cut Pro X Gets Full Redesign for 10.3

[/box] [box]

All the New Features in FCPX 10.3 by Jonny Elwyn

[/box] [/et_pb_text][/et_pb_column][et_pb_column type=”1_4″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]




[/et_pb_text][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]




[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]

Discussing Composition by @Divisionzero5 #design #graphicdesign

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”2_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

An awesome discussion of composition… well worth a watch.

>

[/et_pb_text][/et_pb_column][et_pb_column type=”1_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]




[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]

New Final Cut Pro X 10.3 – Lanes & Roles for Managing Video, Dialogue, Music & Sound Effects

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”2_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

New in Final Cut Pro X 10.3 is the introduction of Lanes into the Roles feature of Apple’s professional video editing software. The introduction of lanes is a great addition which enables a fluid grouping of clips visually on the timeline as groups for dialogue, effects, music and custom roles and sub-roles that editors create.

This tutorial introduces the basic functionality of roles and lanes in Final Cut Pro X 10.3 and it is definitely a feature that is worth learning more about if you are working on complex edits with more than one editor.

[/et_pb_text][/et_pb_column][et_pb_column type=”1_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]




[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]