Skip to content

No support for 3D systems #48

@edfink234

Description

@edfink234

Hi!!!

First, this is a mind-boggling, totally awesome tool that has helped me understand 2D ODE systems so much better and has made the process of taking these dynamical systems so much more enjoyable, so thank you for that!!!

I think it would be really incredibly totally fricking out of this world awesome if you could somehow extend this applet to 3D systems so that one could do something like

vec3 get_velocity(vec3 p) {
  vec3 v = vec3(0., 0., 0.);
  //...
  v.x = ...;
  v.y = ...;
  v.z = ...;
  //...
  return v;
}

I guess this would have to be another separate applet. But what do you think, have you thought about it, is it feasible/possible (I don't see why not...)?!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions