Skip to content

nedrysoft/dmgee

Repository files navigation

dmge²

/diː ɛm ʤiː/


Example DMG


What is it?

dmge² is a utility to design and create DMG files for macOS applications quickly and easily. It uses python internally to generate the DMG, which gives excellent flexibility.

OpenCV is optionally used to analyse the background image to locate the centre points of objects where. A background image with relevant visual information makes designing even more effortless.

Compatibility

Due to the toolset requirements for generating DMG files, this software will only run on macOS.

Status

The application is currently a "work in progress", but the basic architecture is in place, and it is capable of building disk images.

Installation

Binary distributions are available from the releases on the github releases page.

  • Mac OS. Download and open the disk image and drag the dmge² icon into the Applications folder, you can then start in design mode by double-clicking on the dmge2 icon in the Applications folder.

Requirements (Development)

  • CMake for building the application
  • python 3 development libraries
  • dmgbuild python module
  • OpenCV development libraries
  • DevIL development libraries
  • toml++ development libraries
  • CLI11 development libraries
  • yaml-cpp development libraries

The application requires that the user has Python 3 installed; currently, the build does not bundle the python libraries and system modules into the application bundle and relies on them being correctly installed and accessible.

To build and run the application from source, you will need to ensure that you have Python 3 installed and the modified dmgbuild module. Whilst things are finalised, but you can install it directly from my fork with the following command:

python3 -m pip install git+https://github.com/fizzyade/dmgbuild.git@master --force

The Ribbon Bar

I will move the Ribbon Bar widget library to its repository once the application has reached its first release.

The Ribbon Bar is a dynamically loaded library, and I have added QtDesigner support so that ribbon bars can be created and edited inside designer for convenience.

By default, the Designer plugin is disabled; to enable building use the following CMake option.

Build_RibbonDesignerPlugin ON

I recommend creating a symlink from the designer plugin in the binary output folder to the Qt Designer (Or Qt Creator) designer plugins folder. By doing this, any changes to the plugin will be available to the Designer or Qt Creator (after restarting the application) and will not require further copying steps for installation.

Credits

Third-party libraries/assets/tools/services were used in the development of dmge2.

Other propriety or licensed tools/services used during development.

  • Affinity Designer - Vector artwork design application.
  • Affinity Photo - Bitmap artwork design application.
  • CLion - C/C++/Obj-C development IDE.
  • Noun Project - An icon service with thousands of fantastic icons. (I have a commercial license)

Translations

Translations of the software are welcome, and you can supply these via GitHub with a pull request.

To create translations, you should use Qt Linguist.

License

This project is open source and released under the GPLv3 licence.

Distributed as-is; no warranty is given.

About

An application for creating and generating fancy looking DMG's quickly and easily.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages