Open adamjs opened 5 years ago
This would be awesome.
hey @adamjs , ..any progress on this? cheers
If anyone needs help, I implemented an addon with basic functionalities. Based on ultralight-sdk-1.0-win with some modifications. https://github.com/IanByun/ofxUltralight-byun
@IanByun Hey. Thanks for sharing this. Is there a plan to make it cross platform (linux, macOS) ?
Cheers!
Thank you so much IanByun, for your awesome work! I will denfinitely look into it and help (with my limited abilities) to make it cross platform. Let's activate OF community...
Hi all,
I started to build an Addon from scratch as Ultralight Version changed to 1.2. It is not sophisticated as IanByun's version, so e.g. not using GPU for the Moment. My focus is on ease of integration and embedding it in the OF environment (projectGenerator-ready and so on). And this - eventually, we are not there yet - Cross Platform. Check it out please, Comments are more than welcome: https://github.com/dasoe/ofxUltralight
have a great day! oe
Several users have expressed interest in integrating Ultralight with OpenFrameworks.
It mostly uses GLFW/GL for all drawing so integration shouldn't be difficult.
We should offer an official addon via OfxAddons (automatically loads packages from GitHub).