Skip to content

Commit fa836ac

Browse files
authored
Update README.md
1 parent f08b072 commit fa836ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@
55
[![Release](https://jitpack.io/v/kotlin-graphics/kool.svg)](https://jitpack.io/#kotlin-graphics/kool)
66
![Size](https://github-size-badge.herokuapp.com/kotlin-graphics/kool.svg)
77
[![Github All Releases](https://img.shields.io/github/downloads/kotlin-graphics/kool/total.svg)]()
8+
9+
Small util library featuring:
10+
11+
- functional programming for `IntBuffer`s
12+
- short buffer and `CustomBuffer` plain parameters (`adr`, `pos`, `cap`, `rem`, `remSize`, `lim`)
13+
- buffers set operators
14+
- convenient conversions buffers <-> arrays
15+
- dummy buffer constructors: `(size: Int)` and `(size: Int, init: (Int) -> *)`
16+
- convenient `MemoryStack` extensions (like lambdas retrieving primitives via native memory)
17+
- inline classes of primitive pointers
18+
- `Stack` getters and setters
19+
- other minor utils

0 commit comments

Comments
 (0)