meshoptimizer VS libzim

Compare meshoptimizer vs libzim and see what are their differences.

meshoptimizer

Mesh optimization library that makes meshes smaller and faster to render (by zeux)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
meshoptimizer libzim
12 3
4,969 158
- 1.9%
9.0 8.4
8 days ago 10 days ago
C++ C++
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

meshoptimizer

Posts with mentions or reviews of meshoptimizer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-30.

libzim

Posts with mentions or reviews of libzim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-03.
  • WikiReader
    2 projects | news.ycombinator.com | 3 Dec 2023
    I meant the Kiwix dump (https://download.kiwix.org/zim/wikipedia_en_all_nopic.zim – careful, 60GB!).

    At a first glance, the Wikimedia XML dump does not look substantially different from what Kiwix/ZIM does with compressed HTML: They're both compressed (bz2 for the Wikimedia dump, zstd or LZMA for Kiwix/ZIM), and both compress multiple files at once, so inter-file redundancy should hopefully be significantly reduced.

    HTML seems a bit more verbose than the Mediawiki syntax (plus the XML header for each article), but I'd be surprised if that actually accounted for a 3x difference in size.

    Then again, Kiwix seems to have experimented with shared dictionary brotli compression, which supposedly yields an >2x improvement: https://github.com/openzim/libzim/issues/144

    I wonder if their current zstd implementation also uses shared dictionaries. If not, that might just be the reason: If ZIM compression chunks are much smaller than the bz2 streams of the Wikimedia dumps, there would still be a lot of redundancy between chunks.

  • Libzim now has an official WebAssembly build target... why this is big (for us)!
    1 project | /r/Kiwix | 8 Dec 2022
    This is low-level stuff, but the new release of the backend that powers Kiwix clients, libzim 8.1.0 (changelog), now targets WebAssembly (a.k.a. WASM). This is big because it potentially brings the full powers of the Kiwix backend to Web apps such as Kiwix JS and Kiwix JS PWA/Electron. Up till now, these apps have relied on a custom JS port of parts of libzim, but it lacked full features, such as Full Text search. So, you will begin to see us integrating new features into the Web versions soon!
  • Most downloads of the entire Wikipedia per country
    1 project | news.ycombinator.com | 22 Mar 2022
    I'm doing my part o7

    It's seriously a very interesting and useful dataset that you can do a lot of fun stuff with, if you grab one of the zims without pictures it's of very manageable size too of just a few dozen gigabytes compressed, and there are reasonably good library support in many languages.

    Last point doesn't go for Java. Only one I could find for that was this <https://github.com/openzim/libzim>, it's antique and extremely poorly optimized and lacks support for newer compression schemes. I have fixed the performance and added support for zstd compression, but not published the code as it's extremely not finished and major features in the original codebase are very broken. I'll get around to sharing the code some day but right now it's basically permanently mid surgery as I've only patched so far as to get it to extract all or specific files. If anyone wants a copy of this code regardless of state, give me a holler.

What are some alternatives?

When comparing meshoptimizer and libzim you can also consider the following projects:

assimp - The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.

lepton - Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.

CGal - The public CGAL repository, see the README below

zim-tools - Various ZIM command line tools

meshlab - The open source mesh processing system

wikipedia-mirror - 🌐 Guide and tools to run a full offline mirror of Wikipedia.org with three different approaches: Nginx caching proxy, Kiwix + ZIM dump, and MediaWiki/XOWA + XML dump

Open3D - Open3D: A Modern Library for 3D Data Processing

kiwix-tools - Command line Kiwix tools: kiwix-serve, kiwix-manage, ...

PhysicsFS - PhysFS++ is a C++ wrapper for the PhysicsFS library.

Lepton - 💻 Democratizing Snippet Management (macOS/Win/Linux)

draco - Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.

libkiwix - Common code base for all Kiwix ports