4

Is it possible to access HTML5 canvas elements in Opa?

aneccodeal
  • 8,531
  • 7
  • 45
  • 74

1 Answers1

7

Yes it is possible to access HTML5 canvas elements in Opa!

See the online API doc: http://opalang.org/resources/doc/index.html#canvas.opa.html/!/value_stdlib.core.xhtml.Canvas

And you know what? Hhuho pushed on github a collaborative whiteboard based on html5 canvas: https://github.com/hhugo/OpaWhiteBoard

You can play with it here: http://canvas.opalang.org/

Cédrics
  • 1,974
  • 11
  • 13