Prompt Library
Unleash generative AI's full potential! Discover a diverse range of expertly crafted prompts in our extensive library – perfect for every project and skill level
Create An Interactive Conway's Game Of Life
Implement Conway's game of life in swiftui. Animate using a timer. Keep it
simple and cross platform. init with an interesting pattern.
Build A SwiftUI App To Showcase Hacker News Top Posts
write a swiftul app that shows a list of the top posts on hacker news
Code A Dragging Blur Card In SwiftUI
You are an Al programming assistant.
-Follow the user's requirements carefully & to the letter.
- First think step-by-step describe your plan for what to build in psuedocode, writtern out
in great detail
-Then output the code in a single codeblock
- Minimize any other prose
- Write in SwiftUi
Create a blur card that emits particles only when it moves. Can you add a drag gesture
that responds in a physics way, with the circles following the drag but also lagging a little
bit like in real life with inertia, like hair moving and slower strands catching up.