Skip to content

An Ionic v4 example project (PWA) to generate and export DXF, PDF and SVG files via maker.js and to assist you in designing your own front for your self-made word clock. ๐Ÿ•“

License

Notifications You must be signed in to change notification settings

HeerNMeester/QLOCKGENERATOR

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

47 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

QLOCKGENERATOR

contributions welcome Build status Deployment status contributions welcome Maintainability Donate

Generate your own front for your selfmade word clock.

Featues

  • Variants - Many pre-configured fronts for the appropriate DIY kits
  • Export - Export your generated front in the formats of SVG, DXF, PDF and PNG. Furthermore the additional options of a mirror inverted and / or outline version are also possible.
  • Matrix
    • Placement - Free placement and size of the grid while maintaining the consistent positioning of each letter.
    • Languages - Many predefined language packs to choose from, which can easily be changed to your own wishes / slang.
    • Fonts - Simple, Modern, Shrill, Gothic, Classic or Klingon there is something for everyone. If not you can simply add your own font. (Hint: Only "Stencil" - fonts are also useful for a DXF export).
  • Branding - Give the front a personal signature or name.
  • Minutes - Free placement and size of the minutes while keeping the symmetrical distances.
  • Alarm - Selection of different alarm symbols for free placement, if the front ist for a word clock with an alarm clock function.
  • Color - Just type in the HEX color values and get a preview of how it might look like later.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Please make sure latest Node 6 LTS and NPM 3+ are installed and install the Ionic CLI globally.

$ npm install -g ionic@latest

For more information and assistance, see: Ionic Framework - Getting Started

Installing

Clone or download the latest version of the project:

$ git clone https://github.com/SimonGolms/QLOCKGENERATOR
$ cd QLOCKGENERATOR

Install all the local dependencies:

$ npm install

Start a local dev server for app dev/testing:

$ ionic serve

Add your own font

  1. Add your font e.g. MyOwnFont.ttf in TrueType format to the folder src/app/assets/fonts/.
  2. To ensure that the font can be used later during the generation, a new entry with the following structure must be added to the file src/app/services/fonts.service.ts in the variable _fonts:
    {
        id: "30000",
        label: "MyOwnFont",
        category: FontCategory.REGULAR,
        filename: "MyOwnFont.ttf",
        path: this.DIRECTORY,
    }
  3. To see the font already as a preview in the font selection, a new font-family entry has to be added to the fonts.css file under src/app/assets/fonts/.

Built With

  • Ionic - The used web framework
  • maker.js - Javascript library for creating modular line drawings
  • opentype.js - OpenType and TrueType font parser and writer
  • PDFKit - A JavaScript PDF generation library for Node and the browser.

Contributing

If you want to contribute to a project and make it better, your help is very welcome. Contributing is also a great way to learn more about social coding on Github, new technologies and and their ecosystems and how to make constructive, helpful bug reports, feature requests and the noblest of all contributions: a good, clean pull request.

  • Create a personal fork of the project.
  • Create a new branch to work on! Branch from develop if it exists, else from master.
  • Implement/fix your feature, comment your code.
  • Add or change the documentation as needed.
  • From your fork open a pull request in the correct branch

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

An Ionic v4 example project (PWA) to generate and export DXF, PDF and SVG files via maker.js and to assist you in designing your own front for your self-made word clock. ๐Ÿ•“

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.2%
  • TypeScript 25.6%
  • HTML 3.8%
  • CSS 2.4%