PRINT_PACK 2.0 - easier, faster, more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
*** UPDATE *** Version 2.9 is available here:
Version 2.0 of the print_pack is ready.
There are four new nodes that allow more complex representations of object data quite easily.
In addition, I was able to again significantly increase the speed of displaying text using strands.
For example, print_array can now refresh 20,000 characters from 30,000 strands with 250,000 points on my laptop 20 times per second. I would never have dreamed of such rates when I started this project.
Of course, I also use the print nodes myself for programming. They have already proven to be very helpful and I don't want to miss them anymore.
I also get very positive feedback from our users.
However, I get the most benefit from what I have learned about programming in Bifrost through the print_pack.
The complexity of the task made it necessary for me to deal with completely new techniques and tread very unfamiliar paths.
Besides the known four updated print nodes - print_static, print_scrolling, print_points and print_array - the four new nodes are:
- print_point_properties: prints (colored) multi-line labels to the points of an object.
- print_table: prints a nice table of up to four arrays - for comparison or to look through.
- print_object_properties: prints the properties (data) of an object as a table.
- print_object_dump: Prints the structure of an object as a "dump".
Here is a short video introducing all nodes:
print_object_properties
print_object_dump
print_table
print_point_properties