{"id":22338023,"url":"https://github.com/fallaciousreasoning/books-home","last_synced_at":"2025-03-26T08:25:11.346Z","repository":{"id":81320618,"uuid":"369250280","full_name":"fallaciousreasoning/books-home","owner":"fallaciousreasoning","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-27T14:51:57.000Z","size":3399,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T09:46:16.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fallaciousreasoning.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-20T15:12:41.000Z","updated_at":"2021-05-27T14:52:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"b70b754a-b373-4265-9d8d-41a136b964d2","html_url":"https://github.com/fallaciousreasoning/books-home","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/fallaciousreasoning%2Fbooks-home","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fallaciousreasoning%2Fbooks-home/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fallaciousreasoning%2Fbooks-home/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fallaciousreasoning%2Fbooks-home/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fallaciousreasoning","download_url":"https://codeload.github.com/fallaciousreasoning/books-home/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245616738,"owners_count":20644707,"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-12-04T06:12:49.715Z","updated_at":"2025-03-26T08:25:11.326Z","avatar_url":"https://github.com/fallaciousreasoning.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# egui template\n\n[![dependency status](https://deps.rs/repo/github/emilk/egui_template/status.svg)](https://deps.rs/repo/github/emilk/egui_template)\n[![Build Status](https://github.com/emilk/egui_template/workflows/CI/badge.svg)](https://github.com/emilk/egui_template/actions?workflow=CI)\n\nThis is a template repo for [egui](https://github.com/emilk/egui/).\n\nThe goal is for this to be the simplest way to get started writing a GUI app in Rust.\n\nYou can compile your app natively or for the web, and share it using Github Pages.\n\n## Getting started\n\nStart by clicking \"Use this template\" at https://github.com/emilk/egui_template/ or follow [these instructions](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template).\n\n`src/app.rs` contains a simple example app. This is just to give some inspiration - most of it can be removed if you like.\n\n### Testing locally\n\n`cargo run --release`\n\nOn Linux you need to first run `sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev`.\n\n### Compiling for the web\n\nYou can compile your app to [WASM](https://en.wikipedia.org/wiki/WebAssembly) and publish it as a web page. For this you need to set up some tools. There are a few simple scripts that help you with this:\n\n``` sh\n./setup_web.sh\n./build_web.sh\n./start_server.sh\nopen http://127.0.0.1:8080/\n```\n\n* `setup_web.sh` installs the tools required to build for web\n* `build_web.sh` compiles your code to wasm and puts it in the `docs/` folder (see below)\n* `start_server.sh` starts a local HTTP server so you can test before you publish\n* Open http://127.0.0.1:8080/ in a web browser to view\n\nThe finished web app is found in the `docs/` folder (this is so that you can easily share it with [GitHub Pages](https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site)). It consists of three files:\n\n* `index.html`: A few lines of HTML, CSS and JS that loads your app. **You need to edit this** (once) to replace `egui_template` with the name of your crate!\n* `your_crate_bg.wasm`: What the Rust code compiles to.\n* `your_crate.js`: Auto-generated binding between Rust and JS.\n\nYou can test the template app at \u003chttps://emilk.github.io/egui_template/\u003e.\n\n## Updating egui\n\nAs of 2021, egui is in active development with frequent releases with breaking changes. [egui_template](https://github.com/emilk/egui_template/) will be updated in lock-step to always use the latest version of egui.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffallaciousreasoning%2Fbooks-home","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffallaciousreasoning%2Fbooks-home","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffallaciousreasoning%2Fbooks-home/lists"}