https://github.com/korolevsoftware/defold-faststream
This library help fast push vector vector 3, vector 4, to buffer stream
https://github.com/korolevsoftware/defold-faststream
buffer defold extension
Last synced: 2 months ago
JSON representation
This library help fast push vector vector 3, vector 4, to buffer stream
- Host: GitHub
- URL: https://github.com/korolevsoftware/defold-faststream
- Owner: KorolevSoftware
- License: apache-2.0
- Created: 2023-01-30T09:39:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T09:55:20.000Z (about 2 years ago)
- Last Synced: 2024-10-17T13:54:04.763Z (7 months ago)
- Topics: buffer, defold, extension
- Language: C++
- Homepage:
- Size: 8.09 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Fast Stream is Defold extension
Fast Stream store lua table vector 3 or vector 4 to stream.
#
## faststream.set_table_universe()
Copy table values to stream with convert values to stream type.
Table element type can be: vector3, vector4 or nimber. Must be uniform!
```lua
faststream.set_table_universe(stream, table)
```
#
## faststream.set_table_raw()
Copy table values to stream without! convert values to stream type.
Table element type can be: vector3, vector4 or nimber. Must be uniform!
```lua
faststream.set_table_raw(stream, table)
```
#
## faststream.set_table_raw()
Copy table values to stream without! convert values to stream type.
Table element type can be: vector3, vector4 or nimber. Must be uniform!
```lua
faststream.set_table_raw(stream, table)
```