Hello !
I recently started to try Canvas2D, which will maybe replace my own "Panel" class.
The goal is to "mimic" (is this correct word ?) an HTML webpage with some basic elements as <h2>, <p>, <img>
My main needs are :
- display text : easy and clean
- display pictures : can not manage to get it work !
- play with CSS : easy as well
I created a playground : http://babylonjs-playground.com/#20MSFF#21
Do you know how to display pictures ? Do I have to create Sprite2D elements, even if I do not want to use Sprites or Animations ?
Or is there a solution for static pictures ?
Thanks in advance !
Be well,
Pouet
@Nockawa If you come here ...