Facer Engine Renderer

Facer watchface renderer

GitHub repository


Support:

  • Draw images
  • Draw dynamic images
  • Draw draw shapes
  • Draw text (contain bug, im working on it)
  • Draw text effects
  • Draw icons
  • Ambient mode
  • Round/Square mode
  • Protected and not protected watchfaces

All rights for this repo and code reserved by me. If you want use this engine in your project - request permission.

This project will be updated, when it will be stable and bugless i include it to my launcher.

8 Likes

Update


Add some time tags, fix time rag parsing issue

5 Likes

Comparing facer web renderer with my java version
Normal mode


Ambient mode

Issues with weather tags, im not implement it for now, and draw animated images with math shapes

5 Likes

fantastic!

Is anyone have a pack of .face skins?

1 Like

New compare https://youtu.be/XnPRLJLuqfw of FacerEngine.

Publish with sources also a apk file?

  • Yes
  • No

0 voters

2 Likes

https://github.com/LinerSRT/FacerEngine-Render/raw/master/app-debug.apk
Add apk

2 Likes

Hi, thanks for your work.
I installed the apk, in Samsung S8.
The installation went well, but I can’t open the .face file and when I select START DRAW the program closes.
What am I doing wrong?

Its system exception. In my phone it crash too. Reason is even app have permission to write and read internal storage it cant unpack face skin. However it works on Android 6-7. Android 8-10 have security exception

1 Like

Wait for update. I make feature to draw skin without unpacking file, or give manually all possible permission for app in settings

2 Likes

Strange thing, i was try again my app on phone and after again selecting skin it works. Hmm

1 Like

Thank you very much.
Great

1 Like

Android 6

,
Android 9 ,

3 Likes

Repo updated with build apk.
I implemented selecting watchface without unpack
Add some weather tags and math function

2 Likes

thank you very much, now the visualization works and also the START DRAW.

1 Like

anybody testing this? seems promising

I’m developing it, so as you can see i also testing it)

1 Like

Update source with apk.
Change log:

  • Full support for ambient square mode (in older version it contains a lot of problems)
  • Smother rotation tags
  • Update code structure and optimization

If anyone want help me with this project, you can create pull request with your improvement or bugfix. Project is open

Cause its hard make all work alone, working together its interest and funny. Also it speedup development

9 Likes

Update
Changes:

  • Support clockskin format to
  • Fixes with facer format

Now render can draw both formats, ClockSkin and Facer.

Select Facer .face file to draw Facer
Select ClockSkin .zip file to draw ClockSkin format

APK Updated. All rights reserved by me

4 Likes

Review of latest update

4 Likes