Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 16 hours 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T09:55:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T13:54:04.763Z (4 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
- awesome-defold - Fast Stream
README
![](https://github.com/user-attachments/assets/2c11ba97-163e-445f-bac5-21a1bfd97e92)
# 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)
```