Build Script For VTK And Source.list For Ubuntu 20.04 LTS

The shell script build vtk in the folder build, /home/stephen/Downloads/VTK-9.2.0.rc2/build: cmake ../ -G “Unix Makefiles” \ -DVTK_USE_QVTK:BOOL=ON \ -DCMAKE_INSTALL_PREFIX=/usr/local \ -DVTK_USE_GUISUPPORT:BOOL=ON \ -DVTK_QT_VERSION=5 \ -DModule_vtkGUISupportQt:BOOL=ON \ -DModule_vtkGUISupportQtOpenGL:BOOL=ON \ -DModule_vtkGUISupportQtSQL:BOOL=ON \ -DModule_vtkGUISupportQtWebkit:BOOL=OFF \ -DModule_vtkRenderingQt:BOOL=ON \ -DModule_vtkViewsQt:BOOL=ON The sources.list for Chinese user to use ubuntu LTS 20.04 deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted Read more…

Image Processing – Rotate Image

We have added a new function to the image processing page: rotate the image clockwise by any angle.我们在图像处理页面增加了一个新的功能:顺时针旋转图片任意角度。 Our picture doesn’t awalys fit on the phone or computer monitor, so we need to put it right. We need to rotate the original picture. Or if you just want to make Read more…

3D Model Tools

The post collects all 3D model tools on the website, we will display the tool as the embedded content as we can. You can edit your 3D model by the tool. https://www.weiy.city/functions/3D-Model-Editor/ Here is 3D model viewer tool. https://www.weiy.city/functions/3D-Model-Viewer/ Create 3D text online.https://www.weiy.city/text-edit/create-3d-text/

3D Model Editor – Put Model To Original Position

I mainly focus on coding for software development at work. If we need some complicated 3D models, other colleagues in charge of data production will provide relevant model files. 在工作的时候,我们做软件研发主要专注于代码编写,如果需要一些复杂的3D模型的话,则要负责数据生产的同事提供相关的模型文件。 But sometimes they give us a model that’s not at the ideal position in the 3D world, and I often Read more…

Download EPUB And Read It On Kindle Device

Work platform: Ubuntu Download and install calibre on Ubuntu. sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin Download book in the z library website https://z-lib.org. Chinese books on https://zh.z-lib.org/ . Add your book and convert it to an another format by calibre. Add the new book as attachment Read more…

XML To JSON
: Input your strings, the tool can convert XML to JSON for you.

X