Skip to content

bancika/diy-layout-creator

Repository files navigation

Introduction

DIY Layout Creator (DIYLC in short) is a freeware drawing tool developed with help of the large online community of DIY electronics enthusiasts. It incorporates many ideas that came from people using older versions of the application. The goal is to provide a simple interface and enough power to let the user draw schematics, board/chassis layouts and guitar wiring diagrams quickly and without a steep learning curve. Also, it is built around a flexible open source framework that may be used to draw pretty much anything. Below is a sample board layout drawn in DIYLC.

Click here to get the latest version for all platforms.
Click here to read the user documentation as well as developer documentation.
OSX users: make sure that 3rd party apps are allowed on your Mac before installing DIYLC. This document covers how to do it.

Features

  • platform independence, will run on any machine having Java JRE/JDK 8 or newer
  • easy to use interface, most of the operations can be done using mouse
  • draw PCB, perfboard, stripboard or point-to-point circuit layouts layouts, schematics and guitar wiring diagrams
  • high flexibility, has the API to allow plug-ins and new components to be added
  • improved performance and reduced memory consumption compared to the previous versions
  • save default values for each property of a component individually
  • group components together and treat them as one, e.g. move, edit or delete
  • export the output to image, PDF or printer
  • export PCB trace mask suitable for toner transfer
  • export the circuit to a SPICE compatible netlist (beta)
  • create a Bill of Materials as a part of the project or export it to few different file formats
  • analyze guitar wirings and show detailed pickup configuration in each switch configuration
  • zoom in/out feature
  • configurable grid spacing on the project level
  • auto update checks for new versions
  • import files created with older versions of the application
  • cloud feature - share your projects, search through the cloud and download other users' projects
  • highlight connected areas to simplify validation and circuit debugging
  • analyze guitar wiring diagrams and visualize pickup wirings for each switch configuration
  • export circuits to SPICE-compatible netlists

To report bugs or request a new feature go to Issues page and create a new issue describing your problem or request.

To join the discussion or request technical assistance, use the dedicated Discussion Group.

Want to contribute?

If you want to help the DIYLC project, there are several things you can do:

  • Help with adding the information to the user manual.
  • Extend the component base, read this wiki to learn how to create new components.
  • Add a new functionality though plug-ins, read this wiki to learn how to create new plug-ins.

DIYLC is provided free of charge and can be used and redistributed freely. Please note that it takes a lot of time and effort to build, test and maintain it and to interact with the growing community of users. If you find DIYLC useful and want to support further development, please consider making a small PayPal donation. Every little bit counts! If you have some extra parts, transistors, tubes, ICs, caps...anything useful for a fellow DIYer, I'll gladly accept a donation in parts.

License information

Source code is released under GNU General Public License version 3. Contact the project owner to obtain a license in case you plan to use the source code, or any part of it, in commercial purposes.

Credits

  • Big thanks goes to folks from the following online communities for contributing ideas and helped test the app: DIY Stompboxes, AX84 and Free Stompboxes.
  • I'm happy to report that DIYLC 4 is the fastest version ever. YourKit Java Profiler helped tremendously with memory and performance profiling and pointed me to places in the code that took longer to run or consumed more memory than I'd like them to. I strongly recommend this tool to anyone developing Java or .NET applications because it helps finding bottlenecks and allocation hot-spots very fast.

    YourKit is kindly supporting open source projects with its full-featured Java Profiler.
    YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications.
    Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler