croc-gui is a graphical user interface (GUI) for croc for Windows, Mac and Linux.
You will need to install croc based on your devices method, There is some intructions below but its a good idea to check croc's page directly and verify.
until future features are added currently croc-gui requires that croc
be installed via powershell with Chocolatey.
run powershell as administrator
Set-ExecutionPolicy AllSigned; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
and then install
choco install croc
For apple devices its reccomended you install croc with homebrew
brew install croc
in order to start working on croc-gui you will need to get your own version of the neutralinojs binaries, the easiest way to do so is to create a new blank project with npx and then copy the bin
folder into the project folder.
npx @neutralinojs/neu create testProject