-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some final fixes for version 1.3, finalized shadow to work for simple…
… models; added perspective view, see openGL settings
- Loading branch information
1 parent
028f535
commit c9009f6
Showing
45 changed files
with
1,171 additions
and
475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
Exudyn | ||
====== | ||
|
||
+ Exudyn version = 1.2.134.dev1 (Corea) | ||
+ build date and time=2022-06-17 01:34 | ||
+ Exudyn version = 1.3.0 (Davis) | ||
+ build date and time=2022-06-22 08:18 | ||
+ **University of Innsbruck**, Austria, Department of Mechatronics | ||
|
||
Exudyn now includes a redundant coordinate (constraint) as well as a minimum coordinate formulation (KinematicTree); machine learning and artificial intelligence interface (openAI gym); improved explicit and implicit solvers; sparse matrix support and multi-threading; basic hydraulic actuator; creation of beams along curves; extended robotics modules; contact module; **PlotSensor** for simple post processing, ... See theDoc.pdf chapter **Issues and Bugs** for changes! | ||
Exudyn 1.3 is out! It includes a redundant coordinate (constraint) as well as a minimum coordinate formulation (KinematicTree); machine learning and artificial intelligence interface (openAI gym); improved explicit and implicit solvers; sparse matrix support and multi-threading; basic hydraulic actuator; creation of beams along curves; extended robotics modules; contact module; **PlotSensor** for simple post processing, and some improved 3D visualization, ... See theDoc.pdf chapter **Issues and Bugs** for changes! | ||
|
||
If you like using Exudyn, please add a *star* on github, and send an email to ``[email protected]`` such that we can add you to our newsletter. Let us know, which features you are using or which **features you are missing** and follow us on | ||
`Twitter @RExudyn <https://twitter.com/RExudyn>`_ ! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
build date and time=2022-06-17 01:34 | ||
build date and time=2022-06-22 08:18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
\onlyRST{ | ||
+ **University of Innsbruck**, Austria, Department of Mechatronics | ||
|
||
Exudyn now includes a redundant coordinate (constraint) as well as a minimum coordinate formulation (KinematicTree); machine learning and artificial intelligence interface (openAI gym); improved explicit and implicit solvers; sparse matrix support and multi-threading; basic hydraulic actuator; creation of beams along curves; extended robotics modules; contact module; **PlotSensor** for simple post processing, ... See theDoc.pdf chapter **Issues and Bugs** for changes! | ||
Exudyn 1.3 is out! It includes a redundant coordinate (constraint) as well as a minimum coordinate formulation (KinematicTree); machine learning and artificial intelligence interface (openAI gym); improved explicit and implicit solvers; sparse matrix support and multi-threading; basic hydraulic actuator; creation of beams along curves; extended robotics modules; contact module; **PlotSensor** for simple post processing, and some improved 3D visualization, ... See theDoc.pdf chapter **Issues and Bugs** for changes! | ||
|
||
If you like using Exudyn, please add a *star* on github, and send an email to \ ``[email protected]``\ such that we can add you to our newsletter. Let us know, which features you are using or which **features you are missing** and follow us on | ||
`Twitter @RExudyn <https://twitter.com/RExudyn>`_ ! | ||
|
@@ -14,22 +14,25 @@ | |
+ **pre-built** for Python 3.6, 3.7, 3.8, 3.9, and 3.10 under **Windows** ; Python 3.8 for **MacOS** available; some **Linux** (UBUNTU wheels are available, but at most you should build your wheels by yourself, see instructions in `theDoc.pdf <https://github.com/jgerstmayr/EXUDYN/blob/master/docs/theDoc/theDoc.pdf>`_ ) | ||
+ **NOTE**: for pure installation, use **pip install exudyn** (see further description below) | ||
.. |pic1| image:: docs/demo/screenshots/6pistonEngineStresses.jpg | ||
:width: 22% | ||
.. |pic1| image:: docs/demo/screenshots/pistonEngine.gif | ||
:width: 200 | ||
.. |pic2| image:: docs/demo/screenshots/demo4piston.png | ||
:width: 14% | ||
.. |pic2| image:: docs/demo/screenshots/hydraulic2arm.gif | ||
:width: 200 | ||
.. |pic3| image:: docs/demo/screenshots/shaftGear.png | ||
:width: 20% | ||
.. |pic3| image:: docs/demo/screenshots/particles2M.gif | ||
:width: 120 | ||
.. |pic4| image:: docs/demo/screenshots/rotor_runup_plot3.png | ||
:width: 21% | ||
.. |pic4| image:: docs/demo/screenshots/shaftGear.png | ||
:width: 160 | ||
.. |pic5| image:: docs/theDoc/figures/DrawSystemGraphExample.png | ||
:width: 21% | ||
.. |pic5| image:: docs/demo/screenshots/rotor_runup_plot3.png | ||
:width: 190 | ||
|pic1| |pic2| |pic3| |pic4| |pic5| | ||
.. |pic6| image:: docs/theDoc/figures/DrawSystemGraphExample.png | ||
:width: 240 | ||
|pic1| |pic2| |pic3| |pic4| |pic5| |pic6| | ||
This README document is a small part of the complete documentation found as PDF document in docs/theDoc/theDoc.pdf. | ||
It is auto-generated from .tex files (sorry for some conversion errors!). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.