Skip to content

Commit

Permalink
Added tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMoHR committed Jun 13, 2024
1 parent 61d0227 commit 9fadff6
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 0 deletions.
Binary file added docs/figures/CACANi/canani1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/figures/CACANi/canani2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/figures/CACANi/canani3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/figures/CACANi/canani4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/figures/CACANi/canani5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/figures/CACANi/canani6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/figures/CACANi/canani7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/figures/Krita/krita1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/figures/Krita/krita2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/figures/Krita/krita3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions tutorials/CACANi_inbetweening_generation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# Make Inbetweening and Animation with CACANi

1. Install [CACANi](https://cacani.sg/).
2. Add keyframes according to the number of SVGs. There are 3 keyframes now:

<img src='../docs/figures/CACANi/canani1.png' height=240>

3. Import SVG files in `separate/` folder one by one: File - Import - CACS/SVG File

<img src='../docs/figures/CACANi/canani2.png' height=440>

4. Note that the imported keyframe is in a new cell. You should copy all the vector strokes to the default cell (Cel 1 - Layer 1):

<img src='../docs/figures/CACANi/canani3.png'>

5. Delete the cell above.

<img src='../docs/figures/CACANi/canani4.png' height=440>

6. Repeat step-3 to step-5 to import the other SVGs to the corresponding keyframes. Then, add intermediate frames:

<img src='../docs/figures/CACANi/canani5.png'>

7. Select the empty intermediate frames between two keyframes, and generate the inbetweens. Repeat the process for the other empty intermediate frames.

<img src='../docs/figures/CACANi/canani6.png'>

8. Finally, broadcast the animation. You can choose different animation modes and set different frame rates.

<img src='../docs/figures/CACANi/canani7.png'>

14 changes: 14 additions & 0 deletions tutorials/Krita_vector_generation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Make Vector Reference Frame with Krita

1. Install [Krita](https://krita.org/en/)
2. New File - Create (arbitrary configurations)
3. In Layers panel, remove the default Paint Layer. Then, add a File Layer. Select your reference image, and choose the 'Scale to Image Size' option. You will see image now. Remember to lock the layer in the panel.
4. Add a Vector Layer and move it above the File Layer. Then, choose the 'Bezier Curve Tool' on the left. Select any color you like and set the Size of the curve.

<img src='../docs/figures/Krita/krita1.png'>

5. Trace the drawing. Set all the intermediate points to 'Corner point' for better control. Then, drag them to align the curves with the drawing.

<img src='../docs/figures/Krita/krita2.png'>

6. After tracing the entire drawing, save it to an svg file: Layer - Import/Export - Save Vector Layer as SVG. Done!

<img src='../docs/figures/Krita/krita3.png'>

0 comments on commit 9fadff6

Please sign in to comment.