w0rm / elm-physics

3D physics engine in Elm
https://package.elm-lang.org/packages/w0rm/elm-physics/latest
BSD 3-Clause "New" or "Revised" License
146 stars 12 forks source link

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

Open PixelPartner opened 3 years ago

w0rm commented 3 years ago

@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

sylbru commented 3 years ago

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

w0rm commented 3 years ago

@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