{"id":16950539,"url":"https://github.com/vcaesar/guix","last_synced_at":"2025-04-11T20:42:17.950Z","repository":{"id":95824344,"uuid":"120756291","full_name":"vcaesar/guix","owner":"vcaesar","description":"An experimental Go cross platform UI library.","archived":false,"fork":false,"pushed_at":"2018-02-12T14:19:14.000Z","size":673,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T16:51:24.319Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vcaesar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-08T12:04:38.000Z","updated_at":"2022-05-08T11:56:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb7958ce-28d0-4ab8-bf66-724b6689e750","html_url":"https://github.com/vcaesar/guix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcaesar%2Fguix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcaesar%2Fguix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcaesar%2Fguix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcaesar%2Fguix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vcaesar","download_url":"https://codeload.github.com/vcaesar/guix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248479209,"owners_count":21110841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T21:57:55.990Z","updated_at":"2025-04-11T20:42:17.924Z","avatar_url":"https://github.com/vcaesar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"GUIX - A Go cross platform UI library.\n=======\n\n[![CircleCI Status](https://circleci.com/gh/vcaesar/guix.svg?style=shield)](https://circleci.com/gh/vcaesar/guix)\n![Appveyor](https://ci.appveyor.com/api/projects/status/github/vcaesar/guix?branch=master\u0026svg=true)\n\u003c!-- [![codecov](https://codecov.io/gh/vcaesar/guix/branch/master/graph/badge.svg)](https://codecov.io/gh/vcaesar/guix) --\u003e\n[![Build Status](https://travis-ci.org/vcaesar/guix.svg)](https://travis-ci.org/vcaesar/guix)\n[![Go Report Card](https://goreportcard.com/badge/github.com/vcaesar/guix)](https://goreportcard.com/report/github.com/vcaesar/guix)\n[![GoDoc](https://godoc.org/github.com/vcaesar/guix?status.svg)](https://godoc.org/github.com/vcaesar/guix)\n[![Release](https://github-release-version.herokuapp.com/github/vcaesar/guix/release.svg?style=flat)](https://github.com/vcaesar/guix/releases/latest)\n[![Join the chat at https://gitter.im/go-ego/ego](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/go-ego/ego?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nDependencies\n---\n\n### Linux:\n\nIn order to build GUIX on linux, you will need the following packages installed:\n\n    sudo apt-get install libxi-dev libxcursor-dev libxrandr-dev libxinerama-dev mesa-common-dev libgl1-mesa-dev libxxf86vm-dev\n\n### Common:\n\nAfter setting up ```GOPATH``` (see [Go documentation](https://golang.org/doc/code.html)), you can then fetch the GUIX library and its dependencies:\n\n    go get -u github.com/vcaesar/guix/...\n\nSamples\n---\nSamples can be found in [`guix/samples`](https://github.com/vcaesar/guix/tree/master/samples).\n\nTo build all samples run:\n\n    go install github.com/vcaesar/guix/samples/...\n\nAnd they will be built into ```GOPATH/bin```.\n\nIf you add ```GOPATH/bin``` to your PATH, you can simply type the name of a sample to run it. For example: ```image_viewer```.\n\nWeb\n---\n\nguix code is cross platform and can be compiled using GopherJS to JavaScript, allowing it to run in browsers with WebGL support. To do so, you'll need the [GopherJS compiler](https://github.com/gopherjs/gopherjs) and some additional dependencies:\n\n    go get -u github.com/gopherjs/gopherjs\n    go get -u -d -tags=js github.com/vcaesar/guix/...\n    \nAfterwards, you can try the samples by running `gopherjs serve` command and opening \u003chttp://localhost:8080/github.com/vcaesar/guix/samples/\u003e in a browser.\n\nFonts\n---\nMany of the samples require a font to render text. The dark theme (and currently the only theme) uses `Roboto`.\nThis is built into the gxfont package.\n\nMake sure to mention this font in any notices file distributed with your application.\n\nContributing\n---\nGUIX was written by a couple of Googlers as an experiment and is now unmaintained.\n\nContributions, however small, will require the author to have signed the [Google Individual Contributor License Agreement](https://developers.google.com/open-source/cla/individual?csw=1).\n\nThe CLA is necessary mainly because you own the copyright to your changes, even after your contribution becomes part of our codebase, so we need your permission to use and distribute your code. We also need to be sure of various other things—for instance that you'll tell us if you know that your code infringes on other people's patents. You don't have to sign the CLA until after you've submitted your code for review and a member has approved it, but you must do it before we can put your code into our codebase. Before you start working on a larger contribution, you should get in touch with us first through the issue tracker with your idea so that we can help out and possibly guide you. Coordinating up front makes it much easier to avoid frustration later on.\n\nNotice:\n---\n\nUnfortunately due to a shortage of hours in a day, [GXUI](https://github.com/google/gxui) is no longer maintained, this is an alternative attempt.\n\nDisclaimer\n---\n\nThe code is mostly undocumented, and is certainly **not idiomatic Go**.\n\nThis is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvcaesar%2Fguix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvcaesar%2Fguix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvcaesar%2Fguix/lists"}