-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more examples #2
Comments
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. System Windows 10 |
There needs to be more examples with more complexity. And especially one background image one. At the most one with sketches communicating
The text was updated successfully, but these errors were encountered: