Search found 3 matches

by UnLogick
Sun Feb 10, 2019 12:03 am
Forum: Questions and Help
Topic: Request for minimal demo (Stackoverflow Exception)
Replies: 4
Views: 16453

Re: Request for minimal demo (Stackoverflow Exception)

Went ahead and added one: https://github.com/bepu/bepuphysics2/blob/master/Demos/Demos/SimpleSelfContainedDemo.cs The other demos are generally pretty isolated from the surrounding framework too. The Initialize function does all the physicsy stuff for the most part, the Demo.Update calls Simulation...
by UnLogick
Thu Feb 07, 2019 10:43 pm
Forum: Questions and Help
Topic: Request for minimal demo (Stackoverflow Exception)
Replies: 4
Views: 16453

Re: Request for minimal demo

Followup, I tried making my own minimal demo, copying the DemoNarrowPhaseCallbacks and DemoPoseIntegratorCallbacks from the official demos. Unfortunately I was greeted with a stack overflow exception. I'm probably doing something very stupid here, but that serves to prove my point a minimal viable s...
by UnLogick
Thu Feb 07, 2019 2:30 pm
Forum: Questions and Help
Topic: Request for minimal demo (Stackoverflow Exception)
Replies: 4
Views: 16453

Request for minimal demo (Stackoverflow Exception)

I'm new here, this is my first post so if I missed something obvious please don't hesitate to point it out. Looking at the demos for BEPU v2 I find that they are very far from my need. I truly appreciate the design that leaves the critical callbacks entirely at my fingertips. It's part of the reason...