Player FM - Internet Radio Done Right
Checked 2M ago
הוסף לפני nine שנים
תוכן מסופק על ידי Justin Dike. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Justin Dike או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Player FM - אפליקציית פודקאסט
התחל במצב לא מקוון עם האפליקציה Player FM !
התחל במצב לא מקוון עם האפליקציה Player FM !
פודקאסטים ששווה להאזין
בחסות
V
Via Podcast


1 The Southwest’s Wildest Outdoor Art: From Lightning Fields to Sun Tunnels 30:55
30:55
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי30:55
A secret field that summons lightning. A massive spiral that disappears into a salt lake. A celestial observatory carved into a volcano. Meet the wild—and sometimes explosive—world of land art, where artists craft masterpieces with dynamite and bulldozers. In our Season 2 premiere, guest Dylan Thuras, cofounder of Atlas Obscura, takes us off road and into the minds of the artists who literally reshaped parts of the Southwest. These works aren’t meant to be easy to reach—or to explain—but they just might change how you see the world. Land art you’ll visit in this episode: - Double Negative and City by Michael Heizer (Garden Valley, Nevada) - Spiral Jetty by Robert Smithson (Great Salt Lake, Utah) - Sun Tunnels by Nancy Holt (Great Basin Desert, Utah) - Lightning Field by Walter De Maria (Catron County, New Mexico) - Roden Crater by James Turrell (Painted Desert, Arizona) Via Podcast is a production of AAA Mountain West Group.…
Build an iMessage App Part 9 – Scaling with a UISlider and Saving the Scale to User Defaults
Manage episode 473455216 series 1144178
תוכן מסופק על ידי Justin Dike. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Justin Dike או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.

Build an iMessage App Part 9 – Scaling with a UISlider and Saving the Scale to User Defaults
In this video tutorial, we’ll scale the main emoji image using a UISlider, then save the scale value as a preference in the user defaults (formerly the NSUserDefaults)
Hosts: Justin Dike
70 פרקים
Manage episode 473455216 series 1144178
תוכן מסופק על ידי Justin Dike. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Justin Dike או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.

Build an iMessage App Part 9 – Scaling with a UISlider and Saving the Scale to User Defaults
In this video tutorial, we’ll scale the main emoji image using a UISlider, then save the scale value as a preference in the user defaults (formerly the NSUserDefaults)
Hosts: Justin Dike
70 פרקים
Все серии
×SceneKit, ARKit and Swift 4 – Basics Tutorial – Part 2 – Hit Testing In this second video in our SceneKit and ARKit basics series, we’ll look at a few SCNActions used to delay adding content to the scene, and most importantly, we’ll talk about hit testing. By the end of the video, you’ll be able to tap the screen, detect whether you touched the ball node (set up from the previous lesson) and apply a physics impulse to it. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
SceneKit and ARKik – Basics Tutorial – Part 1 In this first video tutorial using the ARKit and SceneKit template, we’ll remove the starting assets and build a simple box and ball scene. We will use Swift 4 to program the ball to have a physics body affected by gravity so it then drops onto the box, which has a static physics body. You’ll learn how to setup objects in the Scene Editor, then enumerate through the children in the scene to find those objects by name with Swift. We’ll also discuss some debug options, like seeing the world origin, physics bodies, and augmented reality feature points. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
Adobe Animate CC 2018 – Basic Tutorials – Part 1 In this Adobe Animate basics video tutorial, we’ll discuss the selection and sub-selection tools, which are essential for manipulation vector points in the program (as well as selecting things). We’ll also cover some helpful preferences (like contact-sensitive selection) and some other beginner concepts. Subscribe to this Podcast on iTunes…
How to Ink then Shade a Clothing Heavy Comic Book Character – Part 2 In this second video we’ll ink and shade the clothing of the character we sketched in part 1. Subscribers can continue watching Part 3 in this series here. Subscribe to this Podcast on iTunes
How to Ink then Shade a Clothing Heavy Comic Book Character – Part 1 The initial sketch of a comic book character illustration we’ll color and shade in future video tutorials. Recorded in real time. Subscribe to this Podcast on iTunes
How to Draw, Shade and Color a Male Comic Book Character’s Face using Procreate A fun off-the-cuff video tutorial on how to draw using Procreate and (optionally) an iPad Pro. This lesson I’ll draw a comic book style male character in a typical “stare down” pose. Recorded in real time (not a speed drawing). Subscribe to this Podcast on iTunes…
Build an iMessage App Part 14 – Adding a Resend Button Finally we’ll polish off the tutorial series by adding a resend button to the app. This way once a user has completed their masterpieces and saved them, all they’ll need to do on the intro screen is scroll to their previously saved image and hit resend. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
Build an iMessage App Part 13 – Refining the Picker Wheels In this Swift 3 video tutorial, we’ll make the picker columns / components respond more intuitively. Hosts: Justin Dike Subscribe to this Podcast on iTunes
Build an iMessage App Part 12 – Adding the “Sayings” Images In this video we’ll add the secondary image to the image container. Hosts: Justin Dike Subscribe to this Podcast on iTunes
Build an iMessage App Part 11 – Saving the Image to Send as an MSMessage and as Data to Retrieve In this Swift 3 tutorial we’ll save everything in our image container as data (which can be saved to the User Defaults), then insert the image into the conversation as an MSMessage. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
Build an iMessage App Part 10 – Rotating with a UISlider and Going Back to Intro Screen In this video tutorial, we’ll rotate the main emoji image using a UISlider, then write the Swift 3 code to go back to the initial starting screen of the app Hosts: Justin Dike Subscribe to this Podcast on iTunes
Introduction to Sprite Kit – Part 8 – Changing zPositions at Runtime and Making a Custom Class In this final video, we’ll use the update method to check where the player is and then change the zPosition (layering) of buildings based on that value. This will make it look like the player is visually in front of or in back of a particular building. Then finally we’ll create a Castle class, or subclass of SKSpriteNode, and demonstrate how this custom class can have it’s own functions and properties. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
Build an iMessage App Part 9 – Scaling with a UISlider and Saving the Scale to User Defaults In this video tutorial, we’ll scale the main emoji image using a UISlider, then save the scale value as a preference in the user defaults (formerly the NSUserDefaults) Hosts: Justin Dike Subscribe to this Podcast on iTunes…
Introduction to Sprite Kit with Swift 3 – Part 7 – Detecting Physics Contacts Between Bodies In this video tutorial, we’ll add an SKPhysicsContactDelegate to the class, then add a didBegin contact statement to listen out for physics notifications from bodies. This requires setting the categoryBitMask and contactTestBitMask on the player and a hypothetical building object that we add this lesson.Hosts: Justin Dike Subscribe to this Podcast on iTunes…

1 Build an iMessage App Part 8 – Re-positioning the Emoji from the Last Location Saved in the User Defaults
Build an iMessage App Part 8 – Re-positioning the Emoji from the Last Location Saved in the User Defaults In this Swift 3 video tutorial we’ll discuss how to reposition the emoji in the image container based on the last location the user had moved it to. This is done by saving the x and y location in the User defaults Hosts: Justin Dike Subscribe to this Podcast on iTunes…
Introduction to Sprite Kit with Swift 3 – Part 6 – Gesture Recognizers In this video tutorial we’ll add Swipe, Tap and Rotation gestures recognizers to the scene. We’ll discuss properties and related functions for each, as well as converting radians to degrees and removing all gestures from the scene. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
C
CartoonSmart Tutorials

Build an iMessage App Part 7 – Customizing the Emoji Picker and Adding an Image Container In this Swift 3 and iMessage video tutorial, we’ll add an image container which will house the main emoji image and secondary “saying” image, which ultimately get saved and sent in the MSMessage. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
C
CartoonSmart Tutorials

Introduction to Sprite Kit – Part 5 – Short Interlude to look at a Cross Platform Project We’ll take a short break from the previous project and explore the Cross Platform Sprite Kit template included with Xcode. This is a project that has an iOS, tvOS, WatchOS and MacOS Target. The neat thing about this template is all four device types use the same GameScene.swift and GameScene.sks files. So ideally, you can code once and deploy to all those devices. We’ll also look at how to add files to a particular device Target after they’ve already been imported or created (this is done in Xcode’s Build Phases tab) Hosts: Justin Dike Subscribe to this Podcast on iTunes…
C
CartoonSmart Tutorials

Introduction to Sprite Kit with Swift 3 – Part 4 – Action Groups / Sequences and Run Blocks In this video, we’ll continue working with SKActions, by changing the previous lesson’s walk actions into a sequence of actions. This will allow you to run code at the end of a sequence. In this example, when the player begins walking we’ll make gravity affect him (creating an effect like wind is pushing him), then when the player has stopped walking, gravity will no longer be in affect. We’ll also look at create a speed variable for movements and frame animations of the player. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
C
CartoonSmart Tutorials

Build an iMessage App Part 6 – Customizing the Emoji Picker and Adding an Image Container In this Swift 3 and iMessage tutorial, we’ll add an image container which will house the main emoji image and secondary “saying” image, which ultimately get saved and sent in the MSMessage. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
C
CartoonSmart Tutorials

Introduction to Sprite Kit with Swift 3 – Part 3 – Introducing SKActions and Detecting Touches In this video tutorial, we’ll continue where we left off in the last video and run SKActions on our player. We’ll work both with programmatically setup SKActions as well as Actions created using the Timeline in the Scene Editor. Then we’ll work with detecting touch locations as well as using the update function to check on the player’s location. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
C
CartoonSmart Tutorials

Introduction to Sprite Kit with Swift 3 – Part 2 – Adding a Player with Physics Properties In this video tutorial we’ll jump right in by adding player art assets to the game, then use them in our Sprite Kit Scene file by setting physics properties on an SKSpriteNode. We’ll tinker with some of the physics, then look at how to declare / cast an SKSpriteNode variable in the GameScene.swift which equals the child node setup in the Scene (.sks file). Sounds like a lot, but its a quick and painless introduction to the power of Sprite Kit and the Scene Editor. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
Build an iMessage App Part 5 – Adding the Second UIPickerView In this part of our Swift 3 / iMessage app video tutorial, we’ll progress from the intro screen to an expanded mode where the user will customize the image they want to create. We’ll remove our first UIPickerView and replace it with a two component (column) wheel which will eventually have options to add a caption to our image and manipulate the size, position and rotation of items. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
Build an iMessage App Part 4 – Styling UIButtons and UIView Animations In this video we’ll add a UIButton to eventually move away from the intro picker, but primarily we’ll focus on styling the button, adding custom fonts to Xcode, repositioning (and animating) views when we switch between expanded and compact mode. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
Introduction to Sprite Kit with Swift 3 – Part 1 – The Starting Template A quick video tutorial for FIRST time users of Xcode 8, Sprite Kit, and (later on) Swift 3. This video is a quick tour of the general settings in Xcode 8, and the GameScene.sks file. We’ll tinker a bit with some physics properties and run the Simulator a few times to experiment. If you already have some experience with Xcode, you can skip this intro video. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
Build an iMessage App Part 3 -Using Images in the Picker and Selecting Rows (Video Tutorial Podcast 39) In this video tutorial we will replace the UILabels in our UIPickerView and instead use UIImageViews. We’ll also look at the code to detect what row has been selected. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
Build an iMessage App Part 2 -UIPickerView Setup (Video Tutorial Podcast 38) In this video tutorial we’ll add a UIPickerView to our Swift 3 Xcode project. Hosts: Justin Dike Subscribe to this Podcast on iTunes
Build an iMessage App Part 1 – Template Introduction (Video Tutorial Podcast 37) In this course we will build an iMessage app (Similar to our Cartoon Me app available at http://tinyurl.com/cartoonmeapp ) that lets users select images from a UIPickerView, then customize the image with another UIView. For example, people could select an emoji cartoon, then add a background meme, or caption image like “LOL”. Users can even save these images to re-edit later. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
Sticker Packs and How to make Animated PNGS (Video Tutorial Podcast Episode 36) In this Xcode 8 video tutorial, we’ll take a quick look at Sticker Packs for iOS 10, how to set them up, how stickers are sent, and then we’ll discuss how to create animated PNGs (APNG files) as an alternative resource asset that can be imported to Xcode. In other words instead of using Sticker Sequence, you can import APNG which can have some advantages. Hosts: Justin Dike Subscribe to this Podcast on iTunes…
C
CartoonSmart Tutorials

How to Setup Tile Maps in Xcode 8 In this video tutorial, you’ll learn how to setup Tile Maps in Xcode 8. We’ll look at the new Tile Map Node, the tools to paint tiles in the node, and even some tips on how to create your adjacent tiles to bring into Xcode. Plenty more to come at CartoonSmart.com for iOS 10 and Xcode 8. Watch Fullscreen Download the Tile Map Template / Other Assets Subscribe to this Podcast on iTunes…
ברוכים הבאים אל Player FM!
Player FM סורק את האינטרנט עבור פודקאסטים באיכות גבוהה בשבילכם כדי שתהנו מהם כרגע. זה יישום הפודקאסט הטוב ביותר והוא עובד על אנדרואיד, iPhone ואינטרנט. הירשמו לסנכרון מנויים במכשירים שונים.