We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846dbdc commit feb3b4fCopy full SHA for feb3b4f
…essing/hemesh/library/vbo/mesh_to_vbo.rb …ava_processing/hemesh/library/vbo/vbo.rbsamples/external_library/java_processing/hemesh/library/vbo/mesh_to_vbo.rb renamed to samples/external_library/java_processing/hemesh/library/vbo/vbo.rb
samples/processing_app/library/vecmath/README.md
@@ -0,0 +1,10 @@
1
+### Notes on exporting vecmath sketches
2
+
3
+There is issue exporting sketches with the vecmath library, but there is a workaround:-
4
+cd MvApp.app
5
+mkdir lib/library/lib
6
+mv lib/rpextras.jar lib/library/lib
7
+edit lib/library/vecmath.rb to `require_relative 'lib/rpextras'`
8
9
10
0 commit comments