All Projects → asticode → Go Astilectron Demo

asticode / Go Astilectron Demo

Licence: mit
Discover the power of Astilectron through a demo app

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Go Astilectron Demo

Smoothscrollingimageeffects
A small set of ideas on animating images and other elements while smooth scrolling a page.
Stars: ✭ 293 (-7.86%)
Mutual labels:  demo
Learnings
Java技术栈Demo与精彩文章汇总
Stars: ✭ 303 (-4.72%)
Mutual labels:  demo
Flixel Demos
Collection of demos for HaxeFlixel
Stars: ✭ 312 (-1.89%)
Mutual labels:  demo
Vue Form Builder
Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
Stars: ✭ 292 (-8.18%)
Mutual labels:  demo
Laravel Sketchpad
An innovative front-end environment for interactive Laravel development
Stars: ✭ 302 (-5.03%)
Mutual labels:  demo
Webrtc Tutorial
📚 WebRTC 中文教程
Stars: ✭ 305 (-4.09%)
Mutual labels:  demo
Ble examples
Additional examples to compliment TI's Bluetooth Low Energy Stack offerings.
Stars: ✭ 289 (-9.12%)
Mutual labels:  demo
Seckill Demo
一个简单的SSM框架的商品秒杀系统🦄
Stars: ✭ 315 (-0.94%)
Mutual labels:  demo
Meething
dWebRTC Video Meetings MESH/SFU hybrid using GunDB, MediaSoup and Beyond!
Stars: ✭ 303 (-4.72%)
Mutual labels:  demo
Ng Admin Demo
Source of the ng-admin angular.js demo, using a dummy REST service powered by FakeRest
Stars: ✭ 310 (-2.52%)
Mutual labels:  demo
Cranelift Jit Demo
JIT compiler and runtime for a toy language, using Cranelift
Stars: ✭ 297 (-6.6%)
Mutual labels:  demo
Laravel Google Drive Demo
Laravel & Google Drive Storage - Demo project with Laravel 5.4
Stars: ✭ 299 (-5.97%)
Mutual labels:  demo
Micro Company
Rest-full, Hipermedia-based distributed application. Spring boot & cloud. Angular. CQRS. Eventsourcing. Axonframework. Microservices. Docker. CloudFoundry
Stars: ✭ 307 (-3.46%)
Mutual labels:  demo
Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 294 (-7.55%)
Mutual labels:  demo
Nin
nin is ninjatool
Stars: ✭ 313 (-1.57%)
Mutual labels:  demo
Demoinfocs Golang
High performance CS:GO demo parser for Go (demoinfo)
Stars: ✭ 288 (-9.43%)
Mutual labels:  demo
Demofile
Node.js library for parsing Counter-Strike: Global Offensive demo files
Stars: ✭ 305 (-4.09%)
Mutual labels:  demo
Leantodo Weapp
LeanTodo implemented with Weapp
Stars: ✭ 316 (-0.63%)
Mutual labels:  demo
Glorious Demo
The easiest way to demonstrate your code in action.
Stars: ✭ 3,290 (+934.59%)
Mutual labels:  demo
Demoinfo
A library to analyze CS:GO demos in C#
Stars: ✭ 306 (-3.77%)
Mutual labels:  demo

This package is a demo of an astilectron app that uses the bootstrap and the bundler.

It's also the subject of this blog post.

screenshot

Step 1: install the demo

Run the following commands:

$ go get -u github.com/asticode/go-astilectron-demo/...
$ rm $GOPATH/src/github.com/asticode/go-astilectron-demo/bind.go

Step 2: install the bundler

Run the following command:

$ go get -u github.com/asticode/go-astilectron-bundler/...
$ go install github.com/asticode/go-astilectron-bundler/astilectron-bundler

Go get and build the binary. And don't forget to add $GOPATH/bin to your $PATH.

Step 3: bundle the app for your current environment

Run the following commands:

$ cd $GOPATH/src/github.com/asticode/go-astilectron-demo
$ astilectron-bundler

Step 4: test the app

The result is in the output/<your os>-<your arch> folder and is waiting for you to test it!

Step 5: bundle the app for more environments

To bundle the app for more environments, add an environments key to the bundler configuration (bundler.json):

"environments": [
  {"arch": "amd64", "os": "linux"},
  {"arch": "386", "os": "windows"}
]

and repeat step 3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].