Quinton Ashley

Results 165 comments of Quinton Ashley

Stats on my MacBook Air 2020 (M1 chip) **Browser:** Chrome 104 | Name | avg ms/frame | 5th %ile | 95th %ile | Ratio | | -------------- | ------------ |...

hmm okay thank you, I might try this later

It could look like this: ```javascript demo .openApp('editor', {minHeight: '350px', windowTitle: 'demo.js'}) .write(codeSegment0) //initial code .write(codeSegment1, {insertAt:{line:2}}) // insert at start of line 2, default char 0 .write(codeSegment2, {insertAt:{line:6, char:5}})...

I am interested in this feature too! It would be great to have tabs in the editor for different files. Has progress been made on this?

I think it would be useful to be able to insert lines in the middle of other code. You could have an option `insertAt` ```javascript let codeSegment0 = ` const...

old issue sorry, I realized those ideas I had were not so good haha 😂

Well that doesn't work either cause I use `body.setPosition`. I just call it "teleporting" check out the second example: https://p5play.org/learn/sprite.html?page=2

@shakiba wow this is a small fix that opens up a huge range of opportunities for use in games. Thank you!

@zOadT I get that you wouldn't want to change planck so that it's not in line with box2d anymore, but this is still a major bug. My students always comment...