Back to Blog
App UpdatesJanuary 26, 2026

AR Sky View: A Fun Feature That Snuck Into the App

How a "wouldn't it be cool if..." idea became a feature, and the one thing it's actually useful for.

Let me be honest about AR Sky View: it started as scope creep.

How It Happened

I was deep into building the sun and moon calculations when I thought, "wouldn't it be cool if you could point your phone at the sky and see where things are?"

Three weeks later, I had an AR feature. This is what happens when developers get curious.

What It Actually Does

AR Sky View shows you where celestial objects are right now. Point your phone at the sky and see:

- Planet positions — Where's Jupiter tonight? Mars? Venus? Point and find out.
- Milky Way galactic center — The brightest part of our galaxy, if it's above the horizon.

That's it. It shows current positions. It's not a planning tool — you can't see where the sun will set in three hours or where the moon will rise tomorrow.

When It's Actually Useful

Finding the Milky Way center. This is the real use case. The galactic center is only visible for about half the year (roughly March through October in the northern hemisphere), and only when it's above the horizon at night. When
conditions are right, AR Sky View points you exactly where to look.

Satisfying curiosity. "Is that bright thing Venus or Jupiter?" Point your phone at it. Mystery solved. It's not critical for photography, but it's fun to know what you're looking at.

Showing off to friends. Point at a random spot in the sky and say "Saturn is right there." They can't verify it. You sound smart. (Not true, there are some brilliant apps which do this already)

What It Can't Do

Let me be clear about the limitations:

- No future positions — It shows where things are now, not where they'll be
- Not a planning tool — Use the main app screens for planning shoots
- Planets only, no stars — It's not a full star chart
- iOS only — Android version isn't ready yet

The Tech Behind It

Even as a "for fun" feature, I wanted it to work well. It uses:

- Gyroscope + compass sensor fusion — To know where you're pointing
- Real astronomical calculations — Same VSOP87 algorithms that power the rest of the app
- Gnomonic projection — To map sky coordinates onto your screen

There's a trick at high tilt angles to prevent gimbal lock (the compass freaks out when you point straight up), but honestly, most of the time you're looking toward the horizon anyway.

Why I Kept It

Is AR Sky View essential? No. The core value of OwlPlot is the Photography Score and timing information.

But sometimes you're out at night, the sky is clear, and you just want to know what that bright dot is. Or you're trying to find the Milky Way center and you're not quite sure which direction to point your camera.

For those moments, it's handy. And honestly, it's just fun to wave your phone at the sky and see the universe labeled.

That's reason enough to keep it.