kittykatattack / learningPixi

A step-by-step introduction to making games and interactive media with the Pixi.js rendering engine.
4.4k stars 851 forks source link

Outside of browser #124

Open mehmetaydogduu opened 5 years ago

mehmetaydogduu commented 5 years ago

How can I execute it outside of browser? Can it render HTML5 and CSS3 without browser?

chang-zhao commented 3 years ago

@fastengineer, there are platforms like nw.js and Electron to run HTML (browser) engine without actual full-blown browser.