最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501
当前位置: 首页 - 科技 - 知识百科 - 正文

基于VectorAnimationComplex技术的矢量图形编辑器:VPaint_html/css

来源:懂视网 责编:小采 时间:2020-11-27 16:34:42
文档

基于VectorAnimationComplex技术的矢量图形编辑器:VPaint_html/css

基于VectorAnimationComplex技术的矢量图形编辑器:VPaint_html/css_WEB-ITnose:VPaint是一个基于Vector Animation Complex技术的实验性矢量图形编辑器。它允许你创建一个使用创新技术与分辨率无关的插图和动画。 HOW TO COMPILE Linux (tested on Kubuntu 15.04 64bit) Install GCC 4.8 or higher
推荐度:
导读基于VectorAnimationComplex技术的矢量图形编辑器:VPaint_html/css_WEB-ITnose:VPaint是一个基于Vector Animation Complex技术的实验性矢量图形编辑器。它允许你创建一个使用创新技术与分辨率无关的插图和动画。 HOW TO COMPILE Linux (tested on Kubuntu 15.04 64bit) Install GCC 4.8 or higher

VPaint是一个基于Vector Animation Complex技术的实验性矢量图形编辑器。它允许你创建一个使用创新技术与分辨率无关的插图和动画。 HOW TO COMPILE

Linux

(tested on Kubuntu 15.04 64bit)

  • Install GCC 4.8 or higher. On Ubuntu, you can do this with: sudo apt-get install build-essential
  • Install GLU for development. On Ubuntu, you can do this with: sudo apt-get install libglu1-mesa-dev
  • Download and install Qt 5.4 Community from http://www.qt.io/
  • Open src/VPaint.pro with Qt Creator
  • Specify GCC 4.8+ as your compiler
  • Build > Run
  • MacOS X

    (tested on MacOS X Yosemite 10.10.4, on MacBook Pro 15-inch Early 2008)

  • Note 1: VPaint will -NOT- compile with clang or GCC 4.2 (provided by default on MacOS X).

  • Note 2: There are bugs in Qt 5.1 to 5.4 with Yosemite, hence Qt 5.5+ is recommended.

  • Install XCode
  • Install GCC 4.8 via homebrew, following these instructions: http://www-scf.usc.edu/~csci104/20142/installation/gccmac.html
  • Download and install Qt 5.5 Community from http://www.qt.io/
  • Create a new Qt mkspec for GCC 4.8 following these instructions: a. Go to the folder /Users//Qt/5.5/clang_64/mkspecs b. Duplicate the folder macx-g++42 and rename the copy macx-g++48 c. In the folder macx-g++48, edit the file qmake.conf by setting these two values: QMAKE_CC = gcc-4.8 QMAKE_CXX = g++-4.8
  • Open Qt Creator
  • Go to Qt Creator > Preferences > Build and Run > Compiler > Add > GCC Name: G++ 4.8 Compiler path: /usr/local/bin/g++-4.8
  • Go to Qt Creator > Preferences > Build and Run > Kit > Add Name: Desktop Qt 5.5.0 G++ 4.8 Compiler: G++ 4.8 Qt mkspec: macx-g++48
  • Open src/VPaint.pro
  • Build > Run
  • Windows

    (tested on Windows 7 64bit)

  • Note 1: To support more user, compiling in 32bit is recommended, as it can run on both 32bit and 64bit versions of Windows.

  • Note 2: Windows XP and lower are not supported.

  • Note 3: VPaint will -NOT- compile with MinGW 4.8 (either 32bit and 64bit) or Visual Studio 2010 or lower.

  • Make sure that Visual Studio 2012 or higher is installed on your system
  • Download and install Qt 5.4 Community from http://www.qt.io/. Make sure to use the OpenGL version (not ANGLE), and that it corresponds to the version of Visual Studio you have.
  • Open src/VPaint.pro with Qt Creator
  • Specify MSVC as your compiler
  • Build > Run
  • 项目主页:http://www.open-open.com/lib/view/home/1439377745348

    声明:本网页内容旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

    文档

    基于VectorAnimationComplex技术的矢量图形编辑器:VPaint_html/css

    基于VectorAnimationComplex技术的矢量图形编辑器:VPaint_html/css_WEB-ITnose:VPaint是一个基于Vector Animation Complex技术的实验性矢量图形编辑器。它允许你创建一个使用创新技术与分辨率无关的插图和动画。 HOW TO COMPILE Linux (tested on Kubuntu 15.04 64bit) Install GCC 4.8 or higher
    推荐度:
    标签: 图片 的图片 动画
    • 热门焦点

    最新推荐

    猜你喜欢

    热门推荐

    专题
    Top