Skip to content

Commit

Permalink
Merge pull request #386 from EmadHanif/staging
Browse files Browse the repository at this point in the history
Add Barcodify to JFXCentral Showcase Projects
  • Loading branch information
dlemmermann authored Dec 29, 2024
2 parents 3bdaca8 + 504e4a4 commit 7ca5c8b
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 0 deletions.
Binary file added realworld/barcodify/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added realworld/barcodify/large.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions realworld/barcodify/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
**Barcodify** is a powerful JavaFX application developed exclusively for an enterprise client, tailored to meet their unique specifications. It provides extensive customization options, allowing users to adjust every element — from color schemes and font sizes to margins and barcode dimensions to suit their needs.

The application currently supports eight types of linear barcodes:
- Code39
- Code128
- Codabar
- Interleaved 2 of 5
- UPC-A
- UPC-E
- EAN-8
- EAN-13

Its core feature is an advanced template configuration system, which allows users to create, save and reuse the templates. The magic of Barcodify is its _intelligent bundling and alignment system_. No matter how many rows or columns you have, the application intelligently bundles and aligns barcodes based on the specified bundle size (if selected) and batchSize. It generates barcodes incrementally (based on batchSize), with each column processed concurrently.

#### Key Features

- **Full Customization:** Adjust color schemes, fonts, margins, and barcode dimensions.
- **Enhanced Performance**: Faster generation, reduced memory usage, and an improved UI.
- **Template Management**: Easily create, save, and export templates for future barcode generation.
- **Intelligent Bundling and Concurrent Processing**: Automatically bundles and aligns barcodes based on user specifications, efficiently generating barcodes in batches with concurrent column processing.

### Video Demonstration

![Barcodify Video](youtube:IZ7fTHC3rBM)

### Application Screenshots

![Screen 1](screen1.jpg)

![Screen 2](screen2.jpg)

![Screen 3](screen3.jpg)

![Screen 4](screen4.jpg)

![Screen 5](screen5.jpg)

![Screen 6](screen6.jpg)

![Screen 7](screen7.jpg)

![Screen 8](screen8.jpg)

![Screen 9](screen9.jpg)

![Screen 10](screen10.jpg)

![Screen 11](screen11.jpg)
Binary file added realworld/barcodify/screen1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added realworld/barcodify/screen10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added realworld/barcodify/screen11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added realworld/barcodify/screen2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added realworld/barcodify/screen3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added realworld/barcodify/screen4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added realworld/barcodify/screen5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added realworld/barcodify/screen6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added realworld/barcodify/screen7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added realworld/barcodify/screen8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added realworld/barcodify/screen9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added realworld/barcodify/small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions realworld/realworld.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,21 @@
"binjr"
]
},

{
"id": "barcodify",
"name": "Barcodify",
"company": "",
"url": "https://www.emadhanif.com/portfolio/barcodify-1868771494764236800",
"domain": "Software development",
"tags": "barcode, template generation, barcode customization, batch processing, intelligent bundling, high-performance enterprise solution",
"summary": "An application for barcode generation.",
"description": "Barcodify is a powerful JavaFX application for creating customizable, high-quality barcodes. Supporting 8 linear barcode types, it offers full customization, intelligent bundling, and concurrent batch processing. With advanced template options and enhanced performance, Barcodify simplifies and streamlines enterprise barcode generation.",
"createdOn": "2024-07-04",
"modifiedOn": "2024-07-04",
"location": "Unknown"
},

{
"id": "ebu",
"name": "NEOS",
Expand Down

0 comments on commit 7ca5c8b

Please sign in to comment.