{"id":18847842,"url":"https://github.com/interkosmos/fortran-xlib","last_synced_at":"2026-02-10T23:30:49.402Z","repository":{"id":139286340,"uuid":"119862199","full_name":"interkosmos/fortran-xlib","owner":"interkosmos","description":"Fortran 2003 interface bindings to Xlib","archived":false,"fork":false,"pushed_at":"2025-09-28T13:40:12.000Z","size":101,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-28T15:49:59.019Z","etag":null,"topics":["fortran","fortran-package-manager","fpm","x11","xlib"],"latest_commit_sha":null,"homepage":"","language":"Fortran","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interkosmos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-02-01T16:28:54.000Z","updated_at":"2025-02-22T22:59:01.000Z","dependencies_parsed_at":"2023-09-24T13:03:44.355Z","dependency_job_id":null,"html_url":"https://github.com/interkosmos/fortran-xlib","commit_stats":{"total_commits":78,"total_committers":1,"mean_commits":78.0,"dds":0.0,"last_synced_commit":"88a1d1039fcff1bf8005bfea35cc8624e7ed6487"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/interkosmos/fortran-xlib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-xlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-xlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-xlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-xlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interkosmos","download_url":"https://codeload.github.com/interkosmos/fortran-xlib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-xlib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29321324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["fortran","fortran-package-manager","fpm","x11","xlib"],"created_at":"2024-11-08T03:09:51.161Z","updated_at":"2026-02-10T23:30:49.379Z","avatar_url":"https://github.com/interkosmos.png","language":"Fortran","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fortran-xlib: Fortran 2003 Interfaces to Xlib\nA collection of ISO C binding interfaces to Xlib for Fortran 2003. Currently,\nonly a subset of Xlib is implemented. In order to work with XPM files,\ninterfaces to `libxpm` are included.\n\n## Build\nBuild the interface bindings with:\n\n```\n$ make\n```\n\nThen, link your Fortran applications against `libfortran-xlib.a -lX11`.\nOr, run *fpm* instead:\n\n```\n$ fpm build --profile release\n```\n\nThe *fpm* script does not build any examples. You can add *fortran-xlib* as a\n*fpm* dependency:\n\n```toml\n[dependencies]\nfortran-xlib = { git = \"https://github.com/interkosmos/fortran-xlib.git\" }\n```\n\n## Examples\n![Screen Shot](screenshot.png)\n\nExample programs utilising the interfaces can be found in the directory\n`examples/`:\n\n* **drawing** draws some shapes on the window.\n* **events** captures X11 events.\n* **image** loads and displays an XPM image with transparency.\n* **mandelbrot** draws a Mandelbrot set.\n* **raycaster** projects a 2-D map into 3-D.\n* **starfield** flys through a starfield.\n* **text** outputs coloured text.\n* **window** displays a simple window.\n* **wireframe** renders a wire-frame model of a Tie Fighter.\n\nBuild them with `make \u003cname\u003e` or compile them manually, for instance:\n\n```\n$ gfortran -I/usr/local/include/ -L/usr/local/lib/ -o window examples/window/window.f90 libfortran-xlib.a -lX11\n```\n\n## Licence\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterkosmos%2Ffortran-xlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterkosmos%2Ffortran-xlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterkosmos%2Ffortran-xlib/lists"}