All Projects β†’ KyleBanks β†’ Goggles

KyleBanks / Goggles

Licence: apache-2.0
πŸ”­ Goggles is a cross-platform GUI for your $GOPATH!

Programming Languages

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

Projects that are alternatives of or similar to Goggles

Clui
Command Line User Interface (Console UI inspired by TurboVision)
Stars: ✭ 561 (-16.52%)
Mutual labels:  gui
Imgui markdown
Markdown for Dear ImGui
Stars: ✭ 594 (-11.61%)
Mutual labels:  gui
Copperspice
Cross platform C++ libraries
Stars: ✭ 630 (-6.25%)
Mutual labels:  gui
Appjar
Simple Tkinter GUIs in Python
Stars: ✭ 565 (-15.92%)
Mutual labels:  gui
Engintron
Engintron for cPanel/WHM is the easiest way to integrate Nginx on your cPanel/WHM server. Engintron will improve the performance & web serving capacity of your server, while reducing CPU/RAM load at the same time, by installing & configuring the popular Nginx webserver to act as a reverse caching proxy in front of Apache.
Stars: ✭ 587 (-12.65%)
Mutual labels:  gui
Sixtyfps
SixtyFPS is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or JavaScript.
Stars: ✭ 605 (-9.97%)
Mutual labels:  gui
Layout
Single-file library for calculating 2D UI layouts using stacking boxes. Compiles as C99 or C++.
Stars: ✭ 551 (-18.01%)
Mutual labels:  gui
Textractor
Extracts text from video games and visual novels. Highly extensible.
Stars: ✭ 656 (-2.38%)
Mutual labels:  gui
Nucular
GUI toolkit for go
Stars: ✭ 592 (-11.9%)
Mutual labels:  gui
Cvui
A (very) simple UI lib built on top of OpenCV drawing primitives
Stars: ✭ 619 (-7.89%)
Mutual labels:  gui
Vue Nodegui
Build performant, native and cross-platform desktop applications with native Vue + powerful CSS like styling.πŸš€
Stars: ✭ 575 (-14.43%)
Mutual labels:  gui
Sauron Native
Truly cross platform, truly native. multiple backend GUI for rust
Stars: ✭ 587 (-12.65%)
Mutual labels:  gui
Guilite
βœ”οΈThe smallest header-only GUI library(4 KLOC) for all platforms
Stars: ✭ 5,841 (+769.2%)
Mutual labels:  gui
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (-16.67%)
Mutual labels:  gui
Lvgl
Powerful and easy-to-use embedded GUI library with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
Stars: ✭ 8,172 (+1116.07%)
Mutual labels:  gui
Helenos
A portable microkernel-based multiserver operating system written from scratch.
Stars: ✭ 553 (-17.71%)
Mutual labels:  gui
Imgui Sfml
Dear ImGui binding for use with SFML
Stars: ✭ 596 (-11.31%)
Mutual labels:  gui
Gobinaries
Golang binaries compiled on-demand for your system
Stars: ✭ 672 (+0%)
Mutual labels:  golang-tools
Social Amnesia
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago.
Stars: ✭ 656 (-2.38%)
Mutual labels:  gui
Walk
A Windows GUI toolkit for the Go Programming Language
Stars: ✭ 5,813 (+765.03%)
Mutual labels:  gui

goggles

GoDoc  Build Status  Go Report Card  Coverage Status

πŸ”­ Goggles is a GUI for your $GOPATH.

Goggles Demo

Features

  • Browse and search local packages
  • View package documentation
  • Open the project folder in Finder or Terminal
  • Open the project repository in your browser
  • Displays badges for GoDoc, Goreportcard, and Travis.CI (if .travis.yml is present)

Install

Goggles can be run in a web browser (cross-platform) or as a standalone application (Mac only).

Stable (browser & standalone)

Grab the latest release from the Releases page.

From Source (browser mode)

Requires go 1.8 or higher.

$ go get github.com/KyleBanks/goggles/cmd/goggles
$ goggles

Contributing

Contributions to Goggles are very welcome! In order to contribute, either open a new issue for discussion prior to making changes, or comment on an existing ticket indicating that you'd like to take it.

In order to work on Goggles there are a few steps you'll need to take in order to build and run from source:

  1. go get github.com/KyleBanks/goggles/...
  2. Install npm and Gulp, in order to build the front-end assets.
  3. Install go-bindata-assetfs in order to bundle front-end assets into the Go binary.

Web Browser

  1. Run make to build and run Goggles in your web browser.

Standalone (Mac Only)

  1. Install Gallium, in order to bundle the .app.
  2. Run make app to build and launch the application.

Note: If you'd like to see Goggles available as a standalone application on additional platforms, I encourage you to help contribute to the Gallium project.

Author

Goggles was developed by Kyle Banks.

Thanks

The Gopher loading images were created by Ashley McNamara and inspired by Renee French.

Gopher

License

Goggles is available under the Apache 2.0 license.

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].