Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Blogpost/social media graphics #2774

Closed
tastez opened this issue Nov 15, 2021 · 10 comments
Closed

Release Blogpost/social media graphics #2774

tastez opened this issue Nov 15, 2021 · 10 comments

Comments

@tastez
Copy link

tastez commented Nov 15, 2021

skinning stuff?

@tastez tastez added this to the next release milestone Nov 15, 2021
@tastez tastez self-assigned this Nov 15, 2021
@steam0r
Copy link
Collaborator

steam0r commented Nov 17, 2021

issues closed since last release:

https://github.com/pandrr/cables/issues?q=is%3Aissue+closed%3A%3E2021-09-21T12%3A00%3A00+

changelog:

#990

major topics:

  • ui stuff (area/viztexture/...)
  • GLTF skin
  • pixeldifference Feedback
  • audio button
  • manual backup creation for users
  • link to documentation page for userops (see where op is used)
  • audio docs? tips?
  • nodevember? / social media ?

@steam0r
Copy link
Collaborator

steam0r commented Nov 26, 2021

made with cables / projects:

@steam0r
Copy link
Collaborator

steam0r commented Nov 26, 2021

manual backups

If you find yourself in a situation where you want to change something big in your patch and you fear that stuff will break (which it will, right?), you can now create a quick backup of the current patch to get back to.

Bildschirmfoto 2021-11-26 um 17 25 37

Also helpful to compare what has changed and which exakt binge-cabling session broke your patch. Be aware though that you should not edit and save backups, this will set your patch back to that state...then again, that might exactly be why you went back to that version in the first place, right?

@steam0r
Copy link
Collaborator

steam0r commented Nov 26, 2021

playbutton

we updated the documentation on when and how and where you are allowed to play audio in browsers. since there have been questions about this quite a lot, we thought we'd put it here: https://cables.gl/docs/faq/audio_browsers/audio_browsers

for even more convenience Ops.WebAudio.Output now displays a small speaker icon in the bottom right corner of your patch to provide the "user interaction" that is needed to start playback. If it's already allowed to play, it will not show. sweet!

@steam0r
Copy link
Collaborator

steam0r commented Nov 26, 2021

intro

another release, quite quickly after the one in september (https://blog.cables.gl/2021/09/20/release-september-2021/) but still a massive one. you can see what working on almost 250 issues does on the official changelog (https://cables.gl/changelog), as always.

worth mentioning in this release are definitely some pretty nifty new features in the ui of the editor, like grouping ops into areas or having small visualizations directly next to your ops. but more on that in a few seconds...

the gltf support in cables got a big update as well with support for skinning and bones and a bit of performance optimizing if you are working with draco compression. time to fire up blender!

we also worked on updating documentation, adding a few more "tips" to the "did you know"-panel. did you know that exists and you can turn it back on in editor settings?

@steam0r
Copy link
Collaborator

steam0r commented Nov 26, 2021

nodevember

with november almost behind us it might be worth taking a look at all the patches that participated in our small challenge to take part in #nodevember, check them out here (https://cables.gl/tag/nodevember). massive thank you to everyone who participated, prepare for swag!

@steam0r
Copy link
Collaborator

steam0r commented Nov 26, 2021

closing

apart from us working on cables, some people found the time to do amazing stuff with even the last version of it.
check out some projects that were "made with cables":

https://www.nma-vitznau.ch/en/
https://cables.gl/p/616d636bb8a9a95ab2d05ab9

soo...that's that...have fun diving into everything delivered. join us on discord for praise and questions. thanks
to everyone providing feedback, bugreports, bugfixes and mental support. appreciated! happy patching!

cheers,
the cables

@steam0r steam0r self-assigned this Nov 26, 2021
@tastez
Copy link
Author

tastez commented Nov 29, 2021

thank you for starting the text!

@steam0r
Copy link
Collaborator

steam0r commented Nov 29, 2021

media recorder

we introduced a new way of recording your patches to video. by using the fairly new Mediarecorder API (https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder) you are now able to easily record videos of your project from within the editor. use the new MediaRecorder op (https://cables.gl/op/Ops.Dev.MediaRecorder) and try different browsers for different supported videocodes...and also audio-support! sharing your work has never been easier!

@pandrr
Copy link
Member

pandrr commented Nov 29, 2021

strichwortartig:

  • bones /skinning - gltf scene now can render skinned meshes animated by bones. e.g. you can now create a t-pose skin of a person and throw it into mixamo service and easily animate that person running/fighting or dancing. cables will now automatically replay those animations.

  • pixeldiff - THE tool for feedback effects, calculate differences between pixels, those can be used with imagedisplacement to create self modifying feedback effect

  • ui area - create areas in the patchfield, so later you know which ops belong to each other. its an easy way to group ops together. you can then easily move all those ops around by dragging the area title.

  • ui viznumber/vizString - display numbers and strings directly in the patchfield

  • ui vizgraph - display numbers as curves, compare multiple numbers with each other and see how the graphs relate to each other

  • ui vizgraph - visualize textures in the patchfield so you directly see what they look like, super handy if you dont always have them rendered out on your canvas.

  • ui general: tons of little bugfixes/improvements/qol changed etc.

  • tips: see this for tons of new useful hints: https://cables.gl/docs/0_howtouse/ui_walkthrough/ui_walkthrough

@steam0r steam0r closed this as completed Dec 1, 2021
@tastez tastez removed their assignment Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants