This site’s XR tutorials cover developer-oriented AR (A-Frame and AR.js in the browser) and full engines (Unity, TouchDesigner). There’s a far more accessible on-ramp that also happens to be the AR most people use daily: filters. Snap’s Lens Studio is a free, purpose-built tool for creating augmented-reality “Lenses”, the face and world effects on Snapchat and beyond, and getting a first working effect onto a real phone is genuinely an afternoon’s work. Getting Started With Lens Studio, from Snap’s own team, walks through the essentials for someone who has never made AR before.
Face effects and world effects
Most AR filters fall into two families, and Lens Studio makes both approachable. Face effects track a person’s face and attach things to it, virtual makeup, masks, accessories, or reactions triggered by expressions, using a built-in understanding of facial features so you don’t have to build face tracking yourself. World effects place virtual objects into the scene around the user, on a table, on the floor, in the air, anchored to the real environment. The tutorial starts where beginners should: attaching a simple 2D image or 3D object to a face or a surface, which teaches the core workflow, import an asset, attach it to a tracker, preview it live, before anything fancier.
Preview, iterate, publish
The reason AR filters are such a good entry point is the feedback loop. Lens Studio previews your effect live using your webcam or a connected phone, so you see it working on a real face or scene immediately and adjust in real time, exactly the tight iteration that makes learning fast. When it’s ready, you can publish the Lens so real people can use it by pointing their camera, which is a genuinely motivating payoff: your creation, out in the world, on other people’s phones. That path from idea to published, usable AR, with no app to build and no code required to start, is unmatched for a beginner.
Where to go next
Lens Studio scales up as you do. Beyond attaching assets, it supports custom logic through a visual scripting system (and full scripting when you’re ready), 3D models and animation, particle effects, custom materials and shaders, and hand and body tracking, so the same tool that made your first face filter can build genuinely sophisticated AR. It connects to the rest of this site’s coverage too: 3D assets from a Blender workflow, the shader concepts from our shaders tutorial, and the broader spatial-computing world these filters are the friendliest doorway into. Start by getting one object to stick to your face and publishing it; the leap from “I watched a tutorial” to “people are using my AR” is a short and satisfying one.