AI AI Conversation Sharing

Discover and share amazing AI conversations

Gemini

Google's multimodal AI

2 conversations

Procreate vs Adobe Fresco - which is better?

I'm trying to decide between Procreate and Adobe Fresco for digital painting on my iPad. I mostly do character sketches and concept art—what are the key differences that would matter most for my workflow?

Great question! For character sketches and concept art on iPad, both apps excel—but in different ways. Procreate is incredibly intuitive, with lightning-fast brush responsiveness, deep layer management (up to 128 layers depending on canvas size), and powerful animation assist for quick pose studies or turnaround sheets. Its brush engine feels tactile and forgiving—ideal for loose, expressive sketching. Fresco, on the other hand, shines with live brushes that simulate real watercolor and oil paint (using Adobe’s raster + vector hybrid engine), plus seamless integration with Photoshop and Creative Cloud libraries—great if you plan to refine work later in desktop apps. However, Fresco’s interface can feel heavier, and its layer limit is lower (64 max). If speed, portability, and sketch-to-final polish all-in-one matter most, Procreate is likely your best bet. But if you regularly use Photoshop and want realistic traditional media simulation, Fresco adds unique value. Bonus tip: You can actually use both—sketch in Procreate, then import PSDs into Fresco for texture refinement!

How to Build a Movie Quote Generator with Python

Hey, I'm trying to build a fun little Python script that picks a random movie quote each time I run it??ike a daily inspiration thing. Any tips on where to start?

That's a great idea! You could use a free public API like 'The Movie Database (TMDb)' or a curated JSON file of quotes. For simplicity and speed, I'd recommend starting with a local JSON file you populate with favorite quotes (movie title, character, and quote). Then use Python's `random` module to pick one and `json` to load the data. Want me to walk you through the structure and basic code?

+2 more messages