Skip to content

Library for reading & writing the E57 file format (fork of E57RefImpl)

License

Notifications You must be signed in to change notification settings

dotscene-gmbh/libE57Format

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libE57Format

Build Status

A library to provide read & write support for the E57 file format.

This is a fork of E57RefImpl v1.1.332. It is primarily for use in the CloudCompare project, but it should work for anyone else who wants to use it.

The original source is from E57RefImpl 1.1.332 and then everything was stripped out except the main implementation for reading and writing E57.

This version also removes the dependency on Boost and requires C++11.

Why Fork?

The E57RefImpl code hasn't been touched in years and I wanted to make changes to compile this library with macOS. Forking it gives me a bit more freedom to update the code and make changes as required.

I changed the name so that it is not confused with the E57RefImpl project.

Versions of libE57Format will start at 2.0.

Tools

Ryan Baumann has updated the e57unpack and e57validate tools to work with libE57Format. You can find them in the e57tools repo.

License

Boost Software License (BSL1.0).

About

Library for reading & writing the E57 file format (fork of E57RefImpl)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.7%
  • CMake 2.3%