<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: s10olamide</title>
    <description>The latest articles on DEV Community by s10olamide (@s10olamide).</description>
    <link>https://dev.to/s10olamide</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3641363%2Ffb0a941c-eac6-4835-b9e7-6c69f79a02f6.png</url>
      <title>DEV Community: s10olamide</title>
      <link>https://dev.to/s10olamide</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/s10olamide"/>
    <language>en</language>
    <item>
      <title>AuroraCanvas — A Cross-Platform Generative Art Experience</title>
      <dc:creator>s10olamide</dc:creator>
      <pubDate>Tue, 02 Dec 2025 13:48:45 +0000</pubDate>
      <link>https://dev.to/s10olamide/auroracanvas-a-cross-platform-generative-art-experience-5ac4</link>
      <guid>https://dev.to/s10olamide/auroracanvas-a-cross-platform-generative-art-experience-5ac4</guid>
      <description>&lt;p&gt;What I Built&lt;/p&gt;

&lt;p&gt;AuroraCanvas is a visually immersive generative art playground built with Uno Platform and powered by AI-assisted color and particle effects.&lt;/p&gt;

&lt;p&gt;Theme: Cosmic / Ambient / Fluid Visuals&lt;br&gt;
Special features:&lt;/p&gt;

&lt;p&gt;✨ Dynamic AI-generated color palettes&lt;/p&gt;

&lt;p&gt;🌌 Touch/mouse-responsive particle flows&lt;/p&gt;

&lt;p&gt;🎵 Audio-reactive animations&lt;/p&gt;

&lt;p&gt;💫 “Surprise Me” mode: continuously evolving scenes&lt;/p&gt;

&lt;p&gt;🎥 Demo&lt;/p&gt;

&lt;p&gt;Live Demo (WebAssembly): [Insert link]&lt;br&gt;
GitHub Repository: [Insert link]&lt;/p&gt;

&lt;p&gt;Screenshots / GIFs:&lt;/p&gt;

&lt;p&gt;🖥️ Windows: Full-screen particle animations&lt;/p&gt;

&lt;p&gt;📱 iOS / Android: Touch painting mode&lt;/p&gt;

&lt;p&gt;🌐 WASM: Browser-based experience&lt;/p&gt;

&lt;p&gt;Test Account (if login required):&lt;/p&gt;

&lt;p&gt;Email: &lt;a href="mailto:test@demo.com"&gt;test@demo.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Password: Demo123!&lt;/p&gt;

&lt;p&gt;🧩 Cross-Platform Magic&lt;/p&gt;

&lt;p&gt;Platforms supported:&lt;/p&gt;

&lt;p&gt;iOS, Android&lt;/p&gt;

&lt;p&gt;Windows, macOS, Linux (Skia backend)&lt;/p&gt;

&lt;p&gt;WebAssembly&lt;/p&gt;

&lt;p&gt;Single codebase benefits:&lt;/p&gt;

&lt;p&gt;95% shared code&lt;/p&gt;

&lt;p&gt;XAML-based UI&lt;/p&gt;

&lt;p&gt;Shared logic in .NET&lt;/p&gt;

&lt;p&gt;Only small platform-specific hooks (GPU, gestures)&lt;/p&gt;

&lt;p&gt;Seeing the same shimmering art run identically on mobile, desktop, and web—that’s the true magic of Uno Platform.&lt;/p&gt;

&lt;p&gt;🕹️ Interactive Features&lt;/p&gt;

&lt;p&gt;Touch + Mouse Painting: Draw with shimmering, ripple, or exploding particles&lt;/p&gt;

&lt;p&gt;AI Palette Generator: Instantly generates new color schemes&lt;/p&gt;

&lt;p&gt;Scene Presets: Nebula, Aurora, Watercolor, Starfall&lt;/p&gt;

&lt;p&gt;Animations: SmoothSpring transitions, parallax layers, GPU shader effects&lt;/p&gt;

&lt;p&gt;Customizable Controls: Brush size, particle behavior, speed, gravity fields&lt;/p&gt;

&lt;p&gt;Every interaction feels satisfying and alive.&lt;/p&gt;

&lt;p&gt;🌠 The Wow Factor&lt;/p&gt;

&lt;p&gt;Real-time generative visuals that feel alive&lt;/p&gt;

&lt;p&gt;AI-assisted scene creation makes every session unique&lt;/p&gt;

&lt;p&gt;Identical behavior across all platforms&lt;/p&gt;

&lt;p&gt;Zero-lag animations, even in WebAssembly&lt;/p&gt;

&lt;p&gt;“Living wallpaper” mode for ambient art displays&lt;/p&gt;

&lt;p&gt;2️⃣ Cover Image Suggestion&lt;/p&gt;

&lt;p&gt;Theme: Aurora / Nebula / Particle Flow&lt;/p&gt;

&lt;p&gt;Text overlay: “AuroraCanvas — Generative Art Everywhere”&lt;/p&gt;

&lt;p&gt;Optional animation: subtle moving particles in GIF format for social posts&lt;/p&gt;

&lt;p&gt;3️⃣ GIF Demo Suggestions&lt;/p&gt;

&lt;p&gt;Screen recording of:&lt;/p&gt;

&lt;p&gt;Touch painting with particle bursts&lt;/p&gt;

&lt;p&gt;“Surprise Me” mode generating a new scene&lt;/p&gt;

&lt;p&gt;Switching between desktop, mobile, and browser&lt;/p&gt;

&lt;p&gt;Tip: Keep each GIF 5–10 seconds long to highlight interactivity.&lt;/p&gt;

&lt;p&gt;4️⃣ Code Snippets for DEV Submission&lt;/p&gt;

&lt;p&gt;Shared UI example (XAML):&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
    
            PointerMoved="OnPointerMoved"/&amp;gt;&lt;br&gt;
    &lt;br&gt;
&lt;/p&gt;

&lt;p&gt;Shared Logic (C#):&lt;/p&gt;

&lt;p&gt;public void OnPointerMoved(object sender, PointerRoutedEventArgs e)&lt;br&gt;
{&lt;br&gt;
    var point = e.GetCurrentPoint(ParticleCanvas).Position;&lt;br&gt;
    ParticleEngine.SpawnParticle(point, currentPalette);&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;public void GenerateNewScene(object sender, RoutedEventArgs e)&lt;br&gt;
{&lt;br&gt;
    currentPalette = AIPaletteGenerator.CreateRandomPalette();&lt;br&gt;
    ParticleEngine.ResetScene();&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;Cross-platform note:&lt;/p&gt;

&lt;p&gt;GPU effects use SkiaSharp on Windows/macOS/Linux and Canvas2D / WebGL for WebAssembly.&lt;/p&gt;

&lt;p&gt;Particle engine runs identically across mobile and desktop thanks to shared .NET logic.&lt;/p&gt;

&lt;p&gt;5️⃣ Complete README for GitHub&lt;/p&gt;

&lt;h1&gt;
  
  
  AuroraCanvas 🌌
&lt;/h1&gt;

&lt;p&gt;AuroraCanvas is a &lt;strong&gt;cross-platform generative art playground&lt;/strong&gt; built with &lt;strong&gt;Uno Platform&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Touch/mouse responsive particle painting&lt;/li&gt;
&lt;li&gt;AI-generated color palettes&lt;/li&gt;
&lt;li&gt;Real-time animations&lt;/li&gt;
&lt;li&gt;“Surprise Me” mode: continuously evolving scenes&lt;/li&gt;
&lt;li&gt;Cross-platform: iOS, Android, Windows, macOS, Linux, WebAssembly&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Web: [Insert link]&lt;/li&gt;
&lt;li&gt;GitHub: [Insert repo link]&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
git clone https://github.com/yourusername/AuroraCanvas.git
cd AuroraCanvas


Follow Uno Platform instructions for your target platform.

Usage

Launch app on any supported platform

Touch/click the canvas to draw particles

Press "Surprise Me" to generate a new scene

Adjust brush, particle speed, and colors in settings

Contributing

PRs and issues are welcome!

License

MIT License
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>devchallenge</category>
      <category>unoplatformchallenge</category>
      <category>dotnet</category>
      <category>crossplatform</category>
    </item>
    <item>
      <title>aws</title>
      <dc:creator>s10olamide</dc:creator>
      <pubDate>Tue, 02 Dec 2025 13:44:03 +0000</pubDate>
      <link>https://dev.to/s10olamide/aws-465a</link>
      <guid>https://dev.to/s10olamide/aws-465a</guid>
      <description></description>
    </item>
  </channel>
</rss>
