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/

Display A Selected Image By OpenCV.js In Web Page

The post shows a simple example about how to display a selected image by opencv.js in web page. <div> <div class=”inputoutput”> <img id=”imageSrc” alt=”No Image” style=”display: none;”> <div class=”caption”><input type=”file” id=”fileInput” name=”file”></div> </div> <div class=”inputoutput”> <canvas id=”canvasOutput”></canvas> </div> </div> <script async=”” src=”/functions/opencv/opencv.js” type=”text/javascript”></script> <script type=”text/javascript”> let imgElement = document.getElementById(‘imageSrc’); let Read more…

Text Verification Tools MD5 And SHA

You may have encountered a situation where the downloaded file was damaged and didn’t open smoothly. The method to verify whether the file has changed is the information summary algorithm. It analyzes the contents of the file and generates a hash string. Compare your file hash value with someone else’s Read more…

Build Cryptography And Use It As WASM

Download cryptography library and build for wasm Download cryptography source code at GitHub, cryptopp. Go to cryptopp folder which contains GNUmakefile. Build it to generate C++ library and execute file. make static dynamic cryptest.exe Create a new folder build and move all generated files into it. mv *.o *.so *.a Read more…

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

X