Skip to content

Commit ac52a13

Browse files
committed
Add fluid_basic example
1 parent 40b8ffc commit ac52a13

2 files changed

Lines changed: 475 additions & 0 deletions

File tree

Rakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ task :contributed do
1818
sh "cd #{K9WD}/contributed && rake"
1919
end
2020

21+
desc 'PixelFlow'
22+
task :pixel_flow do
23+
sh "cd #{K9WD}/external_library/java/PixelFlow && rake"
24+
end
25+
2126
desc 'shaders'
2227
task :shaders do
2328
sh "cd #{K9WD}/processing_app/topics/shaders && rake"

0 commit comments

Comments
 (0)