Martin "Nexii" Pitt

Results 32 comments of Martin "Nexii" Pitt

What about the pathfinding algorithms and also optimised data structures from: https://github.com/anvaka/ngraph.path ? It seemed really interesting project to me, both from algorithms for pathfinding and also modified data structures...

This is because the scroll snap is trying to kick in, see: https://github.com/ckrack/scrollsnap-polyfill/issues/8

The videos still work, if I recall correctly, the issue here was that smoothscroll was kicking in while the user was still scrolling. I had attempted to fix this in...

#7 for some attempt in implementation of cancellable smooth scroll. Need some global checks on touch/mouse states to go with it.

No one is assigned to this by the way, I haven't been actively working on this issue since I already did a PR per https://github.com/ckrack/scrollsnap-polyfill/pull/7

By the way, forgot to add this: This definitely needs some cross-platform testing. I'll see what I can do, but any help is appreciated. Have tried on a macbook (trackpad)...

This commit fails when scroll is body, e.g. it's relying on lastScrollObj vs lastObj as it needs to set its' own `scroll` event listener internally to check if user has...

https://github.com/petehouston/awesome-gamedev-series Links to a lot of JS tutorials/guides!

https://codepen.io/steveg3003/pen/ppLQNW Tower Building game, minimal and fun

Found out about https://osgameclones.com/ Great project tracking down opensource remakes/clones of games. Filtering down by web tech keywords allows to find a lot of new entries. Here are some picks:...