woollybah / jbead

The jbead software (successor to the DB-BEAD software) is a bead rope crochet design software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the source code folder of "jbead", a bead crochet ropes design software by Damian Brunold. See www.jbead.ch for more information.

Screenshot

Originally called DB-BEAD, this software was written in C++ using Borland C++Builder 5 and the VCL library.

This version is a port to Java 6 using the Swing GUI library.

The whole project is licensed under the GPL v3 or later. See LICENSE.txt for details.

For creating a launcher/setup program for windows platforms, two additional open-source projects are used: launch4j for createing a launcher exe, NSIS for creating a setup program.

But the application can be simply installed by copying the jbead.jar and launching it from the command line or from a batch file using 'java -jar jbead.jar', provided that a Java Runtime Environment 1.6.0 or later is installed.

About

The jbead software (successor to the DB-BEAD software) is a bead rope crochet design software.

License:GNU General Public License v3.0


Languages

Language:Java 99.4%Language:NSIS 0.6%Language:Shell 0.1%