sketch-mapper
sketch-mapper copied to clipboard
more examples
There needs to be more examples with more complexity. And especially one background image one. At the most one with sketches communicating
Hi I can probably help with this !
I've made a few experiments, I will fork and point you to it when it's done.
I was wondering about communication between sketches, do you already have something in mind about this ? I mean, is it something that will be written in user code or will it be handled by the lib ?
I have one example in mind that could be great with this kind of feature.
That'd be awesome ! I was thinking it would be handled in user code, I just wanted to have an example of communicating sketches as a more complicated scenario. My thought was to have 3 surfaces arranged like the three front faces of a cube and a ball "bouncing" around their surfaces. The communication would be that when the ball hits of the edge of once surface the sketch has to tell the neighboring one to start drawing it. That kind of thing.
Hi my branch is there : https://github.com/b2renger/sketch-mapper/tree/master/examples/SketchMapperExamples
and I've pushed a few simple examples. Let me know if you want a PR.
I'll try to work on communicating sketch now !
Hei...i'm trying to use this library, but if i save the basic sketch in my sketch folder console give me a nullpointerexception. If i run It from example folder It works fine. Also i cant run multiple sketch with method addsketch, if i rename the class name It doesn't work, It works Just with name TestSketch.
System Windows 10 Processing 3.3.5 Sketchmapper 4.1.1