Emanuele Mazza

Results 93 comments of Emanuele Mazza

![imgui_filedialog](https://user-images.githubusercontent.com/141075/79854181-5b33ad80-83c9-11ea-90fc-722cc147f967.jpeg) I'm using the code from https://github.com/gallickgunner/ImGui-Addons I needed to update imgui to 1.76 (pushed commit on my ofxImGui fork), and it seems to work real smooth, and this is...

I'm still working on specific objects graphics/interface with imgui, porting all the OF stuff i made before, file dialogs are completely ported, textures are working in some cases (images YES,...

Checking this for advanced data plot: https://github.com/epezent/implot maybe for some new objects? we'll see

Just integrated a profiler, so less future unmantained ofxaddons modified from https://github.com/Raikiri/LegitProfiler ![photo_2020-06-13 18 27 18](https://user-images.githubusercontent.com/141075/84573923-ad7ac480-ada3-11ea-9730-76c995f0ef3f.jpeg)

![Sin título2](https://user-images.githubusercontent.com/141075/84600234-3bc07a80-ae78-11ea-9613-69f7d05b294b.jpeg)

![sequencer_madness](https://user-images.githubusercontent.com/141075/86326951-b93f0580-bc42-11ea-9204-65ce25215941.jpeg) Some objects are not finished yet, but is starting to look serious

![variable_num_inlets](https://user-images.githubusercontent.com/141075/86470623-1074d100-bd3c-11ea-964c-ec2901a227f4.jpg)

About the textures drawing between OF and ImGui, i had it solved from some time now, but testing some bigger patches i've found ( and already solved ) a problem:...

Yes, glRenderer is there exactly for the plugins, for basic drawing routines as the ```ofDrawRectangle``` , or font drawing, or everything that is computed by CPU, but for textures and...

This problem is only related to "texture" nodes, basically every objects that works with image in some way, so all the other type of objects do not have problems, hence...