studleylee / diy-layout-creator-1

multi platform circuit layout and schematic drawing tool

Home Page:http://diy-fever.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DIYLC is provided free of charge and can be used and redistributed freely. However, it takes a lot of time and effort to build and maintain it, as well as to respond to all your questions and feature requests. Time I could have spent doing stuff that pays, playing guitar or simply enjoying my free time. If you find DIYLC useful and want to support the project, 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 go to the latest multi-platform release.

Click here to go to the latest OSX release. Please note that 3rd party apps must be enabled inside OSX for DIYLC to work.

News

DIY Layout Creator (DIYLC in short) is freeware drawing tool developed with help of a 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 build around the 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_10 or newer
  • easy to use interface, most of the operations can be done using mouse
  • draws schematics, board layouts and chassis layouts
  • 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
  • [pending] integration with online project library, sharing your drawings with ease

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.

Brief project history

  • Version 3 is the current version and was re-written from scratch starting early 2010, but this time as an open source project. It incorporates all the ideas that were accumulated over years and also better code architecture. That should provide better user experience, less bugs and code that's easier to maintain and extend.
  • Version 2 was re-written from scratch in Java mid 2007 and is platform independent. Unfortunately, it's not very fast and is not backward compatible with version 1 which means that it cannot open files created with version 1. It was my first ever Java project, so code is was so great which is why I gave it up at some point.

  • Version 1 started its life in May 2005 and was written in Delphi. As such, it only works on windows machines (or through emulators). There's a large collection of layouts submitted by users for this version which is why it's still kept around.

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

About

multi platform circuit layout and schematic drawing tool

http://diy-fever.com


Languages

Language:Java 100.0%Language:Shell 0.0%Language:Batchfile 0.0%