arisuchan    [ tech / cult / art ]   [ λ / Δ ]   [ psy ]   [ ru ]   [ random ]   [ meta ]   [ all ]    info / stickers     temporarily disabledtemporarily disabled

/λ/ - programming

structure and interpretation of computer programs.
Name
Email
Subject
Comment

formatting options

File
Password (For file deletion.)

Help me fix this shit. https://legacy.arisuchan.jp/q/res/2703.html#2703

Kalyx ######


File: 1537390711749.gif (473.3 KB, 500x375, 4890897083_a5b7a770b2_o.gif)

 No.1369

I want to make a GIF that randomly changes infinitely. how difficult will this be & where should I start?

 No.1370

If you want something actually infinite, it would have to be generated on the fly and streamed. You can do that with some video formats, but not GIF.

 No.1371

>>1370
Which formats? I'd like for it to be on a website And for each visitor to see there own random video for that instance.

 No.1372

>>1371
Maybe you should explain what you're going for before you getting into the technical details. Something like this?

https://bahamas10.github.io/tvstatic/

Maybe in a box on a web page?

 No.1375

>>1369
Check this out;
https://github.com/def-/gifstream
https://hookrace.net/blog/time.gif

It generates each frame and sends them while the browser is still displaying it.

 No.1376

File: 1537446338844.jpg (150.66 KB, 800x600, serveimage.jpg)

>>1371
You can manipulate SVGs with JavaScript. Does not really work for videos but you could do some interesting random infinite effects with that.

For videos just get a list of files on your server and select one randomly?

 No.1469

you can embed Processing into browser. Check out Generative art by Matt pearson



[Return] [Go to top] [ Catalog ] [Post a Reply]
Delete Post [ ]