» hot.Libraries
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

hot.Libraries

acl(admin devvvv vvvvgroup)

Library (EX9.Texture)

could even have a cast-window to select textures interactively and get little previews. but mainly the idea would be to feed it with filenames and make the texturesettings (previously set on individual FileTexture nodes) at one central place.

there is one systemwide enum called TextureLibraries. every library node adds an entry to that enum, with its given name.

inputs (all spreadable)

  • library name
  • filename
  • load in background
  • preload to video memory
  • reload
  • repair
  • texture type (is this really needed? can't we read that from the file?)
  • texture format
  • mipmaps (consider: from file, vs. all)
  • width
  • height
  • depth

outputs

  • layer (to connect to a specific renderer/device)
  • progress 0..1 (async load progress)
  • status (to report textures that failed loading..)

LibraryTexture (EX9.Texture)

first an entry in the TextureLibraries is chosen. here we can have a default library linking to still to be pimped texture library. then the enum of the second input adapts to the chosen subtype and a specific file can be chosen from the library.

inputs (all spreadable)

  • TextureLibraries enum
  • filename string

outputs (all spreadable)

  • texture
  • width
  • height
  • depth
  • mm count

Implementation

seems at the moment the async-loading is not done correctly: textures are created on the loader thread, which requires us to set the MULTITHREADED device flag. better do it as described here.

anonymous user login

Shoutbox

~4mth ago

joreg: END OF SHOUTBOX! As this page has is now legacy, it will no longer feature new content. For latest news, see: http://vvvv.org

~4mth ago

joreg: vvvvTv S0204 is out: Custom Widgets with Dear ImGui: https://youtube.com/live/nrXfpn5V9h0

~4mth ago

joreg: New user registration is currently disabled as we're moving to a new login provider: https://visualprogramming.net/blog/2024/reclaiming-vvvv.org/

~5mth ago

joreg: vvvvTv S02E03 is out: Logging: https://youtube.com/live/OpUrJjTXBxM

~5mth ago

~5mth ago

joreg: Follow TobyK on his Advent of Code: https://www.twitch.tv/tobyklight

~5mth ago

joreg: vvvvTv S02E02 is out: Saving & Loading UI State: https://www.youtube.com/live/GJQGVxA1pIQ

~5mth ago

joreg: We now have a presence on LinkedIn: https://www.linkedin.com/company/vvvv-group

~5mth ago

joreg: vvvvTv S02E01 is out: Buttons & Sliders with Dear ImGui: https://www.youtube.com/live/PuuTilbqd9w

~5mth ago

joreg: vvvvTv S02E00 is out: Sensors & Servos with Arduino: https://visualprogramming.net/blog/2024/vvvvtv-is-back-with-season-2/