{"id":18270169,"url":"https://github.com/remogatto/egl","last_synced_at":"2025-04-10T19:31:50.923Z","repository":{"id":8696528,"uuid":"10360554","full_name":"remogatto/egl","owner":"remogatto","description":"Go package for accessing EGL","archived":false,"fork":false,"pushed_at":"2014-02-03T13:44:18.000Z","size":5659,"stargazers_count":39,"open_issues_count":1,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-25T03:34:18.980Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remogatto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-29T13:43:51.000Z","updated_at":"2025-02-05T13:34:04.000Z","dependencies_parsed_at":"2022-08-30T21:00:20.119Z","dependency_job_id":null,"html_url":"https://github.com/remogatto/egl","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/remogatto%2Fegl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remogatto%2Fegl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remogatto%2Fegl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remogatto%2Fegl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remogatto","download_url":"https://codeload.github.com/remogatto/egl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281413,"owners_count":21077423,"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-11-05T11:38:21.922Z","updated_at":"2025-04-10T19:31:50.551Z","avatar_url":"https://github.com/remogatto.png","language":"Go","funding_links":[],"categories":["etc"],"sub_categories":[],"readme":"# What's that?\n\n\u003ctt\u003eegl\u003c/tt\u003e is a [Go](http://golang.org) package for accessing the\n[EGL](http://en.wikipedia.org/wiki/EGL_\\(OpenGL\\)) (Embedded Graphics\nLibrary). EGL is the access door toward hardware accelerated graphics,\nthrough OpenGL, on many embedded devices. The project was born for\naccessing the GPU of the [Raspberry PI](http://raspberrypi.org) (check\nthis\n[post](https://plus.google.com/u/0/100271912081202470197/posts/LQVYfrj49qA))\nbut now it has been generalized to be go installable on other\nplatforms too. This has the benefit that you could develop Open GL ES\n2.0 applications on your desktop computer using\n[Mesa](http://www.mesa3d.org/egl.html) and deploy them on embedded\nsystems like the Raspberry PI.\n\n# Currently supported platform\n\n* Raspberry PI\n* Xorg\n* Android (see [Mandala](https://github.com/remogatto/mandala))\n\n# Install\n\nThe package aims to be multiplatform. To achive this result two\napproaches are used: [build\nconstraints](http://golang.org/pkg/go/build) and\nper-platform/per-implementation initialization [boilerplate\ncode](platform/). By default egl will use the xorg implementation.\n\n~~~bash\n$ go get github.com/remogatto/egl # use xorg by default\n~~~\n\nTo build egl against a particular implementation use the specific\nbuild constraint, for example:\n\n~~~bash\n$ go get -tags=raspberry github.com/remogatto/egl # install on the raspberry\n~~~\n\nOn a debian like system you will need to install the following prerequisites:\n\n~~~bash\n$ sudo apt-get install libegl1-mesa-dev libgles2-mesa-dev\n~~~\n\n# Usage\n\nPlease refer to the\n[examples](https://github.com/remogatto/egl-examples/).\n\n# To Do\n\n* Add support for other platforms (e.g. android)\n* Add tests\n\n# Credits\n\nThanks to Roger Roach for his\n[egl/opengles](https://github.com/mortdeus/egles) libraries. I stole a\nlot from his repository!\n\n# License\n\nSee [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremogatto%2Fegl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremogatto%2Fegl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremogatto%2Fegl/lists"}