add full version of boxy svg app
parent
d5976821ac
commit
c3a08ec8ae
@ -1,3 +1,7 @@
|
||||
This is temporary and has bugs!
|
||||
This version of Boxy SVG is temporary. It simply opens a browser window to display https://boxy-svg.com/app
|
||||
This approach has many problems. The real version of Boxy SVG, still under development, will run offline, be able to save files locally, have more features, and not require a sign-in.
|
||||
The best vector graphics image editor for Raspberry Pi.
|
||||
Finally, the full version of Boxy SVG has arrived! This installs the Boxy SVG offline Chrome App onto your existing Chromium Browser.
|
||||
Performance is excellent, and I (Botspot) have been using it on my RPi for for all graphics editing. (Ingluding the Pi-Apps logo!)
|
||||
|
||||
If you have a problem using Boxy SVG, please report it on Botspot's github page. Not to the Boxy SVG website! If there's too many RPi-based bug reports of complaints, the Boxy SVG dev may withdraw his permission for it to be on Pi-Apps, and nobody wants that to happen.
|
||||
|
||||
Shout-out to ItzCutePikachu for figuring out how to remove the annoying "Boxy SVG will stop working" pop-up from the javascript.
|
||||
|
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
|
||||
|
||||
function error {
|
||||
echo -e "\\e[91m$1\\e[39m"
|
||||
exit 1
|
||||
}
|
||||
|
||||
git clone https://github.com/Botspot/Boxy-SVG-RPi || error 'Failed to clone repository!'
|
||||
|
||||
tar -xf ~/Boxy-SVG-RPi/BoxySVG-linux-armv7l.tar.xz || error 'Failed to extract!'
|
||||
cp ~/Boxy-SVG-RPi/boxy-svg-armv7l.desktop ~/.local/share/applications
|
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
|
||||
|
||||
function error {
|
||||
echo -e "\\e[91m$1\\e[39m"
|
||||
exit 1
|
||||
}
|
||||
|
||||
git clone https://github.com/Botspot/Boxy-SVG-RPi || error 'Failed to clone repository!'
|
||||
|
||||
tar -xf ~/Boxy-SVG-RPi/BoxySVG-linux-arm64.tar.xz || error 'Failed to extract!'
|
||||
cp ~/Boxy-SVG-RPi/boxy-svg-arm64.desktop ~/.local/share/applications
|
Loading…
Reference in New Issue