https://github.com/ctrlcctrlv/frbamericancursive-processing-sketchbook
Processing sketchbook for building FRB American Cursive optional physics files for stroke number placement
https://github.com/ctrlcctrlv/frbamericancursive-processing-sketchbook
Last synced: 4 months ago
JSON representation
Processing sketchbook for building FRB American Cursive optional physics files for stroke number placement
- Host: GitHub
- URL: https://github.com/ctrlcctrlv/frbamericancursive-processing-sketchbook
- Owner: ctrlcctrlv
- Created: 2021-12-26T01:31:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T01:34:03.000Z (over 4 years ago)
- Last Synced: 2025-10-10T04:05:36.838Z (8 months ago)
- Language: HTML
- Size: 5.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FRB American Cursive `sketchbook/` directory for Processing (Java version)
To build `make physics`, you'll need these files. The licenses of all the libraries are in their respective directories.
The `*utils/` library directories seem to be Processing default includes, and some of them, especially audio-related ones, are not in use. However, they are distributed to make the sketchbook useful for general Processing use as well.
If you do not want to put this in your `$HOME` as the directory `sketchbook`, which is Processing's default, you may edit `$HOME/.config/processing/preferences.txt` as such:
```diff
diff --git /home/fred/.config/processing/preferences.txt /home/fred/sketchbook/preferences.txt
index 51844e4..9cf8f0c 100644
--- /home/fred/.config/processing/preferences.txt
+++ /home/fred/sketchbook/preferences.txt
@@ -77,7 +77,7 @@ run.present.bgcolor=#666666
run.present.stop.color=#cccccc
run.window.bgcolor=#DFDFDF
search.format=https://google.com/search?q=%s
-sketchbook.path.four=/home/fred/sketchbook
+sketchbook.path.four=/home/fred/Workspace/processing-sketchbook
ui.font.family=Dialog
ui.font.size=12
update.check=true
```