pouët.net

Official TMDC15 thread

category: parties [glöplog]
Yeah, next year .. we're going to be totally awesome!
added on the 2012-12-13 15:18:37 by trc_wm trc_wm
yeah, next year for me too ;D
added on the 2012-12-13 15:57:57 by fragment fragment
Quote:
rudi: tweaking would let you put enough chars to fill the screen, but it's still not the same as an actual fullscreen console, it's not "DOS-like" :)


of course. that's why i mentioned the consolebuffer restrictions (which is basically saying the same thing).
added on the 2012-12-13 16:38:20 by rudi rudi
trc_wrm, fragment & preacher: I've read this one so many times.. I better have an incredibly awesome top three next year! :D
added on the 2012-12-14 03:56:09 by BarZoule BarZoule
Deal :)
added on the 2012-12-14 07:23:49 by Preacher Preacher
Yup, deal :) But no one said fragment, Preacher and I aren't collaborating.

BTW, any pointers on ways to generate good ANSI subsets for RGB color space mapping? I've already read Sol's TextFX stuff, but I'm wondering if there are approaches other than Euclidean distance / least-squares mapping that look better. I run into problems, for instance, when doing fade-in/fade-outs: I get some aweful color changes.
added on the 2012-12-14 11:47:22 by trc_wm trc_wm
I think it is better not to do a direct RGB mapping at all. At least I've gotten much cleaner results by mapping the effects to a few handmade gradients. Textures and effects are calculated "grayscale" and then colorized. Also the amount of different characters used is very small.
added on the 2012-12-14 11:59:09 by fragment fragment
Try different color spaces and different distances (libcaca uses HSL with a wacky distance function for one). But frankly you do not want accurate distance based fitting, otherwise most everything would have ugly grays or other unpleasant color mixes. Better to tweak distance function for what looks better to you. Or you might even setup you're color mapping table by hand, might as well use a smaller by nicer mapping. I guess the goal would be to to have transitions from one solid color to another be in a the most linear progression in character density.
added on the 2012-12-14 12:15:30 by paulius paulius
What's this crap I hear about gradients in textmode, the 16 available colors are more than enough ;)
added on the 2012-12-14 12:55:57 by britelite britelite
@fragment,paulius: Looks like I need to experiment a lot more :)
@britelite: That also deserves consideration, but I suck at direct ANSI art..
added on the 2012-12-14 13:08:49 by trc_wm trc_wm
you suck at art in general, niels ;)
added on the 2012-12-14 14:32:03 by maali maali
BB Image

Hmmm, I think you're right!
added on the 2012-12-14 15:33:52 by trc_wm trc_wm
also, you cant count fingers, unless you have a freaky thumb..
added on the 2012-12-14 15:40:28 by maali maali
:D
added on the 2012-12-14 15:47:59 by fragment fragment
nice art :)

but on the color space I did both research and experimentation for my converter. Tried HSL / HSV and RGB distance and other stuff... HSL is much worst tan it would seems (unless you bake in some crazy had-tweaked bias).

Finally I stumbled on this very useful piece of info, which I found very useful. It's well explained, concise enough, and you even get some code!
added on the 2012-12-16 21:16:39 by BarZoule BarZoule
Very interesting link BarZoule!

Here is a comparison I made with a palette based on the euclidian distance metric and the optimized distance metric:

BB Image

The optimized metric has somewhat better purple/blue handling. I still get some odd colours though..
added on the 2012-12-16 22:23:27 by trc_wm trc_wm
For comparison, here is the original:
BB Image
added on the 2012-12-16 22:46:00 by trc_wm trc_wm
Nice tests!
I'm intrigued as o what libCaca would do with those pics.
From my experience libCaca has very low fidelity but looks good nonetheless. It's generally much more luminous and saturated.
added on the 2012-12-22 23:54:06 by BarZoule BarZoule
libCaCa rulez! Sol is the one Man when it comes to TextMos!
pure love for that dude! will use your stuff next year to show off what a Console is able to do!
Right. So, where are the results?
added on the 2012-12-27 15:16:10 by sol_hsa sol_hsa
Next year?
added on the 2012-12-27 15:32:10 by Optimus Optimus
I'm more interested to see the prods; not necessary to give the results yet.
added on the 2012-12-27 20:39:43 by trc_wm trc_wm
Would it be ok to release them today after the deadline? Or should we wait the results? I could release mine anytime..
added on the 2012-12-28 08:34:09 by Optimus Optimus
@optimus: I'm pretty sure all of us could. Still, it would be nice to have the results too..
added on the 2012-12-28 11:43:51 by sol_hsa sol_hsa
So what are you waiting for? : )
added on the 2012-12-28 12:24:39 by Preacher Preacher

login