VPAINT成为VGC动画
VPaint的未来是VGC插图和VGC动画。有关详细信息,请参见 www.vgc.io 。 Github: https://github.com/vgc-io/vgc 。
此存储库已过时,仅供存档。
关于
VPaint是基于的矢量图形和2D动画应用程序 矢量动画复合体 技术。访问 vpaint.org 了解更多信息, 或访问 VGC论坛。 VPaint很自豪 是获得许可的开源软件 MIT许可。
实验性的矢量图形和2D动画编辑器。(Experimental vector graphics and 2D animation editor.)
VPaint的未来是VGC插图和VGC动画。有关详细信息,请参见 www.vgc.io 。 Github: https://github.com/vgc-io/vgc 。
此存储库已过时,仅供存档。
VPaint是基于的矢量图形和2D动画应用程序 矢量动画复合体 技术。访问 vpaint.org 了解更多信息, 或访问 VGC论坛。 VPaint很自豪 是获得许可的开源软件 MIT许可。
名称与所有者 | dalboris/vpaint |
---|---|
主编程语言 | C++ |
编程语言 | C++ (语言数: 6) |
平台 | Linux, Mac, Windows |
许可证 | Apache License 2.0 |
创建于 | 2015-08-07 05:21:21 |
---|---|
推送于 | 2024-07-18 17:43:53 |
最后一次提交 | 2023-10-13 15:24:30 |
发布数 | 3 |
最新版本名称 | v1.7 (发布于 ) |
第一版名称 | v1.5 (发布于 ) |
星数 | 750 |
---|---|
关注者数 | 44 |
派生数 | 54 |
提交数 | 338 |
已启用问题? | |
问题数 | 101 |
打开的问题数 | 42 |
拉请求数 | 25 |
打开的拉请求数 | 0 |
关闭的拉请求数 | 10 |
已启用Wiki? | |
---|---|
已存档? | |
是复刻? | |
已锁定? | |
是镜像? | |
是私有? |
VPaint is an experimental prototype based on the Vector
Graphics Complex (VGC), a technology developed by a
collaboration of researchers at Inria and the University of
British Columbia. It allows you to create resolution-independent
illustrations and animations using innovative techniques.
VPaint is licensed under the Apache 2.0 License.
More Info:
VPaint is considered BETA, and always will: it
lacks plenty of useful features commonly found in other editors, and you
should expect glitches and crashes once in a while. It is distributed
primarily for research purposes, and for curious artists interested in early
testing of cutting-edge but unstable technology.
Because VPaint is just a prototype, we may or may not release new versions.
However, we are currently developing two new apps, called VGC Illustration and
VGC Animation, based on what we learned from VPaint. These new apps will significantly
improve performance compared to VPaint, and have more features.
If you would like to be notified if/when
a new version of VPaint is released, or when VGC Illustration and VGC Animation are released, you
can sign up for a VGC account at vgc.io. Thanks for your interest, and have fun
testing VPaint!
Prerequisites:
sudo apt-get install libglu1-mesa-dev
.git clone https://github.com/dalboris/vpaint.git
mkdir build && cd build
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" -arch=amd64
C:\Qt\5.12.6\msvc2017_64\bin\qmake.exe ..\vpaint\src
nmake
set PATH=%PATH%;C:\Qt\5.12.6\msvc2017_64\bin
Gui\release\VPaint.exe
git clone https://github.com/dalboris/vpaint.git
mkdir build && cd build
~/Qt/5.12.6/clang_64/bin/qmake ../vpaint/src
make
./Gui/VPaint.app/Contents/MacOS/VPaint
sudo apt-get install build-essential libglu1-mesa-dev
git clone https://github.com/dalboris/vpaint.git
mkdir build && cd build
~/Qt/5.12.6/gcc_64/bin/qmake ../vpaint/src
make
./Gui/VPaint