Design power trees and estimate consumptions
Draw the power supply architecture of an electronic board
Configure multiple types of regulators
Define the part list with all consumptions. Export from and import to spreadsheets
View project statistics
And much more...
PTree is a free and open source project. I earn no money with it.
You are welcome to redistribute it under the conditions of the GPL-3.0 license.
All sources and instructions are available on the GitHub repository.
Please let me know if you found a bug. I will try to correct it as fast as possible.
You may also have an idea to improve PTree. I can not promise it will be developped but I would be glad to hear about it.
In both case, you can submit a new issue on GitHub. Or you can send me an email.
PTree is a packaged web application for desktop only. It is based on Electron:
Electron is an open source library developed by GitHub for building cross-platform desktop applications with HTML, CSS, and JavaScript. Electron accomplishes this by combining Chromium and Node.js into a single runtime and apps can be packaged for Mac, Windows, and Linux.
The stylesheets are compiled with Sass and the application itself is packaged with electron-packager. Mutiple dependancies are used and can be found at the end of package.json.
If you want to compile it yourself or modify it, you will find instructions directly on GitHub.