Jul 4, 2017 21:19:46 GMT 1 mpmf said:
I'm developing a watch face designer in my spare time. It's no photoshop replacement nor a CSM replacement. I'm developing it because:
a) I don’t have a Photoshop license (and even if I had, I am… how do I say it… artistically challenged
)
b) I can’t get used to GIMP (and again, that art/design stuff is unreachable to me)
c) I use mostly Linux (although I do have Windows, and OS X, on other partitions)
d) But mostly because… It’s fun
Here is a video of me using my designer to create a (simple) clockskin watch face in 10 minutes. : Sorry, I forgot to include a link to the app. It’s a Java app, so you need to have Java 8 installed. Just unzip the file and run the .jar file.
Here is another video of designing a (simple) digital watch face in about 6 minutes.
So, what do you think? While I don’t have much spare time, I will implement more features if you suggest them…
If you want to buy me a beer (or, in reality, contribute so that I can buy an Android Watch and test the app with it), you can use the following link: paypal.me/mpmf.
– Most recent version –
Version 0.11.0
-
UI changes on Sliders
-
New AutoRotation: Day
-
New AutoRotation Movements (Smooth, Quartz, Overshooting Quarts, Elastic)
-
New Pattern (sinosoidal waves)
-
Some bugfixes…
Download link: goo.gl/UaXuDy
– Older versions –
Version 0.10.2
- Added a Tolerance property on Glow Effect
- Simplified the translation system. Now, translation files can be on the “translations” folder and take precedence for the internal ones
- Added a quick Translation helper tool (on the “translations” folder)
- Removed the “old” TextLayer. The new PerspectiveTextLayer does the same. For compatibility, watchfaces saved with old versions will still use the old TextLayer.
Download link:: goo.gl/9vwfNz
Version 0.10.1
- Some bug fixes
- New Lens Effect
Download link: goo.gl/qCG7TW
Version 0.10.0
- Several optimizations (memory usage and speed)
- New Simple Perspective Effect
- New Perspective Text Layer
- Some bug fixes.
- Conical paint style (this was added on 0.9.3, but I forgot to mention it before)
Download link: goo.gl/4D8Vjd
Version 0.9.3
- Tick layer can now use images
- (early) Support for animated GIFs
- (early) Support for squared faces
- Changed multi-threaded rendering mechanism (hope it solves the non-appearing layers on high-resolution watch faces, and doesn’t introduce new problems )
- Store unexpected exceptions on a log file for easier communication of bugs
- Various Bug fixes
Download link: goo.gl/jpShWi
Version 0.9.2
- Fixed bug on .watch export with some large non-centered ImageLayers
- Added Start Angle property to HandLayers to facilitate the creation of hands that do not start at 12 o’clock.
Download link: goo.gl/CbS94i
Version 0.9.1
- Added support for shadow rotations (type 8, 9 and 10 of the ClockSkin rotations)
- Fixed .watch file creation on windows (I had an error with the path separator, that in Windows is \ while on Linux is / and I usually only develop/test on Linux)
Download link: goo.gl/aFx8yN
Version 0.9.0
- New MAJOR feature: Export as WatchMaker. It’s still experimental, and does not yet support watchmaker’s specific functions, such as interactivity and scripting, but allows the user to quickly convert a clockskin into a watchmaker’s .watch file, that can be further improved on WatchMaker android app.
- New Layer Type: Polygon. Now it’s possible to create n-sided polygons or n-pointed stars.
- New Layer Type: Charging Icon. The charging icon will appear on the designated place when the watch is charging. Only compatible with ClockSkin (not available on WatchMaker export)
Download link: goo.gl/jvfiMn
…
Version 0.6.0
- Fixed bug on open file (undo history was not previously cleared)
- Prevented dynamic layers to be part of groups
- Added rescale option for DigitalClock layers (as requested by arb2040)
- Added “Create Preview Image” functionality
- Added Fill and Stroke styles allowing gradients to be used
The largest parts of this release are the template engine for watch face previews and the support for linear and radial gradients. The preview templates are NOT included in the main application download. I attach here a link for some templates, but the purpose is to have the community make and share their own templates, so we all can benefit from it. A template is just an image with transparent areas where the clock is then placed and perspective corrected.
WatchFace Designer v0.6.0 download link: goo.gl/WqVFyb
Templates download link: goo.gl/kBnK18
I’ve removed the previous version history from here because this was getting too long. Left version 0.6.0 because of the templates download link. If you wish for the complete version history, or just another version, just ask me and I’ll send it to you.