You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated all build dependencies to the latest versions (including Electron, Project Foundation and Gulp) and implemented ESM modules to refactor and share constants between the Main and Render processes.
Copy file name to clipboardexpand all lines: README.md
+3-7
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,14 @@ For more information see the [**Example Code**](https://github.com/gmattie/Data-
41
41
42
42
Data Pixels Playground is a lightweight, cross-platform, desktop application for **Windows**, **Mac** and **Linux**, which may be used to write and execute DataPixels.js instances for previewing and testing purposes.
43
43
44
-
The application features **built-in example code** via the *Help* menu as well as the ability to **parse pixel data from image files** to produce automatically generated code through the *File > Open Image File…* menu item or through drag-and-drop gestures.
44
+
The application features **built-in example code** via the *Help* menu as well as the ability to **parse pixel data from image files** to produce automatically generated code through the *File > Open Image File…* menu item or through drag-and-drop gestures. Additionally, compiled Data Pixels visible in the *View Panel* can be **easily dragged, scaled and reflected** using the mouse or in-app controls to help you design the perfect images for your requirements.
45
45
46
46
Note: pixel color values that are automatically interpreted from image files with an embedded color space may differ slightly from the image’s intended color values.
Creating release builds for **Windows**, **Mac** and/or **Linux** is a 2-step process: code compilation, then application packaging, both of which are accomplished by running command-line NPM scripts that execute Gulp tasks.
51
+
Creating release builds for **Windows**, **Mac** and/or **Linux** is a 2-step process: code compilation, then application packaging, both of which are accomplished by running command-line NPM scripts.
52
52
53
53
#### **Compilation**
54
54
@@ -62,11 +62,7 @@ For more detailed information concerning code compilation please refer to [**Pro
62
62
63
63
#### **Packaging**
64
64
65
-
Application packaging can be executed for either all or individual deployment targets by entering one of the following CLI commands at the project **build folder**[*~/DataPixels/resources/build/*]:
66
-
67
-
```
68
-
npm run package
69
-
```
65
+
Application packaging can be executed for individual platforms by entering one of the following CLI commands at the project **build folder**[*~/DataPixels/resources/build/*]:
0 commit comments