I ditched Windows and used Pop!_OS (Linux) as my daily driver for an entire month. Here's my honest experience — the good, the bad, and the ugly. I cover everything: bugs I ran into, which software worked (and didn't), and what gaming on Linux is actually like in 2026. 📌...
I ditched Windows and used Pop!_OS (Linux) as my daily driver for an
entire month. Here's my honest experience — the good, the bad, and
the ugly.
I cover everything: bugs I ran into, which software worked (and didn't),
and what gaming on Linux is actually like in 2026.
📌 What's covered in this video:
- Why I switched from Windows to Linux
- My experience with Pop!_OS day to day
- Bugs and frustrations I ran into
- Software compatibility — what works on Linux
- Gaming on Linux — is it actually viable?
- Would I recommend Linux to a Windows user?
⏱ Timestamps:
0:00 – Introduction
4:17 – The Linux community...
7:47 – Pop!_OS as my distro
11:25 – Is is hard going from Win to Linux?
12:22 – Does Linux have bugs?
17:56 – Does software work well on Linux?
28:54 – Gaming on Linux?
39:35 – Last thoughts on Linux...
#Linux #PopOS #WindowsToLinux
In Part 2 of this Python for Beginners series, we get your computer fully set up and write your very first Python program! We'll install Python, set up VS Code with Pylance, and print our first "Hello World!" No experience needed — just follow along step by step! 📌 What's...
In Part 2 of this Python for Beginners series, we get your computer
fully set up and write your very first Python program! We'll install
Python, set up VS Code with Pylance, and print our first "Hello World!"
No experience needed — just follow along step by step!
📌 What's covered in this video:
- How to download and install Python
- Setting up VS Code as your Python editor
- Installing the Pylance extension in VS Code
- Writing and running your first "Hello World!" program
💻 Install Python via Terminal:
Windows:
winget install Python.Python.3
macOS:
brew install python
⚠️ Note: On macOS, Homebrew must be installed first.
Visit https://brew.sh to install it.
Linux (Ubuntu/Debian):
sudo apt update && sudo apt install python3
⏱ Timestamps:
0:00 – Introduction
0:59 – How to install Python
2:55 – How to find your Terminal
4:15 – How to install Pylance in VSCode
5:06 – Creating our first project!
7:23 – Wiring code and running it!
...
#Python #PythonForBeginners #InstallPython #VSCode #LearnToCode
New to programming? This is the perfect starting point! In Part 1 of this Python for Beginners series, we break down exactly what Python is, why it's one of the most popular programming languages in the world, and why YOU should learn it. No coding experience needed — just...
New to programming? This is the perfect starting point! In Part 1 of this
Python for Beginners series, we break down exactly what Python is, why it's
one of the most popular programming languages in the world, and why YOU
should learn it.
No coding experience needed — just curiosity!
📌 What's covered in this video:
- What Python is and where it came from
- What Python is used for (web, data, AI, automation & more)
- Why Python is the best first programming language
- What you'll learn throughout this series
⏱ Timestamps:
0:00 – Introduction
1:09 – What you need to get started
2:48 – What is a Terminal?
5:09 – What is Python?
7:26 – Why should you learn Python?
10:19 – So... what's next?
...
#Python #PythonForBeginners #LearnPython #CodingForBeginners #ProgrammingTutorial
Learn how PHP Enums work and why they make your code cleaner and more reliable. In this video, I break down everything you need to know about PHP 8.1 Enums — from basic syntax to backed enums, enum methods, and real-world use cases. ✅ What are Enums in PHP? ✅ Pure Enums vs...
Learn how PHP Enums work and why they make your code cleaner and more reliable. In this video, I break down everything you need to know about PHP 8.1 Enums — from basic syntax to backed enums, enum methods, and real-world use cases.
✅ What are Enums in PHP?
✅ Pure Enums vs Backed Enums
✅ Using Enums in functions and type hints
✅ When and why to use Enums over constants
Whether you're a beginner or leveling up your PHP skills, this tutorial will help you write safer, more expressive PHP code. Drop a comment if you have questions!
🔔 Subscribe for more tutorials
#PHP #PHPEnums #PHPTutorial
➤ GET ACCESS TO MY LESSON MATERIAL HERE!
First of all, thank you for all the support you have given me!
I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!
I am now using Patreon and YouTube Memberships to share improved and updated lesson material, and for a small fee you can access all the material either from my memberships or Patreon, depending on your preference. I have worked hard, and done my best to help you understand what I teach.
I hope you will find it helpful :)
Memberships: https://www.youtube.com/channel/UCzyuZJ8zZ-Lhfnz41DG5qLw/join
Patreon: https://www.patreon.com/mmtuts
AI tools like ChatGPT are changing how people learn programming, and “how to code” tutorials are being replaced faster than many expected. After teaching programming on YouTube for over 10 years, I’ve seen firsthand how AI has impacted learning, content creation, and even the...
AI tools like ChatGPT are changing how people learn programming, and “how to code” tutorials are being replaced faster than many expected. After teaching programming on YouTube for over 10 years, I’ve seen firsthand how AI has impacted learning, content creation, and even the sustainability of coding education.
In this video, I talk honestly about how AI is affecting coding tutorials, why beginner programming content is struggling, and what this means for developers, teachers, and students. This isn’t an anti-AI rant — I use AI myself — but a realistic look at how the way we learn to code is shifting.
We’ll discuss whether coding tutorials are becoming obsolete, how AI tools replace traditional programming education, the rise of “just ask AI,” and what skills still matter in an AI-driven development world. If you’re learning to code, teaching programming, or working as a developer, this conversation matters.
What do you think? Is AI replacing coding tutorials, or just changing them? Let me know in the comments.
➤ SUPPORT MY CHANNEL BELOW!
Memberships: https://www.youtube.com/channel/UCzyuZJ8zZ-Lhfnz41DG5qLw/join
Patreon: https://www.patreon.com/mmtuts
I’ve never used Python before, so I wanted to see what it’s actually like to use Python for making games. In this video, I explore what tools exist, what Python is capable of, and how game development even works in a Python-based workflow. Instead of following a step-by-step...
I’ve never used Python before, so I wanted to see what it’s actually like to use Python for making games. In this video, I explore what tools exist, what Python is capable of, and how game development even works in a Python-based workflow.
Instead of following a step-by-step guide, I approach this the way most people actually learn: by testing ideas, asking questions, and figuring things out as I go. Along the way, I discover that Pygame is the go-to option for making games in Python — and I start wrapping my head around how it all fits together.
This series is about learning in public, making mistakes, and seeing whether Python is a realistic option for game development when you’re starting from zero.
If you’re curious about Python, game development, or what it’s really like to learn something new from scratch, this one’s for you.
➤ GET ACCESS TO MY LESSON MATERIAL
Memberships: https://www.youtube.com/channel/UCzyuZJ8zZ-Lhfnz41DG5qLw/join
Patreon: https://www.patreon.com/mmtuts
I am now using Patreon and YouTube Memberships to share improved and updated lesson material, and for a small fee you can access all the material either from my memberships or Patreon, depending on your preference. I have worked hard, and done my best to help you understand what I teach.
I hope you will find it helpful :)
I’ve never used Python before, so I wanted to see what it’s actually like to use Python for making games. In this video, I explore what tools exist, what Python is capable of, and how game development even works in a Python-based workflow. Instead of following a step-by-step...
I’ve never used Python before, so I wanted to see what it’s actually like to use Python for making games. In this video, I explore what tools exist, what Python is capable of, and how game development even works in a Python-based workflow.
Instead of following a step-by-step guide, I approach this the way most people actually learn: by testing ideas, asking questions, and figuring things out as I go. Along the way, I discover that Pygame is the go-to option for making games in Python — and I start wrapping my head around how it all fits together.
This series is about learning in public, making mistakes, and seeing whether Python is a realistic option for game development when you’re starting from zero.
If you’re curious about Python, game development, or what it’s really like to learn something new from scratch, this one’s for you.
I’ve never used Python before, so I wanted to see what it’s actually like to use Python for making games. In this video, I explore what tools exist, what Python is capable of, and how game development even works in a Python-based workflow. Instead of following a step-by-step...
I’ve never used Python before, so I wanted to see what it’s actually like to use Python for making games. In this video, I explore what tools exist, what Python is capable of, and how game development even works in a Python-based workflow.
Instead of following a step-by-step guide, I approach this the way most people actually learn: by testing ideas, asking questions, and figuring things out as I go. Along the way, I discover that Pygame is the go-to option for making games in Python — and I start wrapping my head around how it all fits together.
This series is about learning in public, making mistakes, and seeing whether Python is a realistic option for game development when you’re starting from zero.
If you’re curious about Python, game development, or what it’s really like to learn something new from scratch, this one’s for you.
Affinity 3 comes with a lot of tools on the left side, and it’s not always clear what each one actually does. In this beginner-friendly tutorial, I’ll walk you through every key tool inside the Pixel Studio and explain, in simple terms, when and why you’d use each one. If...
Affinity 3 comes with a lot of tools on the left side, and it’s not always clear what each one actually does. In this beginner-friendly tutorial, I’ll walk you through every key tool inside the Pixel Studio and explain, in simple terms, when and why you’d use each one. If you’ve ever hovered over a tool and thought “Do I even need this?”, this video is for you.
Whether you’re editing photos, painting, or creating thumbnails, understanding the Pixel tools will make Affinity 3 feel way less overwhelming and much more powerful. We’ll go through selection tools, brushes, erasers, healing tools, dodge & burn, blur/sharpen, smudge, and more – all with real examples so you can see the difference each tool makes on an actual image.
By the end of this video, you’ll have a clear mental map of the entire Pixel toolbar and know exactly which tools to reach for in your own projects.
🎨 What you’ll learn:
• What each Pixel tool on the left side actually does in Affinity 3
• The difference between selection tools (marquee, lasso, selection brush, object selection)
• How brush-based tools like Paint Brush, Erase, Smudge, and Blur/Sharpen behave
• When to use healing, clone, and inpainting tools for retouching
• How dodge & burn tools can add depth and contrast
My Undo Brush Tool tutorial: https://www.youtube.com/watch?v=ffJJurWUmeM
If you enjoy the video, don’t forget to like 👍, comment 💬, and subscribe for more Affinity 3 tutorials, photo editing tips, and creative workflows!
📌 Timestamps:
00:00 Introduction
00:58 Move Tool
02:18 Mesh Warp Tool
03:00 Deform Tool
03:38 CropTool
04:09 Object Selection Tool
05:46 Selection Brush Tool
07:03 Flood Select Tool
08:26 Rectangular Marquee Tool
08:54 Elliptical Marquee Tool
09:23 Column Marquee Tool
09:43 RowMarquee Tool
09:52 Freehand Selection Tool
10:35 Fill Tool
11:37 Flood Fill Tool
12:22 Paint Brush Tool
12:39 Paint Mizer Brush
13:10 Color Replacement Brush Tool
14:27 Pixel Tool
15:20 Erase Brush Tool
15:36 Background Erase Tool
16:03 Flood Erase Tool
16:29 Adjustment Brush Tool
18:03 Burn Tool
18:15 Dodge Tool
18:25 Sponge Tool
19:00 Filter Brush Tool
19:48 Blur Tool
20:02 Sharpen Tool
20:00 Median Tool
21:20 Smudge Tool
21:45 Clone Brush Tool
22:44 Undo Brush Tool
26:54 Inpainting Brush Tool
27:31 Healing Brush Tool
29:20 Patch Tool
29:42 Blemish Removal Tool
30:16 Red Eye Removal Tool
30:36 Pen Tool
31:30 Node Tool
32:09 Rectangle Tool (And other Shape Tools)
33:01 Artistic Text Tool
33:49 Frame Text Tool
34:18 Color Picker Tool
35:00 Style Picker Tool
35:54 View Tool
36:04 Zoom Tool
#Affinity3 #AffinityTutorial #AffinityFree #PhotoEditing #PixelStudio #GraphicDesign #DesignTutorial #DaniKrossing
Ever wish you could paint back in time? The Undo Brush Tool in Affinity 3 lets you do exactly that — and it’s one of the most underrated tools in the entire suite. In this step-by-step tutorial, I’ll show you how to use the Undo Brush Tool to restore earlier history states,...
Ever wish you could paint back in time? The Undo Brush Tool in Affinity 3 lets you do exactly that — and it’s one of the most underrated tools in the entire suite. In this step-by-step tutorial, I’ll show you how to use the Undo Brush Tool to restore earlier history states, blend past edits back into your current image, and even paint using saved snapshots for ultra-precise control.
Whether you’re fixing small mistakes, recovering details you unintentionally erased, or creating subtle before/after blends, this tool gives you a creative level of control that most people never use. And the best part? It’s completely non-destructive and works beautifully for photo retouching, compositing, illustration, and design workflows.
🔗 Affinity (Free): https://www.affinity.studio
In this tutorial, you’ll learn how to select the Undo Brush, how history painting works, how to create and use snapshots, and how to blend old and new edits together for seamless results. I’ll also show common pitfalls and how to avoid them, so you can rely on this tool whenever you need to bring back lost details.
🎨 What you’ll learn:
• How the Undo Brush Tool works in Affinity 3
• How to paint back earlier history steps with full control
• How to create and use snapshots for targeted restoration
• How to blend old and new edits together seamlessly
• Tips for keeping your workflow non-destructive
• Common mistakes to avoid when using history-based tools
If you enjoy the video, don’t forget to like 👍, comment 💬, and subscribe for more Affinity 3 tutorials, workflow tips, and creative editing guides!
📌 Timestamps:
00:00 Introduction
00:28 Undo Brush Tool explained
01:01 How to "undo paint" your history
02:38 How to "undo paint" using Snapshots
#Affinity3 #AffinityTutorial #UndoBrush #AffinityPhoto #AffinityFree #PhotoEditing #GraphicDesign #HistoryBrush #AffinityTips #DaniKrossing
Adjustment Layers are one of the most powerful tools in Affinity 3, and in this beginner-friendly tutorial I’ll show you exactly how to use them to transform your photos without damaging the original image. Whether you’re completely new to Affinity or switching from...
Adjustment Layers are one of the most powerful tools in Affinity 3, and in this beginner-friendly tutorial I’ll show you exactly how to use them to transform your photos without damaging the original image. Whether you’re completely new to Affinity or switching from Photoshop, this step-by-step guide will teach you how to edit your images the right way — using clean, non-destructive workflows.
In this tutorial, we’ll walk through the most important adjustment layers such as Brightness & Contrast, Curves, HSL, White Balance, and more. You’ll learn what each adjustment does, how it affects your image, and how to stack multiple adjustments together to get beautiful, professional-looking results.
🔗 Link: https://www.affinity.studio
By the end of the video, you’ll know how to build a full color-grading workflow using nothing but adjustment layers, how to mask them to affect only specific areas, and how to keep your edits fully reversible so you can tweak them anytime.
🎨 What you’ll learn:
• What Adjustment Layers are and why they're essential
• How to add, edit, and rearrange adjustments in Affinity 3
• How to use Levels, HSL, White Balance, Exposure, and more
• How to apply adjustments to specific layers
• How to stack adjustment layers for clean color grades
• Non-destructive editing basics every beginner should know
If you enjoy the video, don't forget to like 👍, comment 💬, and subscribe for more Affinity 3 tutorials, beginner guides, and editing tips!
#Affinity3 #AffinityTutorial #AffinityFree #PhotoEditing #GraphicDesign #AdjustmentLayers #AffinityEditing #DaniKrossing
Removing backgrounds behind hair is one of the trickiest editing challenges — but in Affinity 3, the Selection Brush and Refine tools make it surprisingly easy. In this step-by-step tutorial, I’ll show you how to create clean, natural-looking hair cutouts without halos,...
Removing backgrounds behind hair is one of the trickiest editing challenges — but in Affinity 3, the Selection Brush and Refine tools make it surprisingly easy. In this step-by-step tutorial, I’ll show you how to create clean, natural-looking hair cutouts without halos, jagged edges, or messy leftover background pixels.
We’ll start by making a rough selection with the Selection Brush Tool, then move into Affinity’s powerful Refine Selection panel to handle hair strands, soft edges, and transparent details. Whether you're editing portraits, thumbnails, product photos, or creative composites, this method gives you professional results with just a few simple steps.
🔗 https://www.pexels.com/photo/curled-hair-woman-making-a-pose-157920
🔗 https://www.youtube.com/watch?v=LlvPkbCJIxg
🔗 Link: https://www.affinity.studio
This tutorial uses only built-in tools available in the free Affinity 3 suite — no plugins, no subscriptions, no paid add-ons. Perfect for beginners and anyone switching from Photoshop to Affinity.
🎨 What you'll learn:
• How to use the Selection Brush Tool to isolate your subject
• How to refine fine hair edges using Matte, Foreground, and Feather controls
• How to remove colored fringing and leftover background haloing
• How to output your refined selection as a mask or a new transparent layer
• How to touch up hair edges for cleaner, more realistic results
• Tips for handling curly hair, flyaways, and soft hair transitions
By the end of this video, you’ll know exactly how to remove backgrounds behind even the most difficult hair shapes — fast, clean, and fully non-destructive.
If you enjoy the video, remember to like 👍, comment 💬, and subscribe for more Affinity tutorials, background removal tips, and workflow guides!
#Affinity3 #AffinityTutorial #Affinity #RemoveBackground #AffinityHairCutout #AffinityRefineSelection #AffinityFree #PhotoEditing #GraphicDesign #DaniKrossing
Removing backgrounds in Affinity 3 is easier and more accurate than ever — and in this step-by-step tutorial, I’ll show you exactly how to get clean, professional cutouts using the Object Selection Tool, the Selection Brush Tool, and the powerful Refine Selection options....
Removing backgrounds in Affinity 3 is easier and more accurate than ever — and in this step-by-step tutorial, I’ll show you exactly how to get clean, professional cutouts using the Object Selection Tool, the Selection Brush Tool, and the powerful Refine Selection options. Whether you're isolating a person, a product, or complex hair details, this video will teach you the fastest and cleanest methods to get the perfect result.
🔗 Link: https://www.affinity.studio
In this tutorial, we’ll walk through all the essential techniques for creating high-quality cutouts inside Affinity 3. You’ll learn how to start with automatic selections, refine difficult edges like hair and fur, correct mistakes, and output the final result as a mask or transparent PNG. This is perfect for anyone creating thumbnails, social media graphics, product shots, digital art, or composite edits.
No plugins required — everything shown uses only the built-in tools in Affinity 3.
🎨 What you’ll learn:
• How to use the Object Selection Tool for fast automatic subject detection
• How to clean up your selection using the Selection Brush Tool
• How to refine hair, transparent objects, and soft edges
• How to output your cutout using masks or a new layer with transparency
• Tips for fixing rough edges, halos, and leftover background patches
• How to get the cleanest possible result with nothing but Affinity tools
By the end of the video, you’ll be able to remove backgrounds perfectly — whether you're a complete beginner or switching from Photoshop to Affinity’s free creative suite.
If you enjoy the video, don’t forget to like 👍, comment 💬, and subscribe for more Affinity tutorials, editing tips, and creative workflows!
#Affinity3 #AffinityTutorial #Affinity #AffinityFree #AffinityPhoto #AffinityDesigner #DesignTutorial #PhotoEditing #GraphicDesign #RemoveBackground #DaniKrossing
Take your productivity to the next level with this in-depth Affinity tutorial on Macros and Batch Jobs! In this video, I’ll show you exactly how to automate repetitive tasks, record your own macros, and process entire folders of images automatically — all inside Affinity....
Take your productivity to the next level with this in-depth Affinity tutorial on Macros and Batch Jobs! In this video, I’ll show you exactly how to automate repetitive tasks, record your own macros, and process entire folders of images automatically — all inside Affinity. Whether you’re editing dozens of photos or creating design templates, these powerful automation tools will save you hours of work and help you focus on creativity instead of repetition.
🔗 Link: https://www.affinity.studio
You’ll learn how to record and save macros, apply them across multiple documents, and set up batch jobs to process entire projects with one click. Plus, I’ll walk you through common mistakes to avoid and share time-saving tricks to make your workflow smoother than ever.
🎨 What you’ll learn:
• How to record and edit macros step-by-step
• How to use batch jobs for large-scale automation
• How to combine macros with filters, adjustments, and exports
• Smart tips for organizing and reusing your macros
• Common pitfalls and how to fix them
By the end of this tutorial, you’ll know how to automate your editing process like a pro and unlock the full power of Affinity’s automation tools.
If you enjoy the video, don’t forget to like 👍, comment 💬, and subscribe for more Affinity tutorials and creative workflow tips!
#Affinity3 #AffinityTutorial #Affinity #AffinityMacros #AffinityBatchJobs #AffinityAutomation #AffinityFree #GraphicDesign #PhotoEditing #AffinityWorkflow #DaniKrossing
Take full control of your creative environment in Affinity 3! In this in-depth tutorial, I’ll show you how to switch between different Studios, customize your panels, and create your own workspace layouts — perfectly tailored to the way you work. Learn how to reset, save, and...
Take full control of your creative environment in Affinity 3! In this in-depth tutorial, I’ll show you how to switch between different Studios, customize your panels, and create your own workspace layouts — perfectly tailored to the way you work. Learn how to reset, save, and load Studio presets, as well as organize your workspace for photo editing, vector design, or layout projects.
Whether you’re brand new to Affinity or switching from Adobe, this guide will help you understand how Studios work and why customizing them can drastically improve your speed and comfort while editing. You’ll also learn pro tips for keeping your workspace clean, efficient, and visually consistent across the Affinity suite.
By the end, you’ll know how to:🎨 Switch between default Studios in Affinity 3🧩 Rearrange and dock panels exactly where you want them💾 Create and save your own custom Studios⚙️ Reset and restore Studio layouts in seconds🚀 Build specialized setups for different creative workflows
If you enjoy this video, don’t forget to like 👍, comment 💬, and subscribe for more Affinity tutorials, workspace tips, and creative editing guides.
📎 Link: https://www.affinity.studio
#Affinity3 #AffinityTutorial #Affinity #DesignTutorial #GraphicDesign #AffinityWorkspace #AffinityFree #AffinityStudio #AffinityTips #AffinityForBeginners #NoSubscription #PhotoshopAlternative #DaniKrossing
Learn how to transform blurry or pixelated images into smooth, professional-looking graphics using Affinity 3’s Image Trace tool. In this tutorial, I’ll walk you through the entire process step-by-step — from setting up your workspace to adjusting tracing settings for the...
Learn how to transform blurry or pixelated images into smooth, professional-looking graphics using Affinity 3’s Image Trace tool. In this tutorial, I’ll walk you through the entire process step-by-step — from setting up your workspace to adjusting tracing settings for the sharpest possible result.
Whether you’re working on a logo, illustration, or photo, this method will help you create clean, scalable artwork without losing detail. Perfect for designers, illustrators, and anyone wanting sharper, higher-quality images inside Affinity.
👉 Works in Affinity Designer 3, Affinity Photo 3, and Affinity Publisher 3 (using the new unified interface).
If you enjoyed the video, don’t forget to like, comment, and subscribe for more Affinity tutorials!
Affinity 3 is finally here — and it’s completely free! In this beginner-friendly tutorial, I’ll walk you through everything you need to know to get started with the new Affinity 3 suite. Learn how to set up a new project, explore the three different workspaces (Vector, Pixel,...
Affinity 3 is finally here — and it’s completely free! In this beginner-friendly tutorial, I’ll walk you through everything you need to know to get started with the new Affinity 3 suite. Learn how to set up a new project, explore the three different workspaces (Vector, Pixel, and Layout), and understand how they work together in this powerful all-in-one creative app.
Link: https://www.affinity.studio
Whether you’re switching from Adobe, returning to Affinity, or opening it for the first time, this guide will help you master the basics fast. By the end, you’ll know how to navigate the interface, customize your workspace, and start creating your very first project with confidence.
🎨 What you’ll learn:
• How to set up a new Affinity 3 document
• The difference between Vector, Pixel, and Layout workspaces
• Essential tools and shortcuts for beginners
If you enjoy the video, don’t forget to like 👍, comment 💬, and subscribe for more creative tutorials and Affinity tips!
#Affinity3 #AffinityTutorial #AffinityDesigner #AffinityPhoto #AffinityPublisher #AffinityFree #GraphicDesign #DesignTutorial #DaniKrossing
Affinity just crushed Adobe. 🪨💥 With the launch of Affinity Version 3, all their apps — Photo, Designer, and Publisher — are now completely free, making it one of the best deals ever for creative professionals. In this video, I’ll break down why this move is such a big deal,...
Affinity just crushed Adobe. 🪨💥
With the launch of Affinity Version 3, all their apps — Photo, Designer, and Publisher — are now completely free, making it one of the best deals ever for creative professionals.
In this video, I’ll break down why this move is such a big deal, how it changes the creative software landscape, and why Affinity might now be the ultimate alternative to Adobe for most designers and artists.
If you use Photoshop, Illustrator, or InDesign, this might be the perfect time to make the switch.
Link: https://www.affinity.studio
🎨 Topics covered:
What’s new in Affinity 3
- Why it’s completely free now
- How Affinity compares to Adobe
- Should you switch from Creative Cloud?
💬 Let me know in the comments if you’re making the switch or staying with Adobe!
📌 Timestamps:
00:00 This changes EVERYTHING!
00:22 Affinity 3 is FREE!
04:20 Is it ACTUALLY free?
05:16 Adobe has bad practices...
06:31 Showing off Affinity v3
09:46 What does Affinity Premium give you?
09:46 Comparing Affinity vs Adobe prices
11:46 Final thoughts on Affinity v3
#Affinity #Affinity3 #Adobe #AffinityPhoto #AffinityDesigner #AffinityPublisher #DesignSoftware #CreativeCloudAlternative #FreeSoftware #GraphicDesign #PhotoEditing #Illustration