Skip to content

Commit 72f03d5

Browse files
author
Mike Barkmin
committed
Add examples to readme
1 parent ed2472d commit 72f03d5

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,31 @@ An example which makes use of the many methods of the timer.
332332

333333
![timer](web/assets/timer.gif)
334334

335+
### Sensing
336+
337+
Source Code: https://github.com/mikebarkmin/processing-library-scratch/tree/master/examples/Sensing
338+
339+
An example which shows the usage of isTouchingMousePointer
340+
341+
![sensing](web/assets/sensing.gif)
342+
343+
### Stress Test
344+
345+
Source Code: https://github.com/mikebarkmin/processing-library-scratch/tree/master/examples/StressTest
346+
347+
How many sprites can you display? And how does it effect the frame rate and memory usage of your scratch. Test it with this example.
348+
349+
It also show hot to animate a sprite.
350+
351+
![stress_test](web/assets/stress_test.gif)
352+
353+
## Color Hit
354+
355+
Source Code: https://github.com/mikebarkmin/processing-library-scratch/tree/master/examples/ColorHit
356+
357+
A little game developed which this library.
358+
359+
![color_hit](web/assets/color_hit.gif)
335360

336361
## Missing
337362

web/assets/color_hit.gif

1.08 MB
Loading

web/assets/sensing.gif

722 KB
Loading

web/assets/stress_test.gif

37.1 MB
Loading

0 commit comments

Comments
 (0)