{"id":16237734,"url":"https://github.com/jyjblrd/flowblocks","last_synced_at":"2025-08-04T20:13:51.555Z","repository":{"id":174299059,"uuid":"590861361","full_name":"jyjblrd/flowblocks","owner":"jyjblrd","description":"Cambridge IB Group Project for the Raspberry Pi Foundation","archived":false,"fork":false,"pushed_at":"2023-07-01T15:48:06.000Z","size":17814,"stargazers_count":41,"open_issues_count":0,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-17T08:51:16.217Z","etag":null,"topics":["low-code","raspberry-pi-pico","visual-programming","visual-programming-editor","visual-programming-language"],"latest_commit_sha":null,"homepage":"https://jyjblrd.github.io/flowblocks/","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/jyjblrd.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-19T11:42:04.000Z","updated_at":"2025-02-19T16:32:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef9d8547-9f00-4540-baf8-0256c07df1a2","html_url":"https://github.com/jyjblrd/flowblocks","commit_stats":null,"previous_names":["jyjblrd/flowblocks"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyjblrd%2Fflowblocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyjblrd%2Fflowblocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyjblrd%2Fflowblocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyjblrd%2Fflowblocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jyjblrd","download_url":"https://codeload.github.com/jyjblrd/flowblocks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244463554,"owners_count":20456912,"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":["low-code","raspberry-pi-pico","visual-programming","visual-programming-editor","visual-programming-language"],"created_at":"2024-10-10T13:36:51.189Z","updated_at":"2025-03-19T16:30:28.335Z","avatar_url":"https://github.com/jyjblrd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlowBlocks\n\nhttps://github.com/jyjblrd/flowblocks/assets/40762456/7a325601-bccf-446e-9ee1-af0131be81ab\n\n## Introduction\n\nFlowBlocks is a visual interface for programming the Raspberry Pi Pico, geared towards beginners.\n\nWith FlowBlocks, users can build programs by dragging and dropping blocks from a comprehensive standard library of inputs, operators, and outputs, and connecting them into flowcharts, which describe the flow of data throughout a program. In addition, experienced users also have the option of creating custom blocks—written with a templating dialect of MicroPython—which provide a greater level of expressive freedom for the projects that need it.\n\n## Development\n### Installing dependencies\n\nInstall [Node.js](https://nodejs.org/) and the project manager [Yarn](https://classic.yarnpkg.com/en/docs/install).\nMost of FlowBlocks' dependencies can then be installed with:\n\n```bash\nyarn\n```\n\nFlowBlocks also requires Emscripten, which should be installed via the [emsdk](https://emscripten.org/docs/getting_started/downloads.html).\nOn Windows, the C++ build process also requires POSIX tools such as `sed`, which can be installed via [MSYS2](https://www.msys2.org/) or a package manager of your choice, except for `make`, which can be installed via [Chocolatey](https://community.chocolatey.org/packages/make) (MSYS2's `make` cannot use the `cmd` shell, which is required to have paths compatible with `llvm-ar`) . Alternatively, you can use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install).\n\n### Installing development tools\n\n[clang-format](https://www.npmjs.com/package/clang-format)  can be installed with NPM.\n\n### Building WebAssembly modules\n\nTo compile the C++ module to WebAssembly:\n\n```bash\ncd cxx\nmake all\n```\n\n### Starting a development server\n\nTo build the application and run a local server for development:\n\n```bash\nyarn run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjyjblrd%2Fflowblocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjyjblrd%2Fflowblocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjyjblrd%2Fflowblocks/lists"}