{"id":15031861,"url":"https://github.com/denvi/candle","last_synced_at":"2025-12-27T13:29:15.935Z","repository":{"id":35035655,"uuid":"39151714","full_name":"Denvi/Candle","owner":"Denvi","description":"GRBL controller application with G-Code visualizer written in Qt.","archived":false,"fork":false,"pushed_at":"2024-03-05T16:41:43.000Z","size":36409,"stargazers_count":1434,"open_issues_count":390,"forks_count":557,"subscribers_count":127,"default_branch":"master","last_synced_at":"2025-04-07T20:09:48.719Z","etag":null,"topics":["candle","cnc-machine","gcode-visualizer","grbl","heightmap","linux","visualizer"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"EthicalML/awesome-production-machine-learning","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Denvi.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},"funding":{"custom":["https://money.yandex.ru/quickpay/shop-widget?writer=seller\u0026targets=%D0%A1%D0%BF%D0%BE%D0%BD%D1%81%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D1%82%D1%8C%20github.com%2FDenvi%2FCandle\u0026targets-hint=\u0026default-sum=\u0026button-text=11\u0026payment-type-choice=on\u0026mobile-payment-type-choice=on\u0026hint=\u0026successURL=\u0026quickpay=shop\u0026account=410019747904658"]}},"created_at":"2015-07-15T17:46:48.000Z","updated_at":"2025-04-06T08:30:37.000Z","dependencies_parsed_at":"2022-08-08T04:01:02.355Z","dependency_job_id":"dcb2f3f1-0bf8-4ea8-a60f-7386138dc44f","html_url":"https://github.com/Denvi/Candle","commit_stats":{"total_commits":449,"total_committers":7,"mean_commits":64.14285714285714,"dds":0.03563474387527843,"last_synced_commit":"3f763bcde1195e23ba119a5b3c70d7c889881019"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Denvi%2FCandle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Denvi%2FCandle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Denvi%2FCandle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Denvi%2FCandle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Denvi","download_url":"https://codeload.github.com/Denvi/Candle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254364270,"owners_count":22058878,"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":["candle","cnc-machine","gcode-visualizer","grbl","heightmap","linux","visualizer"],"created_at":"2024-09-24T20:16:47.934Z","updated_at":"2025-12-27T13:29:15.930Z","avatar_url":"https://github.com/Denvi.png","language":"C++","readme":"Candle\n-----------\nGRBL controller application with G-Code visualizer written in Qt.\n\n![screenshot](/screenshots/screenshot_main_window.png)\n\nSupported functions:\n* Controlling GRBL-based cnc-machine via console commands, buttons on form, numpad.\n* Monitoring cnc-machine state.\n* Loading, editing, saving and sending of G-code files to cnc-machine.\n* Visualizing G-code files.\n\nSystem requirements for running \"Candle\":\n-------------------\n* Windows/Linux (Ubuntu)/macOS/Raspberry Pi OS (Trixie)\n* CPU with SSE2 instruction set support\n* Graphics card with OpenGL 2.0 support\n* 120 MB free storage space\n\nDownloads\n----------\nLatest release versions:\n\n* [Releases](https://github.com/Denvi/Candle/releases)\n\nNightly build versions:\n\n[![Nightly / Windows (x64)](https://github.com/Denvi/Candle/actions/workflows/nightly-windows.yml/badge.svg)](https://github.com/Denvi/Candle/actions/workflows/nightly-windows.yml)\n\n* [Nightly](https://github.com/Denvi/Candle/releases/tag/nightly)\n\nPrevious versions:\n\nFor GRBL v1.1 firmware\n\n* Windows: [candle_1.1.7.zip](https://github.com/Denvi/Candle/releases/download/v1.1/Candle_1.1.7.zip)\n* Linux: [candle_1.1.7.tar.gz](https://github.com/Denvi/Candle/releases/download/v1.1/Candle_1.1.7.tar.gz)\n\nFor GRBL v0.9 and below\n\n* Windows: [candle_1.0.11.zip](https://github.com/Denvi/Candle/releases/download/v1.0/Candle_1.0.11.zip)\n* Linux: [candle_1.0.11.tar.gz](https://github.com/Denvi/Candle/releases/download/v1.0/Candle_1.0.11.tar.gz)\n\nBuild instructions (Windows)\n------------------\n\n* Install cmake\n* Install vcpkg\n\n```\ngit clone https://github.com/microsoft/vcpkg.git\nvcpkg\\bootstrap-vcpkg.bat\n```\n\n* Set environment variable\n\n```\nCMAKE_TOOLCHAIN_FILE={PATH_TO_VCPKG}/scripts/buildsystems/vcpkg.cmake\n```\n\n* Get Candle sources\n\n```\ngit clone https://github.com/Denvi/Candle.git\ncd Candle\n```\n\n* Install packages\n\n```\nvcpkg install\n```\n\n* Build and install\n\n```\nmkdir build; cd build\ncmake .. -DCMAKE_INSTALL_PREFIX=\"$(pwd)/Candle\"\ncmake --build . --config=Release\ncmake --install .\n```\n\nExecutable can be found in `build/Candle` directory.\n\nBuild instructions (Ubuntu, Raspberry Pi OS Trixie)\n------------------\n\n* Install packages\n\n```\nsudo apt update\nsudo apt install cmake build-essential qtbase5-dev libqt5serialport5-dev qtscript5-dev qttools5-dev libqt5websockets5-dev qtmultimedia5-dev\n```\n\n* Get Candle sources\n\n```\ngit clone https://github.com/Denvi/Candle.git\ncd Candle\n```\n\n* Build and install\n\n```\nmkdir build \u0026\u0026 cd build\ncmake .. -DCMAKE_INSTALL_PREFIX=\"~/programs/Candle\"\ncmake --build . --config=Release\ncmake --install .\n```\n\nExecutable can be found in `~/programs/Candle` directory.\n\nBefore creating new issue\n------\nCandle works with CNC controlled by GRBL firmware, many problems can be solved by using proper version of GRBL, using proper configuration.\n\nPlease read GRBL wiki: \n- GRBL v0.9-: https://github.com/grbl/grbl/wiki\n- GRBL v1.1: https://github.com/gnea/grbl/wiki\n","funding_links":["https://money.yandex.ru/quickpay/shop-widget?writer=seller\u0026targets=%D0%A1%D0%BF%D0%BE%D0%BD%D1%81%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D1%82%D1%8C%20github.com%2FDenvi%2FCandle\u0026targets-hint=\u0026default-sum=\u0026button-text=11\u0026payment-type-choice=on\u0026mobile-payment-type-choice=on\u0026hint=\u0026successURL=\u0026quickpay=shop\u0026account=410019747904658"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenvi%2Fcandle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenvi%2Fcandle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenvi%2Fcandle/lists"}