TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Propose HN: Milkdrop AI

2 点作者 nuclearsugar大约 5 年前
Would anyone be interested in creating an open-source machine learning project focused on Milkdrop? The basic idea is that it would analyze a group of Milkdrop presets and then output new presets, preferably with some guidance from the user.<p>While being an interesting ML challenge that would need to generate valid code, it would also be useful for performers and VJ&#x27;s.<p>A few possible approaches:<p><pre><code> - Generate new Milkdrop presets - Find similarity between Milkdrop presets - Walk between groups of Milkdrop presets - Use the mash-up technique (of the Milkdrop editor) to combine only select sections of code - Automatically categorize Milkdrop presets - A preset editor which suggests lines of code </code></pre> The average Milkdrop preset is about 15 kilobytes and can be opened in a text editor. So the presets are human readable. Also the code of a single preset is organized into groups: initialization code, per_frame equations, per_vertex equations, warp shader, composite shader.<p>Open-source Milkdrop projects to build on: https:&#x2F;&#x2F;github.com&#x2F;projectM-visualizer&#x2F;projectm --- https:&#x2F;&#x2F;github.com&#x2F;mvsoft74&#x2F;BeatDrop<p>=====<p>Dataset curated by hand<p>I&#x27;ve spent the last 7 months curating a best-of collection of Milkdrop presets. I went through 52,000 presets and selected only the best 9,795 Milkdrop presets. Includes screenshots of each preset.<p>https:&#x2F;&#x2F;thefulldomeblog.com&#x2F;2020&#x2F;02&#x2F;21&#x2F;nestdrop-presets-collection-cream-of-the-crop&#x2F;<p>The presets have been organized into 11 category folders: Dancer, Drawing, Fractal, Geometric, Hypnotic, Particles, Reaction, Sparkle, Supernova, Waveform, Transition. Within each of these category folders the presets have been further organized into 183 various subcategory folders.<p>Full transparency, I&#x27;m part of the NestDrop team. I&#x27;d like to breath some life into preset creation. http:&#x2F;&#x2F;www.nestimmersion.ca&#x2F;nestdrop.html

1 comment

nuclearsugar大约 5 年前
Also, for some context...<p>Milkdrop is a open-source music visualization engine which renders on the GPU. Over the last 19 years, about 52,000 Milkdrop presets have been created by the community. <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;MilkDrop" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;MilkDrop</a>