Hi again, I tried to run my PIXI-Kotlin project, e...
# javascript
a
Hi again, I tried to run my PIXI-Kotlin project, everything compiles, there's no error, not even at runtime, but it just doesn't appear, my project is a 1 : 1 typings of the
pixi.js
library in Kotlin/JS and the library needs a server to run and it's a library for running games and other things in canvas When I run my project it correctly creates the sprites etc, when I console.log them they are present, and it correctly creates the canvas and link it, but nothing appears, and I don't know what could be the problem, do I have to do something special webpack to run the app in a server or is there another thing to do to have something like this ? Code of my project.