{"id":13670109,"url":"https://github.com/richardwilkes/cef","last_synced_at":"2025-04-27T09:31:42.011Z","repository":{"id":57485092,"uuid":"158102644","full_name":"richardwilkes/cef","owner":"richardwilkes","description":"Go bindings for the Chromium Embedded Framework (CEF) ","archived":true,"fork":false,"pushed_at":"2021-07-19T18:33:13.000Z","size":650,"stargazers_count":126,"open_issues_count":0,"forks_count":16,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-08-03T09:07:04.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richardwilkes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["richardwilkes"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-11-18T16:18:46.000Z","updated_at":"2024-04-16T10:59:44.000Z","dependencies_parsed_at":"2022-08-26T11:11:08.482Z","dependency_job_id":null,"html_url":"https://github.com/richardwilkes/cef","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardwilkes%2Fcef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardwilkes%2Fcef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardwilkes%2Fcef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardwilkes%2Fcef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardwilkes","download_url":"https://codeload.github.com/richardwilkes/cef/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224067017,"owners_count":17250098,"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-08-02T09:00:32.746Z","updated_at":"2024-11-11T07:31:10.292Z","avatar_url":"https://github.com/richardwilkes.png","language":"Go","funding_links":["https://github.com/sponsors/richardwilkes"],"categories":["Go"],"sub_categories":[],"readme":"# NOTE:\n*While this repo should still be functional for the specific revision of CEF it\nwas created for at the time, the project I originally created it for was\nabandoned when the company decided it didn't want to embed a web browser after\nall. This code has not been updated since and will likely not receive any more\nattention from me. In particular, I know that the CEF project was in the process\nof forcing the use of the sandbox when I stopped work on this. I did not spend\nany time determining what changes would be necessary to enable that functionality\nwith those newer versions.*\n\n# cef\nGo bindings for the\n[Chromium Embedded Framework (CEF)](https://bitbucket.org/chromiumembedded/cef).\n\nCurrently works for macOS, Windows and Linux.\n\n## Initial setup required for Windows\n- Download and run the installer from http://www.msys2.org/\n- In the mingw64 msys2 console, run the following:\n  - `pacman -Syu`\n  - `pacman -Su`\n  - `pacman -S mingw64/mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-go mingw64/mingw-w64-x86_64-pkg-config msys/git`\n\n## Initial setup\nIn the root of the repo, run:\n```\ngo install\n```\nThen add `$GOPATH/bin` to your `$PATH` and run:\n```\ncef install\n```\nThis will install the necessary CEF headers and libraries into /usr/local/cef.\n\n## Example application\nhttps://github.com/richardwilkes/webapp and\nhttps://github.com/richardwilkes/webapp-example use these bindings to create\nan example desktop application (currently macOS and Windows only).\n\n## Updating the CEF version to be used\nThe CEF version can be updated in the `main.go` file by changing the\n`desiredCEFVersion` variable. If a different CEF version is pulled, the\nsource files should be generated again by running `go generate ./...` on a\nmacOS machine. Code generation might be possible on other platforms, but has\nnot been tested there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardwilkes%2Fcef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardwilkes%2Fcef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardwilkes%2Fcef/lists"}