https://github.com/geniusum/entrave
Visualization of entity with members/joints, calculations, exchange of data between them.
https://github.com/geniusum/entrave
data-exchange data-networks entity entity-framework joints members neural-network neural-networks visualization visualization-tools vizualisation
Last synced: 11 months ago
JSON representation
Visualization of entity with members/joints, calculations, exchange of data between them.
- Host: GitHub
- URL: https://github.com/geniusum/entrave
- Owner: Geniusum
- License: other
- Created: 2024-06-23T13:07:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T05:09:11.000Z (over 1 year ago)
- Last Synced: 2025-01-21T19:19:12.858Z (about 1 year ago)
- Topics: data-exchange, data-networks, entity, entity-framework, joints, members, neural-network, neural-networks, visualization, visualization-tools, vizualisation
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# EntRAVE

**EntRAVE** is an Python tool to visualize an entity made of **members** đš and **articulations** đ.
## Installation đĨ
**EntRAVE** isn't on PyPi, then choose a verison in the [`entrave/`](entrave/) folder and take the last version. Finally, copy the file at your project in a folder named [`entrave/`](entrave/) and import it.
## Usage đ¯
For know how to use the module, use the [documentation](DOCUMENTATION.md).
If you just want test the tool, choose a script in the [`examples/`](examples/) folder and copy it like this hierarchy :
```
.py
entrave/
v.py
```
## Screenshots đˇ
Go to the [screenshots](SCREENSHOTS.md) page.
## Knowed bugs đ
- **Not accurate members count** : The members generated by the Entity is under of the number wanted by user.
## Contributing đ
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
[More information](CONTRIBUTING.md)
## Credits âšī¸
Go on the [credits page](CREDITS.md).
## License đ
[MIT](LICENSE.md)