Hopsan Development Component Libraries
A central repository for experimental Hopsan component libraries that are under more or less active development.
Disclaimer
This repository contains experimental or special purpose components.
- These components should be considered experimental
- They may not even build
- They may be old and outdated, not working with new Hopsan releases
- They may change at any time
- They may be removed at any time
- They may never get updated
- They may conflict with components in the default or extension library shipped with Hopsan
- Components from these libraries may be moved or copied into the extension or default library shipped with Hopsan at any time
Adding a new Library
If you want to contribute your own component library do the following:
- Fork this repository
- Create a new branch (with a clever name) from main
- Add, commit and push your component library in the root directory (next to the existing ones)
- Create a pull request to this repository
Example Code
You can find the example component library bundled with Hopsan, or here https://github.com/Hopsan/hopsan/tree/master/componentLibraries/exampleComponentLib You may also want to look at the documentation https://hopsan.github.io/documentation