How to Create a Dialog Box in Flutter? DialogBox with Radio Button

image 1

Hello Everyone, In this article, I will be discussing how you can create a dialog box in Futter. Dialog Box or Popup Box is important in Flutter. They are used to show additional information to the user and for other many purposes. The dialog box you see in this article will be the popup box … Read more

How to Add Lighting in Blender? Easy Blender 3D Tutorial

blender lighting

Hey Guys, In this tutorial, I will be discussing Lighting and its effect on Blender modeling. To sum up, in general terms, these are a few of the ways that you may have seen how to light a scene: Chapter 5: Blender Lighting Check out Other Chapters:Chapter 1: Getting Started with Blender: IntroductionChapter 2: Things … Read more

Easy Blender 3D Tutorial: Understanding Spline Modeling in Blender

image 4

Chapter 4: Spline Modeling What is Spline Modelling? Spline modeling is, in short, modeling against curves. You may have heard of spline modeling involving Nurbs, Beziers, etc. Since this tutorial series is nontechnical in nature, I’ll simplify the basics of spline modeling as much as possible. To summarize, these splines/curves can be used to generate … Read more

Easy Blender Tutorials: Things to Avoid when Starting out as a Beginner

blender for dummies 1

Blender Chapter 2: Things to Avoid When Starting Out If you haven’t checked out Blender Chapter 1: Introduction. You should first check that out before reading this. Chapter 1, talks about the basics of the Blender and its functionalities. Chapter 1: Introduction to Blender Knowing how the basic interface and hotkeys, which you’ll familiarize yourself … Read more

Creating a QRCode scanner with Swift | Swift Tutorial

qr code scanner with swift ui

Creating a QRCode scanner in iOS in Swift We can build a QRCode scanner in iOS very easily using the AVFoundation library provided to us by Apple. It is a very powerful tool to manipulate the Audio and Video capability of the device.  But today we’ll only be using the MetaDataObject api to detect QRCode … Read more

Getting Started with Blender: Introduction | Easy Tutorials For Beginners

final

One-Page Notes: Blender Ch 1: What am I looking at? So you booted up Blender, a free 3D modeling program on par with most paid programs today, thinking you are about to be a hotshot in the 3D modeling world. Well…you might just be. But first, you’ll need some guidance. As a fellow student of … Read more

Git Worktrees: Why would you use it?

Untitled 1 1

Whenever you are developing something, context switching is something we all come across. Lucky for us there are multiple ways one can achieve this, even with in Git. Here we will be looking at one of the most useful tool for this, Git Worktree. Table of Contents: When to use Git Worktrees? How does Git … Read more