w0rm/elm-physics

The elm-package example source links are outdated (404)

PixelPartner opened this issue · 3 comments

The elm-package example source links are outdated (404)
w0rm commented

@PixelPartner sorry I’ve been reworking examples to separate them from tests/prototypes (called sandbox). I haven’t released the new version yet, the old examples can be found a few commits back.

I figured out how to solve this issue in the new releases of elm-physics. I will rather link to the git revisions, so the examples can always be found in the git history

The examples that were moved can be found here: https://github.com/w0rm/elm-physics/tree/main/sandbox/src

w0rm commented

@NiavlysB correct! So my goal here is to split examples from the tests / experiments. The examples are rendered with elm-3d-scene while the sandbox code is using my scrappy renderer on top of raw elm-explorations/webgl

Hopefully things are going to be cleaner when I update the readme and publish a new version of elm-physics