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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Shfla: Shoegaze Hierarchical Fractal Language Architecture

52 点作者 Tetraslam7 个月前

6 条评论

Tetraslam7 个月前
Hi! I&#x27;m a college freshman at Northeastern, and this is my first hackathon project for a major hackathon (MIT Media Lab). It won the Unconventional Computing track prize, so I&#x27;m pretty happy! I made this because I&#x27;m a major conlanger, and I was wondering if it would be possible to think in terms of sound when looking at an image. Fractals have easy-to-map parameters, so I created SHFLA, a language which takes in music, and creates fractals based on 0.1 second (you can change this) chunks of music! It&#x27;s Turing-complete, so you can technically encode a ridiculous amount of information and computation in my system, although writing it out as music might take a while.<p>Hope you find the project cool :)
评论 #42077993 未加载
evanjrowley7 个月前
The concept reminded me of the song <i>Lateralus</i> by Tool, where geometric fractals are a theme.<p><a href="https:&#x2F;&#x2F;music.youtube.com&#x2F;watch?v=Y7JG63IuaWs" rel="nofollow">https:&#x2F;&#x2F;music.youtube.com&#x2F;watch?v=Y7JG63IuaWs</a><p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Lateralus" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Lateralus</a><p><a href="https:&#x2F;&#x2F;www.loudersound.com&#x2F;features&#x2F;the-story-behind-tools-lateralus-a-real-moment-of-experiment-and-risk" rel="nofollow">https:&#x2F;&#x2F;www.loudersound.com&#x2F;features&#x2F;the-story-behind-tools-...</a>
pipeline_peak7 个月前
It&#x27;s a music visualizer, just call things what they are.<p>You&#x27;ll get better responses without throwing in terms like &quot;shoegaze&quot; or &quot;architecture&quot; for something less than 300 loc.
athorax7 个月前
I&#x27;m not understanding what this has to do with shoegaze. Did you just use that in the name for funsies?
评论 #42116192 未加载
评论 #42117812 未加载
indiraschka7 个月前
this is pretty cool! consider including a demo video and images at the beginning when explaining the project
javajosh7 个月前
Upvoted for Shoegaze reference. Suggest hosting a demo with My Bloody Valentine &quot;Loveless&quot; as the default musical selection. I will also echo the other commenters who believe your communication needs to improve; it is unlikely that I will download and install your code because the risk&#x2F;reward ratio is poor, as it is for most OSS (open-source software).<p>Note: <i>distribution</i> wins in software. Suggest you rewrite this to be at the intersection of distributable and local, which basically means running in the browser. Consider porting to JavaScript and distributing either as a simple static webpage, or perhaps a codepen. This might be an interesting use of two interesting but little-used browser APIs, namely WebAudio and WebGL or perhaps WebGPU. For simplicity I&#x27;d target Chrome first.
评论 #42117753 未加载