https://github.com/aiekick/ezlibs
collection of Cpp11 cross platform "header only" libs
https://github.com/aiekick/ezlibs
cpp11 easy header-only library tools
Last synced: 11 months ago
JSON representation
collection of Cpp11 cross platform "header only" libs
- Host: GitHub
- URL: https://github.com/aiekick/ezlibs
- Owner: aiekick
- License: mit
- Created: 2024-08-13T21:53:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T01:15:51.000Z (over 1 year ago)
- Last Synced: 2024-12-16T02:22:44.058Z (over 1 year ago)
- Topics: cpp11, easy, header-only, library, tools
- Language: C++
- Homepage:
- Size: 649 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/aiekick/EzLibs/actions/workflows/Win.yml)
[](https://github.com/aiekick/EzLibs/actions/workflows/Linux.yml)
[](https://github.com/aiekick/EzLibs/actions/workflows/Osx.yml)
[](https://aiekick.github.io/ezLibs)
[](https://codecov.io/github/aiekick/EzLibs)
[](https://www.codefactor.io/repository/github/aiekick/ezlibs/overview/master)
# EzLibs
its my collection of Cpp11 cross platform self made "one header file only" libs
# dependencies
No External libraries dependencies needed except Cpp11 standard library
Just the lib [EzGL](doc/EzGL.md) is depending of a Opengl Loader like [Glad](https://github.com/Dav1dde/glad/tree/c)
# HowTo
you just need to include the libs in your project and use it. thats all.
Some libs are in inter dependencies, so you may need to include the EzLibs dir in your building system
# Available Libs categories :
# App :
|Lib|Doc|Tested|Status|Description|
|-|-|-|-|-|
|[EzApp](doc/EzApp.md)|:no_entry:|:no_entry:|:construction:|App Manipulation, Current working dir|
|[EzArgs](doc/EzArgs.md)|:construction:|:heavy_check_mark:|:heavy_check_mark:|Command Options parsing|
# Comp :
|Lib|Doc|Tested|Status|Description|
|-|-|-|-|-|
|[EzLzw](doc/EzMLzw.md)|:no_entry:|:heavy_check_mark:|:heavy_check_mark:|Compress/Decompress LZW|
# File :
|Lib|Doc|Tested|Status|Description|
|-|-|-|-|-|
|[EzFile](doc/EzFile.md)|:no_entry:|:no_entry:|:construction:|File Manipulation|
|Data|Doc|Tested|Status|Description|
|-|-|-|-|-|
|[EzIni](doc/EzIni.md)|:no_entry:|:no_entry:|:construction:|Ini File Reader/Writer|
|[EzLog](doc/EzLog.md)|:no_entry:|:no_entry:|:construction:|Log File Writer|
|[EzXmlConfig](doc/EzXmlConfig.md)|:no_entry:|:heavy_check_mark:|:heavy_check_mark:|xml config File Reader/Writer|
|2D Img|Doc|Tested|Status|Description|
|-|-|-|-|-|
|[EzBmp](doc/EzBmp.md)|:no_entry:|:construction:|:construction:|Bitmap Writer|
|[EzGif](doc/EzGif.md)|:no_entry:|:construction:|:construction:|Gif Writer|
|[EzPng](doc/EzPng.md)|:no_entry:|:no_entry:|:construction:|Png Writer|
|3D Model|Doc|Tested|Status|Description|
|-|-|-|-|-|
|[EzVdbWriter](doc/EzVdbWriter.md)|:no_entry:|:construction:|:heavy_check_mark:|OpenVdb partial file format writer|
|[EzVoxWriter](doc/EzVoxWriter.md)|:no_entry:|:construction:|:heavy_check_mark:|Magicavoxel partial file format writer|
# Math :
|Lib|Doc|Tested|Status|Description|
|-|-|-|-|-|
|[EzExpr](doc/EzExpr.md)|:construction:|:heavy_check_mark:|:heavy_check_mark:|Math expression parsing and computing|
|[EzMath](doc/EzMath.md)|:no_entry:|:heavy_check_mark:|:construction:|Math methods|
|[EzVec2](doc/EzVec2.md)|:no_entry:|:heavy_check_mark:|:heavy_check_mark:|Vec2 Manipulation|
|[EzVec3](doc/EzVec3.md)|:no_entry:|:heavy_check_mark:|:heavy_check_mark:|Vec3 Manipulation|
|[EzVec4](doc/EzVec4.md)|:no_entry:|:heavy_check_mark:|:heavy_check_mark:|Vec4 Manipulation|
|[EzQuat](doc/EzQuat.md)|:no_entry:|:no_entry:|:construction:|Quaternion Manipulation|
|[EzPlane](doc/EzPlane.md)|:no_entry:|:no_entry:|:construction:|3D Plane Manipulation|
|[EzAABB](doc/EzAABB.md)|:no_entry:|:no_entry:|:construction:|2D AABB Manipulation|
|[EzAABBCCC](doc/EzAABBCCC.md)|:no_entry:|:no_entry:|:construction:|3D AABBCC Manipulation|
|[EzVariant](doc/EzVariant.md)|:no_entry:|:no_entry:|:construction:|Variant/Conversion for EzLIbs compatible types|
# Misc :
|Lib|Doc|Tested|Status|Description|
|-|-|-|-|-|
|[EzGraph](doc/EzGraph.md)|:no_entry:|:heavy_check_mark:|:heavy_check_mark:|Internal Node Graph System|
|[EzStr](doc/EzStr.md)|:no_entry:|:construction:|:construction:|String Manipulation|
|[EzXml](doc/EzXml.md)|:no_entry:|:heavy_check_mark:|:heavy_check_mark:|xml Parsing|
# Opengl :
|Lib|Doc|Tested|Status|Description|
|-|-|-|-|-|
|[EzGL](doc/EzGL.md)|:no_entry:|:construction:|:construction:|Opengl manipulation|
# Time :
|Lib|Doc|Tested|Status|Description|
|-|-|-|-|-|
|[EzTime](doc/EzTime.md)|:no_entry:|:no_entry:|:construction:|Time manipulation|
|[EzCron](doc/EzCron.md)|:construction:|:heavy_check_mark:|:heavy_check_mark:|Crontab parsing and time execution|
# License
Copyright :copyright: 2014-2024 Stephane Cuillerdier
See the [License file](LICENSE)