Skip to content

Commit

Permalink
chore: add bottles next
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Dec 2, 2024
1 parent 8e84368 commit 6d1bfb1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/pages/funding.astro
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,33 @@ import { Icon } from "astro-icon/components";
automated way.
</p>
</li>
<li>
<span class="font-bold text-xl">[NEXT] Bottles Next:</span>
<p class="text-lg">
A complete redesign of Bottles to overcome current limitations and
provide a consistent user experience across Linux and macOS. The new
modular architecture introduces three key components:
<ul class="list-disc list-inside mt-2">
<li>
<strong>Agent (WineBridge):</strong> native Windows software operating
within the Wine prefix.
</li>
<li>
<strong>Core:</strong> the central component managing agents and
handling user inputs.
</li>
<li>
<strong>Client:</strong> the user interface ensuring a seamless experience
across platforms.
</li>
</ul>
For more details, check out the <a
href="https://usebottles.com/posts/2023-10-05-bottles-next-a-new-chapter/"
class="text-blue-600 dark:text-blue-400 underline"
>official announcement</a
>.
</p>
</li>
</ul>
</section>

Expand Down

0 comments on commit 6d1bfb1

Please sign in to comment.