An open API service indexing awesome lists of open source software.

https://github.com/midub/boardui

A PCB viewer web component for IPC-2581 format with support of Angular framework.
https://github.com/midub/boardui

angular component ipc-2581 pcb-layout pcb-manufacturing svg typescript

Last synced: about 1 year ago
JSON representation

A PCB viewer web component for IPC-2581 format with support of Angular framework.

Awesome Lists containing this project

README

          





Logo

BoardUI


A PCB web viewer component for IPC-2581 format.


View Demo
·
Report Bug
·
Request Feature


## About BoardUI


Logo

BoardUI is a set of libraries for visualization of printed circuit boards in format IPC-2581 in browser.

The project consists of 5 packages:
- boardui-parser - Parser for IPC-2581 and data model classes.
- boardui-renderer - Renderer of IPC-2581 to SVG.
- boardui-angular - Angular component to easily integrate parser and renderer with regular controls into Angular app.
- boardui-core - Shared lib
- boardui-demo - Demo angular app - also available at [demo.boardui.com](https://demo.boardui.com/)

### Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

* [![Angular][Angular.io]][Angular-url]
* [![TypeScript][typescriptlang]][TypeScript-url]

## Roadmap

See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the MIT License. See `LICENSE` for more information.

## Contact

Michal Dub


[![LinkedIn][linkedin-shield]][linkedin-url]


This was built for my bachelor thesis in 2023.

## Acknowledgments
* [IPC Consortium](https://www.ipc2581.com/)

[contributors-shield]: https://img.shields.io/github/contributors/midub/boardui.svg?style=for-the-badge
[contributors-url]: https://github.com/midub/boardui/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/midub/boardui.svg?style=for-the-badge
[forks-url]: https://github.com/midub/boardui/network/members
[stars-shield]: https://img.shields.io/github/stars/midub/boardui.svg?style=for-the-badge
[stars-url]: https://github.com/midub/boardui/stargazers
[issues-shield]: https://img.shields.io/github/issues/midub/boardui.svg?style=for-the-badge
[issues-url]: https://github.com/midub/boardui/issues
[license-shield]: https://img.shields.io/github/license/midub/boardui.svg?style=for-the-badge
[license-url]: https://github.com/midub/boardui/blob/master/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/michaldub
[Angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white
[Angular-url]: https://angular.io/
[typescriptlang]: https://img.shields.io/badge/Typescript-3178c6?style=for-the-badge&logo=typescript&logoColor=white
[TypeScript-url]: https://www.typescriptlang.org/