Skip to content

msnodeve/rlottie.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my badgeGitter

Prettie is a platform that supports web preview by rendering vector based animations and art in realtime.

We aimed to communicate more efficiently between designers and developers.

If you watch the beautiful animation provieded by Prettie, you can reduce boredom and communicate comfortably.

Here is sample of the power of Prettie.



What can I do with it?

  • Key-path management— The key-paths of the layer and asset used in the lottile file are provided as a tree view. This is the easiest way to manage many key-paths.

  • Highlighting— Highlighting effect is provided to a componenet selected through the key-path.

  • Access and change the actual properties— Users can access the properties of components in the actual file, change the value, and integrate it into a new json file.

  • Task management— Users want to try various changes with preview and find animation in good changes. The edited task records are managed internally and Users can be moved freely to the desired point.

  • New tools for canvas and background— An essential element for creating custom design tooling. In prettie, Users can customize background, position and size to create desired scene.

  • Mockup tool — Users want to see lottie animation with product. Provides a preview with several mockups.



Contents



Env Setup



Build

  cd rlottie
  ./wasm_build.sh {emscripten_sdk_path}  #ex: /your_path/emsdk/
  cp builddir_wasm/src/rlottie-wasm.* ../
  • NOTE : to get a callstack modify build.sh file by passing the build flag -s assertions=1


Run

  1. Right click on the index.html file
  2. Click 'Open with Live Server'

Back to contents


Documentation

Back to contents


Issues or Feature Requests?

  • If you find a problem with functions of Prettie, Be sure to check the issues tab. If it is not working properly, please submit an issue and attach the After Effects file with a brief description. Debugging without the original can be very difficult. For immidiate assistant or support please reach us in Gtter

Releases

No releases published

Packages

No packages published

Languages

  • Vue 51.3%
  • JavaScript 38.8%
  • HTML 6.5%
  • CSS 3.4%