pouët.net

Linux Demo Scene

category: general [glöplog]
I find make quite horrible, SCons is far more pleasant.
i've been told bjam is great but woops, no documentation!
added on the 2008-05-21 08:42:11 by skrebbel skrebbel
is it really true that there are compatibility issues between make versions? i've been using make accross a variety of platforms for 5 years or so. didn't notice much.
added on the 2008-05-21 08:59:57 by earx earx
the Makefile Demo Scene
added on the 2008-05-21 09:15:53 by waffle waffle
make demos, not files.
added on the 2008-05-21 09:48:18 by Preacher Preacher
the point is really platform stability, not developer tools.
Ubuntu might become a suitable platform in middle term future many people equates Ubuntu with Linux, and the most common OS among CS freshmen.

So please, demolinux advocates... stop bitching and start releasing, as usual ;)
added on the 2008-05-21 14:05:31 by makc makc
the unfortunate thing is, linux using sceners release on windows ;)
added on the 2008-05-21 14:28:08 by _-_-__ _-_-__
(that's what I do, at least)
added on the 2008-05-21 14:28:24 by _-_-__ _-_-__
Cheers for all the replies guys! Will see what I can come up with. I have next week off work so will start looking into it then!

Chris
To be honest, although I love autoconf, and I far prefer coding for Linux than Windows, I'm a hypocrite.
added on the 2008-06-02 16:12:45 by dotwaffle dotwaffle
Quote:
love autoconf

WAT

(yes, linuxdemos.org is down for a while, and so is mac.scene.org. hurray for alternative platforms :)
added on the 2009-09-02 22:39:19 by blala blala
Windows gave Linux an 8 years advance...
added on the 2009-09-02 23:57:50 by xernobyl xernobyl
like god these days, linux is not powered by money or dependence, but by belief.

when the belief is weak, the platform is meager and the tools are complicated and confusing.
when the belief is strong, the platform is powerful and the tools are easy to use.

like the sagrada familia in barcelona, which is built since over 100 years from donations only, linux has no deadline, and so belief retreats and advances like the tides, while the platform slowly, but steadily grows.

thus, there is always progress, sometimes less, sometimes more, but there is always progress.
added on the 2009-09-03 10:20:39 by paniq paniq
I was just wondering... When you code a demo for Linux, do you select libraries by their licence in order to keep you code closed, do release your code source or just don't give a fuck about licences issues ?
added on the 2009-09-03 11:28:29 by tobé tobé
paniq: if i were being mean i'd say thats an interesting comparison, because the sagrada familiia is probably working better as a curiosity for fans of fancy architecture than those that wanted to use it as a practical, functioning church on a regular basis.. :)
added on the 2009-09-03 11:40:20 by smash smash
Paniq: a bit of a stretched comparison, but it somewhat works. :)
added on the 2009-09-03 11:46:16 by ara ara
paniq: That's B.S. At least 75% of all kernel developers are corporate sponsorships, and they are pushing corporate agendas and deadlines. Linux is pretty much as corporate as any other OS these days.

from linuxfoundation's 2008 development report:
BB Image
added on the 2009-09-03 11:51:07 by kusma kusma
Ehm, "development", not "developers" - my bad.
added on the 2009-09-03 11:51:52 by kusma kusma
BB Image
added on the 2009-09-03 12:13:17 by jua jua
All of our stuff is cross-platform, although:

a) nobody's tried to get it to complie on a mac yet
b) our "64k" intros are about 69k on linux, due to lack of kkrunchy (I understand there's some sort of upx replacement going around, but we've not seen it)
c) we missed the assembly release deadline due to a bunch of nasty bugs when we tried the final windows port.

Cross platform development: JUST SAY NO
added on the 2009-09-03 13:41:25 by MeteoriK MeteoriK
dotwaffle: autoconf was designed in a lab by nazis and tested on jews.

I mean.. "dnl" as a comment? wtf. what twat thought that would be a good idea? I switched to qmake myself.
added on the 2009-09-03 13:44:24 by MeteoriK MeteoriK
I'm doing cross platform stuff a lot, and you find memory leaks/access violations you didn't know existed until you ported it to a new platform, so it's very good to run the same code on multiple platforms. But it sure is a lot of work.
added on the 2009-09-03 14:08:57 by jaw jaw
also, some people have poked me about using cmake, anyone tried that? It's supposedly good...
added on the 2009-09-03 14:09:35 by jaw jaw
It's all down to personal preference. cmake will do a nice percentage/progress column when it's building. The syntax is a bit eccentric, but a lot of people like it.
added on the 2009-09-03 15:37:56 by MeteoriK MeteoriK

login