Stream: brlcad

Topic: BRL-CAD features


view this post on Zulip Daniel Rossberg (Jul 17 2019 at 19:22):

@Sean We talked about the possibility of loading a BRL-CAD database from a character array or stream, and you wanted to point me to an example using this feature...

view this post on Zulip Sean (Jul 19 2019 at 14:49):

Sean We talked about the possibility of loading a BRL-CAD database from a character array or stream, and you wanted to point me to an example using this feature...

yes @Daniel Rossberg src/gtools/gtransfer.c

That's a client and server demo with both in the same binary, implemented in the same manner as the old 'ttcp' tool. You'll run "gtransfer -r" for the server and "gtransfer -t file.g" for the client, or something close to that to send file.g to the server, which then shoots a ray up the Z axis. It uses libpkg for network, but you can use anything really.


Last updated: Oct 09 2024 at 00:44 UTC