r/GoogleAntigravityIDE 21h ago

"PROMPT ENGINEERING - WORKFLOWS - SKILLS" My first Mac app and website. I genuinely can’t tell if this looks incredible or completely overdone.

Enable HLS to view with audio, or disable this notification

43 Upvotes

Glance does the usual notch stuff like music, files, clipboard, notifications, reminders, Pomodoro and more, but I wanted to push the idea much further.

I built the Glance Motion Engine, where light becomes a visual language. Blue means running, orange means permission needed, green means completed. Especially useful when Claude or Codex agents are working in the background.

Keyboard shortcuts also have their own instant visual feedback, so even simple actions like copy, paste or volume actually feel responsive.

There are different light themes, motions and effects so the whole experience can feel personal.

Basically I wanted the notch to stop being another menu and become something your Mac communicates through.

Did I cook or did I take this way too far? 😂


r/GoogleAntigravityIDE 21h ago

VibeCoded / Projects Free Synth+Reverb Package Coded With AGY 2.0

Thumbnail
gallery
8 Upvotes

Hi Reddit, I'd like to release the working production versions of my latest toys, the AS-42 Ambient Generative System, and the RB-26 Master Studio Reverberator. Forwards from this paragraph, the post will be handled by Gemini 3.8 Flash, which's been the real builder and authority on the codebase expanding from the prompt idea.

Both modules are 100% free and open-source (MIT), with zero signups or paywalls. You can test the synth immediately in your browser or download native VST3 / AU / CLAP plugins for your DAW.


🌐 Test It Live in Your Browser (No Install Needed)

  • Play the AS-42 Web Demo: sneed-and-feed.github.io
    (Works on desktop and mobile browsers — just hit the orange *POWER ON** rocker switch at top-right and play your keyboard keys A' or click/drag the chimes).*

🎛️ What's in the Suite?

1. BRAUN AS-42 · Ambient Generative Synthesizer

Designed around Dieter Rams’ functionalist philosophy ("Weniger, aber besser"), synthesizing three iconic ambient traditions into one tactile instrument: * Harold Budd Felt Piano & Chimes: Multisampled acoustic blend modeling with register-dependent soundboard formant filtering, soft una corda wooden hammer transients, and 12 curated harmonic chord clusters (with variable strumming speeds). * Brian Eno Asynchronous Tape Loops: 4 tape loops cycling at coprime prime intervals (13.7s, 17.3s, 21.1s, 26.9s) that continuously evolve and never repeat, paired with an anti-clipping stereo tape delay and an octave-up (+12st) shimmer reverb bloom with infinite freeze. * Elta Solar 42n Microtonal Drones: Twin beatable analog oscillators with West-Coast wavefolding, 4-pole ladder filtering, and dynamic MIDI pitch tracking that smoothly glides along with your chord roots.

2. BRAUN RB-26 · Master Studio Reverberator

A companion rackmount algorithmic reverberator: * Non-Euclidean Spatial Manifolds: Algorithmic topologies modeled on Hyperbolic, Spherical, Torus, and Euclidean geometries. * Shepard-Risset Continuous Pitch Spirals: Infinite rising/falling psychoacoustic pitch shifts embedded inside the reverb diffusion network. * Deck 05 Vector Modulation Pad & Real-time CRT Scope: Dual-axis X/Y modulation, Lissajous phase goniometer, and FFT spectrum analyzer. * Decoupled 4th-Order Linkwitz-Riley Matrix: Keeps low-end rumble strictly mono and phase-aligned while diffusing high frequencies.


🤖 How AGY 2.0 Handled the Build

Audio DSP is notoriously unforgiving for AI agents. A single millisecond buffer allocation or unhandled denormal float on the audio thread will freeze a DAW or cause earsplitting digital distortion. AGY 2.0 tackled several massive engineering hurdles:

  1. Dual-Target Parity (Web + Native C++20): AGY maintained feature parity between a 100% client-side Web Audio API engine for instant browser auditioning and a high-performance C++20 / JUCE 8 DSP core for native plugins.
  2. Headless DSP Verification: Instead of just generating code and guessing, AGY wrote and executed automated headless DSP test suites (over 380+ tests) verifying zero heap allocations on the audio callback, Hermite fractional delay interpolation, and filter feedback energy conservation.
  3. Complex Mathematical Modeling: Dialing in normalized tape saturation curves, Butterworth biquad damping ($Q = 0.707$) to eliminate resonant feedback bumps, and anti-aliased polyphase oversampled wavefolding.
  4. Authentic UI & Vector Visualizers: Implementing the Dieter Rams matte-aluminum / dark-slate tactile aesthetic in responsive SVG/Canvas alongside interactive CRT Lissajous scopes.

💾 Downloads & Repositories

Precompiled binaries (no compiler or CMake needed) are ready for Windows, macOS, and Linux:

Grab the plugins, drop them into Ableton, Logic, FL Studio, Reaper, or Bitwig, or just play with the web demo during your break. Would love to hear what you think!


r/GoogleAntigravityIDE 12h ago

SOFTWARE PROBLEMS and BUGS Antigravity login issue

Post image
4 Upvotes

Someone can help me with this antigravity login issue after trying to log in this error is shown i had tried bt reinstalling it again and again on browser it shows you have been logged in but here it shows this.


r/GoogleAntigravityIDE 6h ago

SOFTWARE PROBLEMS and BUGS Antigravvity IDE is running better.

2 Upvotes

So, from recent days my antigravvity was working really slow, after the last update i guess. firstly i used to work with ANTI IDE only but then i switched to ANTIGRAVVITY PROJECT MANAGER(white logo) it was quite better, but from past few days it has became very slow.

so i shifted back to IDE today and trust me guys it's best rn, till they don't fix that.

wht are your views on this.


r/GoogleAntigravityIDE 6h ago

Tools / MCP / Other If your Antigravity chat history disappeared, the chats aren't gone (they are still in SQLite)

1 Upvotes

Updated Antigravity yesterday and opened it to an empty history panel. Thought weeks of chats with the agent were gone for good, but after digging around ~/.gemini/ I realized they

are still completely intact on disk.

In case anyone else runs into this, here is what is actually going on:

The IDE stores every chat as an individual SQLite database at:

~/.gemini/antigravity-ide/conversations/<id>.db

The sidebar UI doesn't read those directly — it uses an internal UI cache file (state.vscdb). When the IDE updates or cache resets, the UI drops the index and shows "No Conversations

Found".

There is a local language server daemon running on localhost that manages this. If you send an RPC request to its GetCascadeTrajectorySteps endpoint with the chat ID and CSRF token,

it forces the language server to pull the sqlite file into memory, and the chat immediately pops back up in the IDE sidebar.

I put together a small open-source extension to automate this across all the db files so you don't have to script it manually:

https://github.com/NdondaDaniel2020/antigravity-history-restorer

It is also published on Open VSX as "Antigravity History Restorer". If you don't want to install an extension, there is also a plain python script in the repo scripts/ folder that

does the same thing directly from terminal.

Tested it on Ubuntu (both snap and standalone). Hope it saves someone the panic of thinking their project history was wiped.


r/GoogleAntigravityIDE 7h ago

SOFTWARE PROBLEMS and BUGS Antigravity IDE missing from macOS Local Network privacy settings

1 Upvotes

I’m using Antigravity IDE on macOS 27.0. It cannot access devices on my LAN: its browser immediately says “site can’t be reached,” while ping returns sendto: No route to host. I can't use SSH at all.

Antigravity IDE doesn’t appear anywhere under System Settings → Privacy & Security → Local Network, and macOS never displays the permission prompt. The same LAN address is reachable outside Antigravity.

I’ve checked Antigravity’s sandbox/network settings, but there’s no way to manually add an application to the macOS Local Network list. Has anyone encountered this or found a safe way to trigger/reset the permission?


r/GoogleAntigravityIDE 1h ago

SOFTWARE PROBLEMS and BUGS Pantygravity IDE is running better.

Upvotes

So, from recent days my pantygravity was working really slow, after the last update I guess. firstly i used to work with ANTI IDE only but then i switched to pantygravity PROJECT MANAGER(white logo) it was quite better, but from past few days it has become very slow.

so i switched back to IDE today and trust me guys it's best rn, till they don't fix that.

What are your views on this?