{"id":26758519,"url":"https://github.com/wdevore/fluttersoftwarerenderer","last_synced_at":"2026-01-29T08:33:13.014Z","repository":{"id":225597114,"uuid":"766180505","full_name":"wdevore/FlutterSoftwareRenderer","owner":"wdevore","description":"A simple software 3D modeler written in Flutter and Dart","archived":false,"fork":false,"pushed_at":"2024-03-18T13:25:28.000Z","size":277,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-11T07:11:02.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","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/wdevore.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":"2024-03-02T15:01:24.000Z","updated_at":"2024-12-20T21:09:14.000Z","dependencies_parsed_at":"2025-03-28T16:34:09.720Z","dependency_job_id":"0f4d2556-a6aa-4712-bd09-844ba668bf76","html_url":"https://github.com/wdevore/FlutterSoftwareRenderer","commit_stats":null,"previous_names":["wdevore/fluttersoftwarerenderer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wdevore/FlutterSoftwareRenderer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdevore%2FFlutterSoftwareRenderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdevore%2FFlutterSoftwareRenderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdevore%2FFlutterSoftwareRenderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdevore%2FFlutterSoftwareRenderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wdevore","download_url":"https://codeload.github.com/wdevore/FlutterSoftwareRenderer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdevore%2FFlutterSoftwareRenderer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28872355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T07:35:32.468Z","status":"ssl_error","status_checked_at":"2026-01-29T07:33:31.463Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-03-28T16:29:21.885Z","updated_at":"2026-01-29T08:33:12.992Z","avatar_url":"https://github.com/wdevore.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlutterSoftwareRenderer\nA simple software 3D modeler written in Flutter and Dart as a [Desktop application](https://flutter.dev/multi-platform/desktop).\n\nFlutter doesn't have a way of parking an SDL window within the application because Flutter **is** the window. Dart can because it doens't have a *window*.\n\nThus is app uses Canvas to draw pixels, however, the number of pixels is limited by the bus bandwidth between the CPU and GPU. Depending on how capable your GPU is you may only have about 10,000 to 40,000 pixels at 60fps = 16.7ms frame rates. This is a window of 100x100 to 200x200 which isn't very large. But it will do for the purposes of this application.\n\n# Info\nThe application is built in various stages:\n- \"test_drive\" A default desktop app\n- \"basic_line\" A demo of a line on a Canvas\n\n# Notes\n## Custom paint widgets\n- https://www.youtube.com/watch?v=pD38Yyz7N2E performance and points\n- https://stackoverflow.com/questions/75838382/flutter-canvas-draw-raw-points-with-different-colors points\n- https://codewithandrea.com/videos/flutter-custom-painting-do-not-fear-canvas/\n- https://www.kodeco.com/26483389-flutter-canvas-api-getting-started\n- https://api.flutter.dev/flutter/dart-ui/dart-ui-library.html\n- https://getstream.io/blog/definitive-flutter-painting-guide/ in depth\n- https://www.youtube.com/watch?v=pD38Yyz7N2E filip Hracek in depth\n\n# Create\n```sh\nflutter create desktop-app\n\nor\n\nflutter create --platform linux --template app basic_line\n```\n\n# Tutorials and examples\n- https://blog.logrocket.com/building-flutter-desktop-app-tutorial-examples/\n\n# Running the app\n```sh\nflutter run -d linux\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdevore%2Ffluttersoftwarerenderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwdevore%2Ffluttersoftwarerenderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdevore%2Ffluttersoftwarerenderer/lists"}