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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Cinder: open-source creative C++

151 点作者 kenamarit超过 13 年前

8 条评论

qdot76367超过 13 年前
There's also openFrameworks: <a href="http://www.openframeworks.cc" rel="nofollow">http://www.openframeworks.cc</a><p>Some major differences:<p>- Cinder is more "C++y", i.e. more use of templates, boost, etc... openFrameworks opts for more "C with classes" approach, which makes it resemble processing a bit more.<p>- Cinder uses system libs, openFrameworks tends to use third party libs that it wraps into its own API. This puts Cinder closer to the OS on windows/mac, but means that oF has linux support.<p>From personal view, it seems like more agencies use Cinder while more independant devs use openframeworks, but that really doesn't say anything of the frameworks themselves, more the communities.
评论 #3211144 未加载
andrewflnr超过 13 年前
So "creative coding" is programming graphics, music, etc., right? Is it just me or is that something of an inappropriate term? To me it brings to mind, you know, creative code, clever programming tricks, perl poetry, and the like. Shouldn't we call this multi-media programming or something more specific?<p>I've never heard this usage before. Is it common?
评论 #3208572 未加载
thesnark超过 13 年前
Having never used Cinder before, why would someone choose it over processing?
评论 #3208356 未加载
评论 #3208678 未加载
评论 #3208257 未加载
评论 #3208750 未加载
评论 #3208212 未加载
rhdoenges超过 13 年前
not for linux. ;_____;
cageface超过 13 年前
Cinder looks nice but the last time I checked it didn't support OpenGL ES 2.0 shaders. Has that changed?
skrebbel超过 13 年前
I tried it a few years ago, but I had a hard time getting into it. (Back then, ) its documentation failed past the obvious first examples, which meant that the authors basically assumed you already knew everything about how to write realtime 3d graphics on modern hardware and recent OpenGL versions.<p>I'd assume that if I already knew all of that, I would've probably made some own code for it before, so wouldn't need Cinder for anything. Compared to Processing, Cinder's entry-barrier is orders of magnitude higher.<p>Or maybe I'm just too stupid. :-)
mweibel超过 13 年前
A word about the website, especially the Hello, Cinder tutorial: Please make the links more visible, thanks :)
armitage超过 13 年前
I love Cinder!