{"id":20847418,"url":"https://github.com/commonwealthrobotics/cadoodle-application","last_synced_at":"2026-04-25T16:07:45.693Z","repository":{"id":248297891,"uuid":"828285117","full_name":"CommonWealthRobotics/CaDoodle-Application","owner":"CommonWealthRobotics","description":"The core Java Application for CaDoodle","archived":false,"fork":false,"pushed_at":"2026-04-20T16:48:33.000Z","size":15083,"stargazers_count":84,"open_issues_count":66,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-04-20T18:41:54.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CommonWealthRobotics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"CommonWealthRobotics","patreon":"madhephaestus","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-07-13T17:04:52.000Z","updated_at":"2026-04-19T13:15:03.000Z","dependencies_parsed_at":"2024-08-10T15:22:32.969Z","dependency_job_id":"8802417a-48ce-4e14-8891-08eb598deabd","html_url":"https://github.com/CommonWealthRobotics/CaDoodle-Application","commit_stats":null,"previous_names":["commonwealthrobotics/cadoodle-application"],"tags_count":620,"template":false,"template_full_name":null,"purl":"pkg:github/CommonWealthRobotics/CaDoodle-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonWealthRobotics%2FCaDoodle-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonWealthRobotics%2FCaDoodle-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonWealthRobotics%2FCaDoodle-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonWealthRobotics%2FCaDoodle-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CommonWealthRobotics","download_url":"https://codeload.github.com/CommonWealthRobotics/CaDoodle-Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonWealthRobotics%2FCaDoodle-Application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32267775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: 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":"2024-11-18T02:20:28.914Z","updated_at":"2026-04-25T16:07:45.666Z","avatar_url":"https://github.com/CommonWealthRobotics.png","language":"Java","readme":"# Cadoodle Website\n\n\n[https://cadoodlecad.com/](https://cadoodlecad.com/)\n\n\n# CaDoodle-Application\n\n\n[![Github All Releases](https://img.shields.io/github/downloads/CommonWealthRobotics/CaDoodle-Application/total.svg)]()\n\nThe core Java Application for CaDoodle\n\nThis is the source code for the Java Application of Cadoodle. \n\n# Installers\n\nThe installers for specific operating systems can be found here: https://github.com/CommonWealthRobotics/CaDoodle/releases\n\n\n# Build (Linux)\n\n```\ngit clone https://github.com/CommonWealthRobotics/CaDoodle-Application.git\n\ncd CaDoodle-Application\n\ngit submodule update --init --recursive\n\nbash build.sh\n```\n\n# Build (macOS)\n```\ngit clone https://github.com/CommonWealthRobotics/CaDoodle-Application.git\n\ncd CaDoodle-Application\n\ngit submodule update --init --recursive\n\nbash buildMac.sh\n```\n\n\n# Build (Windows)\n\n1. Create the CadDoodle project directory (use a path without spaces), e.a. ```D:\\CaDoodle```\n\n2. Inside the project directory create a directory for the Java JDK, e.a. ```D:\\CaDoodle\\java```\n\n3. Download the Windows Java JDK https://cdn.azul.com/zulu/bin/zulu21.46.19-ca-fx-jdk21.0.9-win_x64.zip\n\n4. Extract the Zip-archive to the Java JDK directory, e.a. ```D:\\CaDoodle\\java\\zulu21.46.19-ca-fx-jdk21.0.9-win_x64\\``` \n\n5. Install MSYS2 from https://www.msys2.org to get a Linux bash shell.\n\n6. Start the MSYS2 UCRT64 shell, all remaining commands will be executed in this shell.\n\n7. Set the Java environment to point to the Java JDK, e.a. ```export JAVA_HOME=/d/CadDoodle/java/zulu21.46.19-ca-fx-jdk21.0.9-win_x64```\n\nVerify the path with ```ls $JAVA_HOME```\n\nOptionally: Make JAVA_HOME persistent for the MSYS2 shell\n```\necho 'export JAVA_HOME='$JAVA_HOME \u003e\u003e ~/.bash_profile\n```\n\n8. Navigate to the CaDoodle project directoryl, e.a. ```cd /d/CaDoodle/```\n\n9. Install the required updates, packages and build the application (UCRT64 bash shell):\n```\npacman -Syu --noconfirm\n\npacman -S git --noconfirm\n\ngit clone https://github.com/CommonWealthRobotics/CaDoodle-Application.git\n\ncd CaDoodle-Application\n\ngit submodule update --init --recursive\n\n./gradlew clean shadowJar\n```\n\nThe build CaDoodle-Application.jar file will be located in ```build/libs```\n\nThe Windows CaDoodle application is located in the Windows user directory: ```users\\\u003cusername\u003e\\bin\\CaDoodle-ApplicationInstall```\n\n# Eclipse instructions (Recommended)\n\n[Eclipse setup Instructions Here](Eclipse.md)\n\n**Right click on this file and Debug as Java Application**\n\n\u003cimg src=\"docs/images/15.png\" width=\"600\" alt=\"Image 15\"\u003e\n\n# IntelliJ IDEA instructions\n\n[IDEA setup Instructions Here](IntelliJ%20IDEA.md)\n\n\n# Icons \n\nhttps://www.svgrepo.com/collection/solar-bold-icons/\n","funding_links":["https://github.com/sponsors/CommonWealthRobotics","https://patreon.com/madhephaestus"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommonwealthrobotics%2Fcadoodle-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommonwealthrobotics%2Fcadoodle-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommonwealthrobotics%2Fcadoodle-application/lists"}