Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 2.32 KB

index.md

File metadata and controls

58 lines (42 loc) · 2.32 KB
title permalink
Fyne toolkit documentation for developers
index.html

This site is home to the documentation and examples for developers working with the Fyne toolkit. We have details for people just getting started, building their first graphical app through to detailed walkthroughs of complex topics related to building leading cross platform apps.


If you can't wait to start building your first Fyne app, you should follow our getting started guide.

    <a href="/started/" class="btn btn-default btn-xl">Get Started</a>

    <p>You can also check out the latest <a href="/api/">API documentation</a>, or if you came 
    here with a question in mind then you may find an answer in the <a href="/faq/">FAQs</a>.</p>
</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-default btn-xl" style="visibility: visible;">Take the Go Tour</a>

    <p>There is also an <a href="/guiintro/">introduction to GUI development</a> if this
    is your first time building an application.</p>
</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-default btn-xl">Tutorial Playlist</a>

    <p>If you have questions about the videos or want to let us know that one is missing then
    please <a   title="Submit feedback" href="https://fyne.io/support/">get in touch</a>.</p>
</div>

Installing

If you have not used Fyne before then the following steps will get you up and running:

  1. Install Go
  2. Install Gcc
  3. go get fyne.io/fyne/v2

For more details including the exact commands for your operating system see the getting started page.

Diving Right In

To explore more detailed topics you can check out the explore section of this site. If you would like to request addditional examples or some support for your project you can get in touch.