ricardobusta / harpia-game-engine

Game Engine developed for learning purposes.
https://busta.dev
MIT License
3 stars 0 forks source link

Canvas Renderer #15

Open ricardobusta opened 2 years ago

ricardobusta commented 2 years ago

Similar to the font/text renderer, but instead it should display a bunch of image and text that are coplanar and get rendered in the order they were added to the scene.

Canvas should also respond to raycast events to respond to clicks.