4kbt / NewtonianEotWashToolkit

A simple point-wise Newtonian gravitational force calculator
GNU General Public License v3.0
6 stars 2 forks source link

Hack together a rudimentary visualization system for NEWT-Multi #22

Closed 4kbt closed 2 years ago

4kbt commented 4 years ago

It is very difficult to ensure that models are representative of reality without a visualization system.

We could :

  1. Explore for pythonic visualization tools

or

  1. Continue to build NEWT-Multi / NEWT-PointGravity integration so that DisplayPoints might be able to provide a passable rendering of NEWT-Multi constructions
eshaw commented 4 years ago

Yeah, I've looked at this extensively. The best thing I've found to visualize is blender. I've built up some visualizations, but it will take a lot of work to make something that is fully functional.

чт, 13 авг. 2020 г., 3:04 PM Charlie Hagedorn notifications@github.com:

It is very difficult to ensure that models are representative of reality without a visualization system.

We could :

  1. Explore for pythonic visualization tools

or

  1. Continue to build NEWT-Multi / NEWT-PointGravity integration so that DisplayPoints might be able to provide a passable rendering of NEWT-Multi constructions

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/4kbt/NewtonianEotWashToolkit/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH3VUPPR6OV45IK6CCCHLDSARPNJANCNFSM4P64MKXQ .

4kbt commented 4 years ago

How well does M2CAD work under gfortran? Is that a viable visualization candidate?

eshaw commented 4 years ago

I feel like it should be about as good as AutoCAD 2002. I'm not sure what the specific gripes are.

чт, 13 авг. 2020 г., 4:18 PM Charlie Hagedorn notifications@github.com:

How well does M2CAD work under gfortran? Is that a viable visualization candidate?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/4kbt/NewtonianEotWashToolkit/issues/22#issuecomment-673755711, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH3VUNULE27THQNGWIFTETSARYC3ANCNFSM4P64MKXQ .

JGLee6 commented 4 years ago

There is also FreeCAD which allows for Python scripting. That could push this in a more open-source direction.

eshaw commented 4 years ago

Yeah, FreeCAD could work better than blender. I found it hard to get off the ground, but maybe it would end up being less work to implement all the shapes.

On Sun, Aug 16, 2020 at 1:09 PM John Greendeer Lee notifications@github.com wrote:

There is also FreeCAD which allows for Python scripting. That could push this in a more open-source direction.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/4kbt/NewtonianEotWashToolkit/issues/22#issuecomment-674571897, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH3VULD3B2CZY5U7JFJQ73SBA4I7ANCNFSM4P64MKXQ .

JGLee6 commented 2 years ago

@eshaw seems to have worked this out with CadQuery (caedc9671dc98dac10b72fdfe555ea40b79f28bb)