https://github.com/daramkun/libdseed
https://github.com/daramkun/libdseed
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daramkun/libdseed
- Owner: daramkun
- License: mit
- Created: 2019-05-29T09:11:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T17:01:21.000Z (about 3 years ago)
- Last Synced: 2025-01-12T07:46:57.057Z (4 months ago)
- Language: C++
- Size: 41.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libdseed
This is base library for personal project.
## Features
* SIMD Vector/Matrix Math Interface
* Reference Counting Object
* Stream/File-System Interface
* 100-nanoseconds based Timespan
* Bitmap Decoders/Encoders
* Bitmap Color-space Conversion
* Bitmap Flip/Crop/Arithmetic-Operation/Resize
* Audio Decoders/Encoders
* Audio PCM Data-type Conversion## Goals
* Light-weight Cross-platform Game Engine Framework
* SIMD Bitmap/Audio Processing
* AVX2 Math Interface
* Implement Content Pipeline