Quantcast
Channel: beginners - openFrameworks
Browsing all 4929 articles
Browse latest View live

Mesh append in a thread

@fresla wrote: I have some large meshes I want to save as a single mesh, they are in a vector. If I iterate through the vector and draw them then the I have quite a good framerate, however if I...

View Article


Passing parameters to the constructor

@nzfs wrote: i’m trying to create an object in the .h file an pass the parameters like this: SignalManager gestorAmp(45, 100, 0.5); but it gives me this error: expected a type specifier it works fine...

View Article


Is there a version of openframeworks that works with xcode 8

@AntiViral_builder wrote: Can you please tell me where I can download it. Posts: 1 Participants: 1 Read full topic

View Article

Image may be NSFW.
Clik here to view.

Creating circle with node points

@hellsing_integra wrote: Hello Everyone , i’m super new to programming, but i could use your help in solving an issue.I have come across a problem where I have to write a code in cpp to draw a circle...

View Article

ofxKinect getDistance

@matteo wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic

View Article


Image may be NSFW.
Clik here to view.

Build failed with ofxShader in Visual Studio

@tszasz wrote: Hello, I generated a new project and when hitting build on an empty project with no changes, I get this weird error. Looks like it wants to compile the README Makes no sense to me...

View Article

Can h.265 / HEVC encoded video be played in OF?

@stephanschulz wrote: I am on macOS 10.14 with OF 0.11 and wonder if there is an add-on or other way to play back h.265 videos? Thanks for any advice. Posts: 1 Participants: 1 Read full topic

View Article

How to add a textbox in my UI?

@tqs wrote: Hello, everyone, I am a beginner in this field. I want to create a textbox in my UI, and I can input strings. Once I have input, it could send the contents to the inner functions. And...

View Article


MSys2 Install, Some Examples fail to build, where is project generator?

@Strum wrote: Just installed OF on windows 7 Msys2 64 bit Some of the examples failed to build. Here is the output from the build all examples script...

View Article


Circle loops project, looking for ideas

@wyz92 wrote: Hello there, I’m making a project for my University: it asks to select a song from File Explorer and then creates loop circles according to the sound. This is my actual project:...

View Article

Range based loops and references

@nzfs wrote: hi, i’m looping through a vector of objects, for that i’m using a for each loop like this: for (Semicircle semi : Circles) { semi.render(); } it works fine and i have no problem with my...

View Article

Image may be NSFW.
Clik here to view.

Quality Dropped after drawing multiple shapes (ofSpherePrimitive's)

@akamal wrote: Hello All, When I draw multiple spheres the quality of the remaining spheres drops, significantly. As seen in this gif (I know the UI isn’t the prettiest, just working on basic...

View Article

Image may be NSFW.
Clik here to view.

Kinect osx capabilities

@chusi wrote: Hi peeps, I’m working in a project where I would like to add some interaction making use of a Kinect camera, and I ran into a few doubts: Can I get the same functionality and features...

View Article


Image may be NSFW.
Clik here to view.

Import class from directory

@StanLepunK wrote: Hello I try to import class from a directory, but I receive an error message : Undefined symbols for architecture x86_64: "Mother::Mother()", referenced from: ofApp::setup() in...

View Article

How to make a immutable object

@dilanfdo wrote: I get a texture from a fbo and assign it to a ofTexture object. then I change what’s inside the fbo. it will automatically change my ofTexture object according to the changes. But I...

View Article


Live sampling video grabber

@thomasgeissl wrote: Hello, i wanna create a video looper, it should be able to record videos from a video grabber and loop it. does anyone know of any example projects or addons that could help me...

View Article

Image may be NSFW.
Clik here to view.

Organic Shapes without Edges

@makakken wrote: Hello, i try to create a Circular Shape which can be distorted, so i calculate some Vertex of the Circle and Connect the with curveTo(). I have an Edge in the Shape like in the...

View Article


This-> keyword confusion

@devilf wrote: hello, beginner here. i have some experience with processing, lua and other scripting languages. i’m working my way slowly through the oF book and digesting some c++ basics in the...

View Article

Combining adjacent LIDAR points into single object similar to TUIO blob?

@tomd wrote: Hello everyone, I’m working with an A1 RPLidar from Slamtec and this ofxRPlidar add-on. My use case is to capture multiple touch points across a large wall projection and eventually to...

View Article

Unable to light up 'ofxGui'&'font.drawstring'

@akamal wrote: Hello all, I’m using ofLight to light up multiple ofSpherePrimitives in a 3D enviorment. In this 3D enviorment I also have some text drawn using .drawstring() and an OfxGui to control...

View Article
Browsing all 4929 articles
Browse latest View live


Latest Images