{"id":29261172,"url":"https://github.com/guasam/electron-imgui","last_synced_at":"2025-07-04T08:05:15.905Z","repository":{"id":106221794,"uuid":"473949325","full_name":"guasam/electron-imgui","owner":"guasam","description":"Electron ImGui (EmGui) boilerplate for making realtime desktop application using OpenGL \u0026 Immediate Mode GUI.","archived":false,"fork":false,"pushed_at":"2022-05-26T11:08:46.000Z","size":161,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T18:30:55.158Z","etag":null,"topics":["electron-imgui","graphics","imgui","imgui-js","imgui-typescript","nodejs","realtime","webpack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guasam.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2022-03-25T09:38:57.000Z","updated_at":"2025-03-15T05:05:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"6347607c-28b9-4a7a-8506-11ba761f51a9","html_url":"https://github.com/guasam/electron-imgui","commit_stats":null,"previous_names":["guasam/electron-imgui"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/guasam/electron-imgui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guasam%2Felectron-imgui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guasam%2Felectron-imgui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guasam%2Felectron-imgui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guasam%2Felectron-imgui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guasam","download_url":"https://codeload.github.com/guasam/electron-imgui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guasam%2Felectron-imgui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263472279,"owners_count":23471812,"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":["electron-imgui","graphics","imgui","imgui-js","imgui-typescript","nodejs","realtime","webpack"],"created_at":"2025-07-04T08:05:15.717Z","updated_at":"2025-07-04T08:05:15.882Z","avatar_url":"https://github.com/guasam.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Electron ImGui (EmGui) - Experimental\n\nElectron ImGui (EmGui) is a minimal boilerplate for writing Desktop (Realtime) Graphics Applications using [Electron](https://www.electronjs.org/), [imgui-js](https://github.com/flyover/imgui-js), [React](https://reactjs.org/), [Webpack](https://webpack.js.org/) \u0026 [TypeScript](https://www.typescriptlang.org/).\n\n## Screenshot\n\n\u003cimg src=\"assets/images/emgui100.jpg\" /\u003e\n\n\u003cbr\u003e\n\n## Core Features\n\n- 🌟 Electron\n- 🏆 ImGui (imgui-js)\n- 🌀 TypeScript\n- ⚛️ React\n- 🛶 LESS Loader\n- 🎨 CSS Loader\n- 🧹 ESLint\n- 📦 Electron Forge\n- 🔱 Webpack \u0026 Configuration\n- 🧩 Aliases for project paths\n- 🎁 Package Bundling (Distribution / Release)\n\n\u003cbr /\u003e\n\n## Installation\n\n#### To install the EmGui Boilerplate you need to run following commands\n\n```bash\n# Clone repository\ngit clone --recurse-submodules https://github.com/codesbiome/electron-imgui\n\n# Change to cloned repository folder\ncd electron-imgui\n```\n\n\u003cbr\u003e\n\nInstall dependencies using [Yarn](https://www.npmjs.com/package/yarn) or [NPM](https://www.npmjs.com/) :\n\n```bash\nyarn install\n```\n\n\u003cbr /\u003e\n\n\n\u003cbr /\u003e\n\n## Start : Development\n\nTo develop and run your application, you need to run following command.\n\u003cbr /\u003e\nStart electron application for development :\n\n```bash\nyarn start\n```\n\n\u003cbr /\u003e\n\n## Lint : Development\n\nTo lint application source code using ESLint via this command :\n\n```bash\nyarn lint\n```\n\n\u003cbr /\u003e\n\n## Package : Production\n\nCustomize and package your Electron app with OS-specific bundles (.app, .exe etc)\n\n```bash\nyarn package\n```\n\n\u003cbr /\u003e\n\n## Make : Production\n\nMaking is a way of taking your packaged application and making platform specific distributables like DMG, EXE, or Flatpak files (amongst others).\n\n```bash\nyarn make\n```\n\n\u003cbr /\u003e\n\n## Publish : Production\n\nPublishing is a way of taking the artifacts generated by the `make` command and sending them to a service somewhere for you to distribute or use as updates. (This could be your update server or an S3 bucket)\n\n```bash\nyarn publish\n```\n\n\u003cbr /\u003e\n\n## Packager \u0026 Makers Configuration\n\nThis provides an easy way of configuring your packaged application and making platform specific distributables like DMG, EXE, or Flatpak files.\n\nThis configurations file is available in :\n\n```\ntools/forge/forge.config.js\n```\n\nFor further information, you can visit [Electron Forge Configuration](https://www.electronforge.io/configuration)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguasam%2Felectron-imgui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguasam%2Felectron-imgui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguasam%2Felectron-imgui/lists"}