Skip to content

Latest commit

 

History

History
176 lines (160 loc) · 7.99 KB

index.md

File metadata and controls

176 lines (160 loc) · 7.99 KB
layout header-img headline
page
toolkit
Your digital universe on every device

The Fyne toolkit is an easy to learn, free and open source, platform for building graphical applications for desktop, mobile and beyond. Combining the power and simplicity of the Go programming language with a carefully crafted library of widgets it is now easier than ever before to build your application and deploy it across all platforms and stores.

A new hope!


When Fyne started it was with the ambition to fix all of the complicated or broken things about existing approaches. Building your software with an API like Fyne that is designed for modern languages is easy and quick to learn. Add to this that the toolkit is open source, under the permissive 3 clause BSD license, and will always be freely available. You can be confident in a bright future of enjoyable app development.

            <div class="col-lg-4 text-center">
                <img src="https://raw.githubusercontent.com/fyne-io/fyne/master/img/widgets-dark.png" alt="Fyne demo -- dark theme">
                <p class="caption">Fyne demo on desktop, dark theme.</p>
            </div>
            <div class="col-lg-4 text-center">
                <img src="https://raw.githubusercontent.com/fyne-io/fyne/develop/img/widgets-mobile-light.png" alt="Fyne demo -- mobile light theme" style="max-height: 215pt; border: 2pt solid black; border-radius: 3pt;">
                <p class="caption">Fyne demo on mobile, light theme.</p>
            </div>
            <div class="col-lg-4 text-center">
                <br /><br />
                <img src="https://github.com/fynelabs/notes/blob/main/img/screenshot.png?raw=true" alt="Fyne demo -- light theme">
                <p class="caption"><a href="https://apps.fyne.io/apps/com.fynelabs.notes.html">Notes</a> app, custom theme</p>
            </div>
            <p>&nbsp;</p>
        </div>
    </div>

</div>

<div class="container">
    <div class="row">
        <div class="col-lg-12 text-center">
            <p>&nbsp;</p>
            <h2 class="section-heading">The Fyne family</h2>
            <hr class="primary" />
        </div>
    </div>

    <div class="row">
        <div class="col-lg-4 col-md-8 text-center">
            <div class="service-box">
                <i class="fa fa-4x fa-toggle-on text-primary"></i>
                <h3>Toolkit</h3>
                <p class="text-muted">With a well crafted API, the clean looks of Material Design and clear documentation the Fyne toolkit is supporting a new generation of cross-platform app development.</p>
            </div>
        </div>
        <div class="col-lg-4 col-md-8 text-center">
            <div class="service-box">
                <i class="fa fa-4x fa-folder-open text-primary"></i>
                <h3>Apps</h3>
                <p class="text-muted">The collection of apps built using Fyne is growing all the time and many of them are open source as well! You can <a href="https://apps.fyne.io">browse the apps</a> online.</p>
            </div>
        </div>
        <div class="col-lg-4 col-md-8 text-center">
            <div class="service-box">
                <i class="fa fa-4x fa-desktop text-primary"></i>
                <h3>FyneDesk</h3>
                <p class="text-muted">Taking a fresh look at what it means to be a desktop environment the <a href="/fynedesk/">FyneDesk</a> project matches the design and simplicity of the Fyne toolkit to create a sleek new experience.</p>
            </div>
        </div>
    </div>
</div>
    <div class="row">
        <div class="col-lg-8 col-lg-offset-2 text-center">
            <h2 class="section-heading">Are you ready to build the future with us?</h2>
            <hr class="primary">
        </div>
    </div>

    <div class="row">
        <div class="col-lg-4 text-center">
            <p>If you can't wait to start building your first Fyne app, you should follow our getting started guide.</p>

            <a href="https://developer.fyne.io/started/" class="btn btn-primary btn-xl">Get Started</a>
        </div>
        <div class="col-lg-4 text-center">
            <p>If you are new to the Go language, we recommend running through the Go tour before returning to the Fyne documentation.</p>

            <a href="https://go.dev/tour/" class="btn btn-primary btn-xl">Go Tour</a>
        </div>
        <div class="col-lg-4 text-center">
            <p>For developers who prefer to learn from videos we have a collection of getting started tutorials on YouTube.</p>

            <a href="https://www.youtube.com/watch?v=-v1vz_NcWng&list=PLjpijTpXl1_po-ld8jORR9k5NornDNKQk" class="btn btn-primary btn-xl">Tutorial Playlist</a>
        </div>
    </div>
    <div class="row">
        <div class="col-lg-10 col-lg-offset-1 text-center">
            <p>&nbsp;</p><p>&nbsp;</p>
            <p markdown="1">Our team of engineers, UX experts and other contributors are all working
              on an entirely volunteer basis. We rely on the kind support of our sponsors
              to pay our bills and provide hosting and software that keeps the project alive.
            </p>
            <p markdown="1">
              We are seeking further sponsorship and funding to provide a more
              stable future for the team, and to allow us to provide full time support
              to the community of developers and companies that depend on us.
              Many thanks to anyone who can help us reach this goal,
              more information is available on our [contributing](/contribute) page.
            </p>
        </div>
    </div>
</div>

{% include features.html %}

Really Fyne is one of the rare technology that make me say “woooow” after a try, that happens rarely. - Patrice Ferlet
Fyne is the brightest star on the UI sky at the moment. - Andreas Schneider

 

It's been pretty easy to start feeling productive in Fyne, you all did a very nice job! - Peter Stratton
I'm over the moon excited about fyne. This is the greatest project since sliced bread. - Joel Jensen
Blown away with Fyne's ease and beauty. Will definitely use it with Go [...] Great job you guys! - Alejantro Martinis
Wouldn't have used anything else than fyne. It is simple and just makes me understand what I'm actually trying to do. - Jacob Alzén

{% include portfolio.html %}