Paper | Video Demo | Web Demo | Talk (in progress) | Blender Implementation (in progress)
@inproceedings{Ciallo2023,
author = {Shen Ciao, Li-Yi Wei},
title = {Ciallo: The next-generation vector paint program},
booktitle = {ACM SIGGRAPH 2023 Talks},
series = {SIGGRAPH 2023},
year = {2023},
month = {August},
url = {https://doi.org/10.1145/3587421.3595418},
doi = {10.1145/3587421.3595418},
publisher = {ACM},
address = {New York, NY, USA},
}
This research project, titled Ciallo: The next-generation vector paint program is published in the SIGGRAPH 2023 Talk. The techniques demonstrated in this project have been anticipated by our community for almost two decades.
A web demo to showcase our stroke rendering technique.
The name "Ciallo" is the combination of the Italian "Ciao" and English "Hello", comes from the video game Sabbat of the Witch developed by Yuzusoft.
The project is greatly inspired by Blender Grease Pencil. To offer a free open-source industrial-level paint program, Shen Ciao will integrate the stroke rendering methods into the grease pencil.
The research will be presented at the SIGGRAPH 2023 Conference on Thursday, 10 August 2023, presentation link. The final draft version of the paper (two-page abstract) is available.
Render stylized strokes on vector lines using Graphic Processing Unit (GPU).
Existing vector paint software restricts the type of brushes available and tends to be laggy - our program enables rendering of most digital brushes with unprecedented efficiency.
Check out the web demo.
Vanilla | Airbrush |
---|---|
Pencil | Splatter |
---|---|
The positions to fill color are vectorized as the color markers. The markers are similar to regular vector lines. Artists can freely transform and deform them, and the filled areas will be updated in real-time.
Markers and lines | Markers, lines and fills | Lines and fills |
---|---|---|
Each feature individually do not make a big change for artists, until we combine them together!
The project began with a clownish plan. Shen thought he could turn himself into a GPT model which can produce thousands of lines of code per day, several months later, he would get a medium-large paint program that can produce serious 2D content. But it quickly turns out the actual pace is two orders of magnitude slower than the initial plan.
Shen will integrate the techniques into the Blender Grease Pencil to provide an free open-source industrial level paint program for artists.
If this project get concerns by computer graphics community or someone is willing to sponsor, Shen will make a series of tutorial videos about the stroke rendering.
You may have already found several novel features that we never mentioned in the research paper. They will be published in the future.
- Pull vcpkg and integrate.
- Pull the codebase and run
Ciallo/Ciallo.sln
with visual studio.
- Rendering
- OpenGL
- GUI
- Dear ImGui
- ImPlot
- Coding Patterns
- Entt - ECS and event system
- Geometry and algebra
- CGAL
- GLM
- dlib - For curve fitting