Carles Gutiérrez

Results 12 comments of Carles Gutiérrez

This is here: > At: if(!reAdd) addWidget(widget); > From: addWidgetPosition(widget, widgetPosition, widgetAlign); > < You reproduce it just adding this line code to a canvas: > ``` > string japanText...

I'm working with ofxUIScrollableCanvas class, trying generate a new class called ofxUIScrollableSliderCanvas to incorporate scroll bar functions to the canvas. Then by adding some texts (without specify width size or...

Setting big canvas let me to add Japanese text with ofxFTGL font, then because don't need to check any more lines to format it's visible. So the error became when...

Yeah, ofxFTGL and the EasyCanvas font for the textArea solve this issue. We are finishing those changes in my fork. I hope to have a clean version of this soon....

Well but FTGL addon rocks ;) Before I tried my own : > wstring and mbstowcs() to check sizes and then > truncate manually by where spaces and "special characters"...

Hello @xmak and all, Should this .aar replacement work also for oficial UE 4.19? Right now official UE4 4.19 branch is using ARCore 1.0. And the one from Google it's...

For Release Error: ` fatal error C1083: Cannot open include file: 'dlib/image_processing/frontal_face_detector.h': No such file or directory (compiling source file src\main.cpp)` you can add **dlib include** folder to your project...

I'm compiling it too ( VS2017, of_v0.10.0RC4 ) and I've arrived until to following error that I don't know how to solve it. getImageMesh() returns incomplete type of "ofMesh" `ofMesh...

@aferriss I've tried your branch (with ubuntu16-04 oF 0.9.8) with projectGenerator I've got this error (compiling with terminal) -> /usr/bin/ld: cannot find -ldlib

> > got the same problem > > it work when use the video library-2.0-beta1, @benfry Good to know! Thanks [This one works](https://github.com/processing/processing-video/releases/tag/r3-v2.0-beta1) [we are **now** at](https://github.com/processing/processing-video/releases).. "2.0-beta5" this one...