OF project - need advices
@Perek wrote: Hi there, I’m the author of this artwork, one part made with C74/Max environment https://youtu.be/KKxmautzwHY I’ve decided to rebuild the project next year (2020) since Max evolves and I...
View Article2 screens 1 canvas (osX)
@pxt wrote: Hi! How can i use two full HD monitors with one canvas in osx? I want a 3840px width extend in two screens without cut. It is possible? EDIT: obviusly i have the two screens connected to...
View ArticleLost ofMesh faces when using append
@Sam_McElhinney_io wrote: hello OF folks I have a collection of ofPolylines that I am extruding and stacking to form a mesh model. To begin with I do this as a whole vector of individual ofMesh...
View ArticleFloating window / "Always On Top"
@lysdexic wrote: Hi all, Just wondering if the method for keeping an app window “always on top” is the same as it was in 2010 (windows) and 2014 (osx) or if things have been simplified since then?...
View ArticleHow to properly add -g flag to debug?
@cuinjune wrote: I’m building OF 0.11.0 in Ubuntu and my app is crashing with segmentation fault. (it used to work fine in OF 0.10.0) I would like to see more details why it crashes so I just added...
View ArticleHow To publish an OF app for windows
@BrownSheep wrote: I compiled and built an OF app on windows10. Now when I copy paste the folder on to another windows10 machine and open the .exe file, I get a blank window. How should I go about it?...
View ArticleHow to rotate an ofxSlider object into vertical position?
@Awareness wrote: I am using ofxGui.How can I rotate an ofxSlider(for example:ofxFloatSlider) into vertical position? Posts: 2 Participants: 2 Read full topic
View ArticleIts possible sum strings?
@pxt wrote: hello! in processing i do: String text = " hello"; for (int i = 0; i < 4; i++) { text += text; } and text now is hellohellohellohello. its possible in openframeworks? try this but it...
View ArticleAdding a child using ofXML
@Dofl_Yun wrote: I am trying to generate an XML data and save it as a file. Case 1 works but Case 2 doesn’t add a child. For some reason, I would like to create a child first and add it into parent...
View ArticleofSetDataPathRoot in v11
@Sam_McElhinney_io wrote: Hi All Just moved over to v11 as a result of a forced OSX/Xcode update. Seems ok so far after a bit of library wrangling, but I am getting an error when I use the line...
View ArticleGenerating audiovisual granular synthesis w/ OF?
@criacuervos wrote: Hello! I want to use OF to take a video and create a granular synthesis effect. I’m looking for tips on how to get started, what resources I should read, or any overall tips on how...
View ArticleDifference in OSX vs WIN ofLights and ofMaterials
@Sam_McElhinney_io wrote: Hi All I have an app that I’m running both in Mac and windows forms. It uses a really simple light and materials set up. There’s quite a marked interference pattern in the...
View ArticlePulsating rectangle inside a grid, location changing?
@juss wrote: Hi all! I am fairly new to OF and I am trying to the following as an exercise: I want to create a grid of squares (one square = function) with for loop (done). I would like the squares...
View ArticleDoes dirList() function support UTF8 filenames?
@Awareness wrote: Does dirList function support UTF8 characters in filenames?Do Openframeworks ofDirectory,ofFile like classes’ member functions support UTF8 characters in filenames? I tried some...
View ArticleCant pause loop for specified amount of time
@jacob1342 wrote: Hi, I want to make loop that will color circles but one circle at a time and every 2 seconds. So far Im using delay method with while loop but it makes my project freeze at the...
View ArticleApp no longer opens on other OSX machines
@Sam_McElhinney_io wrote: Hello again all, Help I have an app that I have been working on for 2+ years for OSX - I host it on my website as a zip file for download. Since I’ve moved to OF v11, when I...
View ArticleQtcreator / OF version issue
@Perek wrote: Hi there, After a successfull Linux and qtcreator installation my first creator project gives that error : “Warning : this file is not part of any project. The code model might have...
View ArticleOsc-Messages between 3 apps parallel not working
@niels wrote: Hi there, I want to manage Values inside Resolume where I am able to send OSC-Messages locally. That works fine with Openframeworks and Processing. But not when I want to run both. The...
View ArticleAttempting to notarise - Xcode Archive of App is generic
@Sam_McElhinney_io wrote: Hello, Following on from this thread, I am trying to take the plunge into a properly signed and notarised OSX App. I’ve been working through the stages here. I haven’t yet...
View ArticleStroke and fill in 3D primative
@xX_n3c40_Xx wrote: Hey, So I’m coming over from processing and I’m trying to use 3D in openframeworks. All I want to do is have a box with a particular fill and a stroke with another fill. But...
View Article