redirect_to | 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/playlist?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>
If you have not used Fyne before then the following steps will get you up and running:
- Install Go
- Install Gcc
go get fyne.io/fyne/v2@latest
(or, if using Go before 1.16, thengo get fyne.io/fyne/v2
)- You can test your installation using the Fyne Setup app.
For more details including the exact commands for your operating system see the getting started page.
To explore more detailed topics you can check out the explore section of this site. If you would like to request additional examples or some support for your project you can get in touch.