Giter Site home page Giter Site logo

fyne-io.github.io's People

Contributors

0des avatar andydotxyz avatar benovermyer avatar charlesdaniels avatar codytrey avatar dependabot[bot] avatar jacalz avatar lucor avatar lusingander avatar sirion avatar so-jelly avatar starkers avatar zenhack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fyne-io.github.io's Issues

A typo in the Fyne.io website.

In this page, seeing this:
Lastly it keeps a reference to tbe widget.Button for all state information.
I think tbe should be corrected with the.

Add fyne run command to cli

Request to add fyne run command.

Use case:
When trying to run code without building/releasing while using storage api, and having FyneApp.toml in project directory. The command go run . will not see FyneApp.toml and error out that appID is missing.

But with the suggested fyne run it would recognize the FyneApp.toml config and run the app just like with go run . (and not error out about appID)

Widget Gallery

I propose we should add a widget gallery, to celebrate and show off the new widgets that are being added in 1.4. This could be linked on the main page below the screenshots of the demo. I think the demo application is great, but just showing off a screenshot of the mains screen doesn't do justice to our growing widget library.

In my mind the widget gallery would have a screenshot of just the individual widget, one (or more) per widget, along with a link to some representative example code (e.g. linking within fynedemo).

We could also have a "community widgets" area for stuff like fc, my hex widget, etc.

I can do this but might not have the bandwidth for a while, and my Jekyll is rusty, so I figured I would open an issue to track this before I forget.

Add RSS feed for blog

It would be nice to have an RSS feed along with you appropriate meta tags on the site so that RSS readers can locate the feed.

Getting started windows installation guide suggests to hardcode PATH value in MSYS .bashrc

Sorry if this is a wrong repo for raising, but developer.fyne.io is closed for raising issues.


On https://developer.fyne.io/started/ windows instructions paste command for adding Go path is

echo "export PATH=$PATH:/c/Program\ Files/Go/bin:~/Go/bin" >> ~/.bashrc

this hardcodes current path value into .bashrc as $PATH gets expanded. This may brake other msys profiles.

I suggest to change it to

echo "export PATH=\$PATH:/c/Program\ Files/Go/bin:~/Go/bin" >> ~/.bashrc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.