並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 6 件 / 6件

新着順 人気順

wailsの検索結果1 - 6 件 / 6件

  • The Wails Project | Wails

    Wails v2 turns what used to be tedious and painful into a delightfully simple process. Use the tools you know to create cross-platform desktop apps. Everyone wins!— Brian Ketelsen Co-author of "Go In Action" Feature RichBuild comprehensive cross-platform applications using native UI elements such as menus and dialogs.

    • GitHub - wailsapp/wails: Create beautiful applications using Go

      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

        GitHub - wailsapp/wails: Create beautiful applications using Go
      • Wails - GoとWeb技術でデスクトップアプリケーション開発

        Electronはnodeを使ってJavaScriptでデスクトップアプリケーションを開発できます。UI部分は致し方ないとしても、デスクトップ側の機能については別な言語を使いたいと言う方もいるのではないでしょうか。 もしあなたがGoが好きなのであれば、Wailsを使ってみましょう。GoとWebテクノロジーでデスクトップアプリケーションが開発できます。 Wailsの使い方 Wailsのサンプルコードです。JavaScriptファイルを読み込んで、GUIアプリになります。 package main import ( "github.com/leaanthony/mewn" "github.com/wailsapp/wails" ) func basic() string { return "Hello World!" } func main() { js := mewn.String("./f

          Wails - GoとWeb技術でデスクトップアプリケーション開発
        • Goで作れる自作デスクトップアプリ【Wails】 - Qiita

          この記事はGo 2 Advent Calendar 2020 24日目の記事です。 この記事について デスクトップアプリをGoで作りたいと思ったこと、ありませんか。 私は以前ElectronというNode.js駆動のアプリフレームワークの記事を書いたものです。それから数ヶ月後にGopherになり、「GoでもElectronみたいにデスクトップアプリって作れるのかな?」と思い立ちました。 今回はその私の欲求にぴったりの(笑)、Goでデスクトップアプリを作れるWailsというパッケージの使い方を紹介します。 環境 OS: macOS Mojave 10.14.5 go version go1.14 darwin/amd64 github.com/wailsapp/wails v1.7.1 Wailsとは? バックエンドにGoを、フロントエンドにウェブテクノロジー(HTML/Javascript

            Goで作れる自作デスクトップアプリ【Wails】 - Qiita
          • The Wails Project | Wails

            Wails v2 turns what used to be tedious and painful into a delightfully simple process. Use the tools you know to create cross-platform desktop apps. Everyone wins!— Brian Ketelsen Co-author of "Go In Action"

            • Wails v2 Released | Wails

              It's here!Today marks the release of Wails v2. It's been about 18 months since the first v2 alpha and about a year from the first beta release. I'm truly grateful to everyone involved in the evolution of the project. Part of the reason it took that long was due to wanting to get to some definition of completeness before officially calling it v2. The truth is, there's never a perfect time to tag a

              1