Erik
Erik
I am testing out Pico in a subfolder of my site :www.mysite.com/pico The editor is not reachable at either mysite.com/pico/admin or mysite.com/admin I have named the editor folder "pico_editor" inside...
If I create a Matter physics object, and add a collision event listener, the collision event gets fired for EVERY collision in the world, instead of just the one object...
Webmaker allows javascript code with undeclared variables: ``` a = "boink" console.log(a) ``` This logs "boink" but I would expect `ReferenceError: a is not defined`
The generated .babelrc file is not accepted by visual studio code until I add quotes around the keys manually: ``` { "presets": [ [ "@babel/preset-env", {"modules": false} ], "@babel/preset-react" ]...
### Context I find the documentation for working with graphics a bit confusing / contradictory (not talking about spritesheet animations). - There are pages for Graphics, GraphicsComponent, GraphicsGroup and GraphicsContext,...
### Context The [loader](https://excaliburjs.com/docs/loaders) documentation shows an example of creating your own loader screen, but this example is so barebones that it's not clear how to use it. The given...
### Problem Statement In my humble opinion it doesn't make sense to include P5js, a canvas, and the `setup `and `draw` functions in the example code for creating a ML5...
In my humble opinion it doesn't make sense to include P5js, a canvas, and the `setup` and `draw` functions in the example code for creating a ML5 Neural Network: https://docs.ml5js.org/#/reference/neural-network...
### Problem Currently there are three ways to work with excalibur: - create a vite project - import excalibur modules via esm.sh - put a script tag in the top...