ultralight-ux / Ultralight

Lightweight, high-performance HTML renderer for game and app developers.
https://ultralig.ht
4.69k stars 196 forks source link

Create official addon for OpenFrameworks #92

Open adamjs opened 5 years ago

adamjs commented 5 years ago

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).

itzaks commented 5 years ago

This would be awesome.

moebiussurfing commented 5 years ago

hey @adamjs , ..any progress on this? cheers

IanByun commented 5 years ago

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

image

stubbulon5 commented 5 years ago

@IanByun Hey. Thanks for sharing this. Is there a plan to make it cross platform (linux, macOS) ?

Cheers!

dasoe commented 4 years ago

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...

dasoe commented 3 years ago

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