{"id":16078240,"url":"https://github.com/lee88688/quickgl","last_synced_at":"2025-07-16T01:03:40.269Z","repository":{"id":102506828,"uuid":"407812438","full_name":"lee88688/quickgl","owner":"lee88688","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-27T09:22:49.000Z","size":876,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T10:05:27.497Z","etag":null,"topics":["jerryscript","lvgl","react","reactjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lee88688.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-09-18T09:11:45.000Z","updated_at":"2024-04-30T11:09:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"b62f1bba-10e4-47ee-abcd-2f287e67be47","html_url":"https://github.com/lee88688/quickgl","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.03125,"last_synced_commit":"b46dc6495705cca1b35418014723349e5536be59"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lee88688/quickgl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lee88688%2Fquickgl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lee88688%2Fquickgl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lee88688%2Fquickgl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lee88688%2Fquickgl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lee88688","download_url":"https://codeload.github.com/lee88688/quickgl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lee88688%2Fquickgl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265472364,"owners_count":23771861,"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":["jerryscript","lvgl","react","reactjs"],"created_at":"2024-10-09T10:09:25.578Z","updated_at":"2025-07-16T01:03:40.249Z","avatar_url":"https://github.com/lee88688.png","language":"TypeScript","readme":"# Quickgl\n\nQuickgl is project for empowering LVGL with React. Our goal is using LVGL and reactjs to quickly build UI in embeded devices.\n\n## Simulate\n\ncurrently you can compile code to wasm, and simulate, I create a [repo](https://github.com/lee88688/react-webpack-typescript-starter) for this.\nyou can create this\n\n![](./artworks/screenshot.png)\n\nby jsx\n```jsx\n// App.tsx\nimport React, {useEffect, useState} from 'react';\nimport styles from './index.lv.css';\n\nexport default function App() {\n  const [cnt, setCnt] = useState(0);\n\n\n  return (\n    \u003cobj className={styles.s1} onClicked={() =\u003e setCnt(cnt + 1)}\u003e\n      {/* \u003cobj className={styles.s3}\u003e\u003c/obj\u003e */}\n      \u003cobj className={styles.s3}\u003e\n        {`1hello${cnt}\\nsecond`}\n      \u003c/obj\u003e\n      \u003cobj className={styles.s2}\u003e{`2hello${cnt}`}\u003c/obj\u003e\n    \u003c/obj\u003e\n  );\n}\n```\n\nand css\n\n```css\n/* index.lv.css */\n.s1 {\n  left: 100px;\n  top: 0px;\n  width: 500px;\n  height: 300px;\n  display: flex;\n  flex-direction: column;\n  padding-top: 0px;\n  border-color: rgb(226, 226, 208);\n  border-width: 5px;\n}\n\n.s2 {\n  left: 50%;\n  transform: translate(50px, 50px);\n}\n\n.s3 {\n  height: 100px;\n  background-color: salmon;\n}\n```\n\n## Framework\n![](./artworks/quickgl-framework.svg)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flee88688%2Fquickgl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flee88688%2Fquickgl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flee88688%2Fquickgl/lists"}