Skip to content

Buryyy/TruePatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TruePatch

CodeFactor

TruePatch is a flexible .NET cross-platform patching library for games and software. The delta updating is based on Octodiff's 100% managed implementation of remote delta compression. See more on OctoDiff's github.

  • Easy to use and understand - fluent patch builder
  • Choose a patching method easily with the builder by choosing either delta or checksum updating.
  • Patch and download in parallel.
  • Use delta or checksum patching

Experimental

TruePatch is currently under development and experimental. TruePatch should not be used in any production applications for the time being.

You can also:

  • Create post patches
  • Create strongly typed version information
  • Receive total or invidual progress of files that are being downloaded or patched.

Installation

To be made.

About

.NET cross-platform file patching tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages