Roy Macdonald

Results 187 comments of Roy Macdonald

this update is awesome! What would be the correct way (workflow) to test this on macos?

I'm on Sierra And I dont see the artifacts described. Im using xcode 8.3.2 and OF's current github master I used the following code ``` void ofApp::draw(){ ofBackground(0); for (int...

Hi, there seems to be no such way in the current implementation, but as it relies on you can modify this class to add support for different network interfaces. in...

I dont think you need to change anything in Connect. But you should try. Sorry if I cant help more.

my 2 cents, In terms of friendliness `PI` wins above all. But then, `of::Pi` or of::PI feels the closest. if using a namespace you can even have in the ofApp.cpp...

hey @Jonathhhan sorry for not being able to help so far. I will take a look at your branch and see how I can help to make a nice and...

@Jonathhhan no worries. It did not sound like that at all to me. I see that there your most up to date branches are named `bitesize-audioworklet` and `bitesize-AudioWorklet ` which...

What is the problem with implicit conversion other than the annoying warnings?

what about having a ofRunApp to be a templated function which gets the app class as template and it initializes it, thus hiding a lot from regular users, while leaving...