vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
35 stars 14 forks source link

OBJString node #626

Open mhusinsky opened 1 year ago

mhusinsky commented 1 year ago

Is your feature request related to a problem? Please describe. Sometimes it is helpful to not only write an OBJ object to disk as a file, but have it available as a string (e.g. for network transmission). The OBJWriter node does currently do everything conversion related but forces you to write the result to disk.

Describe the solution you'd like I'd suggest an additional OBJString node that does exactly what the OBJWriter node does, but provides the result as a string output.

Additional context I can provide a PR if the idea is proven worthy. (can be done together with #625 )

joreg commented 1 year ago

sounds good. we'll accept a PR for this. the nodes as they are now should then also be built with those new string nodes. please document your PR with screenshots and a good description to simplify the review.