DIY Layout Creator

multi platform circuit layout and schematic drawing tool

View project on GitHub

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.

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.

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 buitd around a flexible open source framework that may be used to draw pretty much anything. Below is a sample board layout drawn in DIYLC3.

Features

  • platform independence, will run on any machine having Java JRE/JDK 1.6.0_45 or newer
  • easy to use interface, most of the operations can be done using mouse
  • draws schematics, board layouts, chassis layouts and guitar wiring diagrams
  • high flexibility, has the API to allow plug-ins and new components to be added without much trouble
  • 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
  • create a Bill of Materials as a part of the project or export it to few different file formats
  • 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
  • create and load project templates
  • cloud feature - share your projects, search through the cloud and download other users' projects

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.
  • If you are good with design, DIYLC could use a fancy splash screen and/or a new application icon in 16x16, 32x32 and 48x48 formats.
  • Consider making a small PayPal donation.

License information

Source code is released under GPL license for non-commercial projects only. Contact the project owner to obtain a licence 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 sites that helped with testing and ideas: DIY Stompboxes, AX84 and Free Stompboxes.
  • I'm happy to report that DIYLC 3 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