-
Notifications
You must be signed in to change notification settings - Fork 200
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
ofEvents chapter #256
Comments
@roymacdonald I haven't used oF in quite some time, but I'd be happy to take a look and give some feedback later in the week. The others will likely have better feedback on things like how much of the common use cases & API you cover. Regardless, great to have another chapter in the book! |
Hey @mikewesthad it would be great. I think that proof reading is important, as there might be issues with my English (as it is not my first language). There might be some strange wordings and stuff of that kind. Best! |
Busy week - will be taking a look today and sending you a PR |
Hey @roymacdonald, this chapter was super helpful and I learned a ton while reading it. Thanks for writing it! I've used observer-based event systems in other languages, but had no idea there was one in OF. It was also nice to get some insight into the upcoming changes to the v0.10 API. I'm sending a PR (roymacdonald#1) your way with a bunch of detailed suggestions and feedback in-line, but there were a couple general things that I wanted to highlight:
Anyway - nice job and a great addition to the book. |
@mikewesthad regarding this comment of yours
I just left these because the empty example has these and so it is not a confusing thing for newcommers, as why sometimes there are this funtions and sometimes not. |
@roymacdonald hmm, I think you could include them in the source files and exclude them from the chapter text. It might be good for us to add a note somewhere in the book about being able to omit unused methods from ofApp. "How openFrameworks works" seems like a good place. |
Hi,
I'm almost finished with a new chapter about ofEvents.
The PR for it is #253
It needs some proof reading, anyone willing to do so is very welcome.
There are some minor things that I'll finish during this week.
Although, I have a doubt about either being correct or being clear.
In most of the code examples I am not complying with the rule of 3, in order to make the examples less bulky. I added a section about this rule. I'm not sure if I should make all the examples to comply with the rule of 3 or to keep it simple. Any thoughts about this? @arturoc @bakercp
ping @tpltnt @mikewesthad @ofTheo @ofZach
Cheers1
The text was updated successfully, but these errors were encountered: