Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits)

thanks for explaining..

while back trying to use pixi for rendering and used html5 + css for ui..  started react for ui , but the project also went to hold

Is it possible to use pixi + matter.js  only for rendering and react for UI ?  may be like creating level editor with react only for UI

(+1)

Yes you can absolutely use React to create an overlay of UI while keeping the canvas on the background where you use just pixi + matter to run your game. You just need a layer of communications between the 2, nothing fancy, custom events would work fine for simple games

Thanks a lot  for explaining