Skip to content
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

demo of UIGestureRecognizer? #2

Open
joshuajnoble opened this issue Mar 5, 2013 · 2 comments
Open

demo of UIGestureRecognizer? #2

joshuajnoble opened this issue Mar 5, 2013 · 2 comments

Comments

@joshuajnoble
Copy link

This isn't an issue as much as a suggestion: it might be nice to include a sample using that or some pre-made event-handlers for this. I'm a bit naive when it comes to ObjC methods so it'd be nice to see how that can be integrated into my Cinder app.

@smallab
Copy link
Owner

smallab commented Mar 6, 2013

Hey Joshua, tx for the suggestion, I'll look into it when I get the time and keep you posted on this thread.
Btw if you analyze the CCGLTouchMayaCam example, you'll see it doesn't involve too much ObjC, and that you can code pure C/C++ within the setup and draw methods, as well as build pure C/C++ classes such as a ParticleEmitter.h and a Particle.h, etc.

Matthieu

@joshuajnoble
Copy link
Author

Great. It's just a suggestion really. I haven't had much time to look at it, but I'm not sure how to add the UIGestureRecognizer callbacks into the BasicApp and I thought I'm probably not the only one who gets confused about that kind of stuff. As soon as I get some more time I'll look into it more and see what I can come up with and maybe contribute some code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants