Changing cursor in app
@Sherman70 wrote: Im trying to create an app that when you press on a button, the cursor changes. For example, lets say I press a button to draw, the cursor changes into a pencil. Any ideas? I've...
View ArticleWhat's a good way of "fading out" the screen?
@lethalrush wrote: What's a good way of "fading out" the screen while moving a shape around so that it looks like the shape is leaving fading trails? Currently, I am using the method of...
View ArticleScroll down a list
@Dazzid_of wrote: HiI'm wondering what is the easiest way in OF to scroll down/up a "scoring" list which have name and points.best Posts: 4 Participants: 2 Read full topic
View ArticleSaving file on shared drive (osx to windows)
@csw wrote: I'm trying to save a file from osx to a mapped windows drive. My problem is that OF is prefixing the path to the projects data folder to my desired absolute path. So instead of this:...
View ArticleHow to start draw other shapes after press key 'k' in openframeworks
@JingSHE wrote: I created a project, that after ten times press key 'k', the canvas will draw a circle, how to realize this movement?Thanks very much! Posts: 3 Participants: 2 Read full topic
View ArticleBasic VS question: adding new class files
@bob97086 wrote: This refers to Visual Studio 2017 running on a Windows 10 machine.Using an example project (say pointCloudExample) I wish to experiment with adding a class to the 'src' collection....
View ArticleProjects made with the project generator won't compile
@WesHenrie wrote: For reference my xcode version is 9.2. I'm also using the openframeworks version 0.9.8. When I create a project using the project generator included with the release it always fails...
View ArticleHow to mask ofGraphics with ofGraphics
@Shin wrote: How to mask ofGraphics with ofGraphics? I'm really confused about it.. so I post. In the alphaMaskingShaderExample, it mask image with image.But I wanna mask ofGraphics (like ofDraw~)...
View ArticleCircles disappears with absolute value
@afp wrote: Hey! I'm trying to make the white small circles disappear when I hover over them with the larger yellow circle. I am thinking the best way to do this is with the absolute value linked with...
View Article3d point homography- obj to reality calibration
@fresla wrote: Hi, I have seen a feature on a number of media servers that allow for 3d calibration. For example when projection mapping and there is a 3d model of the target (say a building) in the...
View ArticleSelect a folder using a folder dialog
@marcorexo wrote: I would like to open a folder dialog so that I can select a folder and use its path in my software. Ideally, this class method for selecting a folder should be OS independent. I have...
View ArticleI want to display many points with Vertex
@taketori7616 wrote: I'd like to display many points with the Vertex Shader program below, but I am having trouble because only one is displayed.I do not have much knowledge of Shader.How do I get...
View ArticleHelp with ofxDatGui dropdown Menu
@cyrstem wrote: hey just need a little help im building a dropdown list that will load music files and they play when selected i will like them to stop playing when other files is selected in the same...
View Article[SOLVED] ofxKinectForWindows2 Linker Error
@rotorstudio wrote: Hello! I'm trying to compile a new project with the ofxKinectForWindows2 addon from @elliotwoods and i have some linker errors that i can't understand propierly. I follow all the...
View ArticleVariable typeface
@cygnus wrote: Curious on how to make titled thing not even sure if it's good fit & doing with openframeworks. I did some reverse engineering found * some helpful parts, but I can't figure out how...
View ArticleFontsExample not work on Emscripten
@PES_Platform wrote: I tried to run FontsExample on Emscripten. It can compiled successfully but when run it cause exception in JavaScript. All Examples that use fonts seem not work. Any one can give...
View ArticleqtCreator eating tons of memory
@edapx wrote: Hello, I'm writing an OF application and sometimes QT creator get unresponsive, and shortly after all the desktop applications start to freeze. This normally happens when I make an error...
View ArticleKinect V2 + Windows 10 + Projector calibration
@G-sdn wrote: Hi all! Newbie here. I've been looking through the forum for a while now trying to find a solution to my problem: Has anyone managed to calibrate a projector with a kinect v2 on a...
View ArticleEmscripten on osx not working for me
@iGoog wrote: I'm doing some experiments to try and see what performance is like using emscripten, but I'm new to this and am hitting some walls. I tried using emmake on the...
View ArticleAcquisition of multi-tap event using Windows 10, VS 2015 and oF 0.9.8
@taketori7616 wrote: In Windows 10, we could obtain multitap events with ofxWin8Touch, but I would like to know how to implement Pinch events such as zooming and rotation with 2 fingers. Posts: 2...
View Article