#LazarusIDE
Added a radar and markers. Also, the skybox now uses HDR.
#raylib #gamedev #solodev #FreePascal #LazarusIDE #screenshotsaturday
July 26, 2025 at 8:21 AM
New Free Pascal tutorial! This one explores how to use TTimer and the Paint event to create a smooth breathing animation in Lazarus. It’s a fun little GUI project and a great intro to animation in Pascal.

🎥 youtu.be/HoNW3da9cf8

#FreePascal #LazarusIDE #PascalProgramming #CodingTutorial
Breathing Animation in Free Pascal Using TTimer and a Paint(box)
YouTube video by The Silver Pascal Coder
youtu.be
November 9, 2025 at 8:34 AM
Just built HeidiSQL from source using Lazarus 4.2 — fixed some issues, poked around the code, and shared what I found.
🎥 Watch here: youtu.be/WV-vubcDnt8

#OpenSource #FreePascal #LazarusIDE
First Look at HeidiSQL Source Code – Build and Explore with Lazarus
YouTube video by The Silver Pascal Coder
youtu.be
July 26, 2025 at 7:15 AM
Ready to start your debugging journey in Lazarus 4.0...
(i) Breakpoints, (ii) Watch windows, (iii) Run to Cursor, (iv) Local variable inspection, (v) And more!

#LazarusIDE #FreePascal #Debugging #PascalTutorial #BugFixing #LiveCoding #LearnPascal #ProgrammingHelp

youtu.be/qYzMPEwDbnY
Lazarus 4.0 Debugging Tools in Action with a Simple Demo App
YouTube video by The Silver Pascal Coder
youtu.be
May 25, 2025 at 3:20 AM
New Video – Database App Part 2!

In this episode, we expand our Free Pascal + Lazarus database app with:

🔹 Row coloring (red = unregistered)
🔹 Edit form to update details before saving

Catch up with the series here 👉 youtu.be/wsHlotczSIc

#FreePascal #LazarusIDE #PascalProgramming #DatabaseApp
Code With Me | Database App in Free Pascal (Part 2) with Row Coloring & Edit Form
YouTube video by The Silver Pascal Coder
youtu.be
August 23, 2025 at 11:12 AM
Continue building the Pascal GUI Guessing Game! 🎮 In Part 2, you’ll validate input, enforce difficulty ranges, count guesses, finish win/lose logic, and lock/unlock the UI with a “Play Again” flow.

#PascalProgramming #LazarusIDE #KidsWhoCode #OpenWiseLearning #LinuxCoding
Guessing Game 2.0 (Object Pascal GUI in Lazarus) - Part 2
YouTube video by OpenWise Learning
www.youtube.com
October 24, 2025 at 2:03 PM
Beginner-friendly coding tutorial: Build a classic number guessing game using Object Pascal in Lazarus IDE on Linux. 🧠🎮
#PascalProgramming #LazarusIDE #GuessingGame #PythonVsPascal #OpenWiseLearning #STEMEducation #KidsWhoCode #FreePascal
Guessing Game in Pascal: Differences from Python (Intermediate Tutorial)
YouTube video by OpenWise Learning
www.youtube.com
October 24, 2025 at 1:55 PM
First look inside the Double Command source code! Explore screenshots, grab it from GitHub, and see how it handles exceptions & multi-threaded debugging — plus how it extends LazLogger.

🎥 Watch here: youtu.be/9HQjR-_18k8

#FreePascal #LazarusIDE #Debugging #PascalProgramming
First Look: How Double Command Handles Exceptions & Debugging
YouTube video by The Silver Pascal Coder
youtu.be
August 9, 2025 at 12:31 PM
Dive deeper into working with dates in SQLite3 using the strftime function and learn how to handle date and time data effectively in Lazarus.

#SQLite3 #PascalProgramming #LazarusIDE #DatabaseDevelopment #strftime #FreePascal #SQLTips #DateHandling #ProgrammingTutorial

youtu.be/QR2arjyb6YM
Mastering Dates with SQLite3, strftime, and Lazarus
YouTube video by The Silver Pascal Coder
youtu.be
December 7, 2024 at 11:46 AM
I've just uploaded a tutorial video re basic dictionary application in Free Pascal using Lazarus, using stringlists...

Video: youtu.be/amAQvb2a3Og

#FreePascal #LazarusIDE #GUIprogramming #PascalTutorial #DictionaryApp #StringList
Building a Dictionary App with Free Pascal & Lazarus
YouTube video by The Silver Pascal Coder
youtu.be
March 1, 2025 at 9:20 AM
In this beginner-friendly tutorial, we use Object Pascal in Lazarus IDE on Linux to build a real GUI app. Learn how to design forms, drop components, and wire up events — a perfect intro before games and animations.

#LazarusIDE #FreePascal #KidsWhoCode #STEMEducation #OpenWiseLearning
Build Your First Pascal GUI in Lazarus (Beginner Tutorial)
YouTube video by OpenWise Learning
www.youtube.com
October 24, 2025 at 1:58 PM
Tuning your compiler can make your apps faster and greener.
In this one, I take a simple Pascal primes program from 1MB down to 39KB using Lazarus IDE and Free Pascal.

🔗 youtu.be/Rby8OhU18Fk

#LazarusIDE #FreePascal #GreenCoding #EnergyEfficientSoftware #PascalProgramming #CodeOptimization
Lazarus Compiler Settings for Greener, Faster Pascal Apps
YouTube video by The Silver Pascal Coder
youtu.be
June 29, 2025 at 8:22 AM
I just posted a walkthrough of the new IDE — perfect for beginners. Learn how to create your first GUI app and install packages (Minimap) in Free Pascal.

🎥 Watch it here: youtu.be/zBImv-TjIzg

#FreePascal #LazarusIDE #OpenSourceDev #PascalProgramming
Getting Started with Lazarus 4.0: IDE Tour + Installing Packages
YouTube video by The Silver Pascal Coder
youtu.be
May 11, 2025 at 2:55 AM
Learn how to use lazbuild, the command-line tool for the Lazarus IDE, to compile and link your Pascal programs efficiently.

#PascalProgramming #LazarusIDE #FreePascal #lazbuild #PascalTips #CommandLineTools #SoftwareDevelopment #Pascal #Lazarus #CodingTips #BuildAutomation

youtu.be/h1hzEQmGj1Y
Using lazbuild to compile (/link) your pascal programs
YouTube video by The Silver Pascal Coder
youtu.be
December 7, 2024 at 11:47 AM
In this beginner-friendly tutorial, we turn a classic number guessing game into a Pascal GUI app using Lazarus on Linux. Add difficulty levels, use case statements, and build a simple interface with Button, Edit, and Label.

#PascalProgramming #KidsWhoCode #LazarusIDE #OpenWiseLearning
Guessing Game 2.0 (Object Pascal GUI in Lazarus) - Part 1
YouTube video by OpenWise Learning
www.youtube.com
October 24, 2025 at 2:02 PM
Learn how to call C functions from Free Pascal! In this video, we walk through interfacing with a simple C library, using the Raylib game framework as an example.

youtu.be/f29SMhakdtE

#FreePascal #LazarusIDE #PascalProgramming #CInterop #Raylib #OpenSource #ProgrammingTutorial #LearnToCode
How to Use C Libraries in Free Pascal | Raylib + FPC Linux Example
YouTube video by The Silver Pascal Coder
youtu.be
April 7, 2025 at 8:14 AM
Just built a small Positive Quote Generator in #FreePascal with a Lazarus GUI 🌿
Loads uplifting quotes from a file — first step toward a simple mental health app idea.
🎥 Watch: youtu.be/VNUvJg5O66k
#LazarusIDE #ModernPascal #CodingMotivation #MentalHealth
Lazarus GUI Project – Random Quote Feature for a Wellness App
YouTube video by The Silver Pascal Coder
youtu.be
November 1, 2025 at 11:20 AM
Next video starts as a tutorial for a "DB App", then turns into live coding session after a couple of IDE hiccups and my own blunders. Sigh! Anyways, come along for the ride and see how it all unfolds:

👉 youtu.be/0gyg05GgnNk

#FreePascal #PascalProgramming #DatabaseApp #CodeWithMe #LazarusIDE
Code With Me | Database App in Free Pascal (Tutorial Turns Into Unfiltered Chaos)
YouTube video by The Silver Pascal Coder
youtu.be
August 16, 2025 at 6:59 AM