-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
The actual behavior not very efficient:
- A graphic is created "in memory" in Java/JS
- It is then compressed in PNG in Java/JS in "result.png"
- "result.png" is finally uncompressed in JS to be displayed
Fortunately, it could be possible to use cheerpjCreateDisplay.
I've created a branch where this cheerpjCreateDisplay function is called.
My understanding is that it create a Canvas in the HTML page.
Right now, a simple blue rectangle is drawn in Java, but in the future, we could draw the real diagram.
(See the demo!)
@sakirtemel could you remove the actual drawing (we won't need it any more) and rearrange the Canvas position (which is below content) to that it is displayed on the left? (By working on the branch panel2, it's not ready to be merged at all!)
Thanks!
sakirtemel
Metadata
Metadata
Assignees
Labels
No labels