Jump to page: 1 2 3
Thread overview
Curious compile-time perversions: Raytracing
Aug 26, 2006
Tom S
Aug 27, 2006
kris
Aug 27, 2006
John Reimer
Aug 27, 2006
Lutger
Aug 27, 2006
Tom S
Aug 27, 2006
Don Clugston
Aug 27, 2006
Ivan Senji
Aug 27, 2006
pragma
Aug 28, 2006
Craig Black
Aug 28, 2006
Derek Parnell
Aug 28, 2006
Ivan Senji
Aug 28, 2006
Tom S
Aug 28, 2006
Don Clugston
Aug 28, 2006
James Dunne
Aug 29, 2006
Walter Bright
OT @Walter Was: Re: Curious compile-time perversions: Raytracing
Aug 30, 2006
Kyle Furlong
Aug 28, 2006
Max Samuha
Aug 29, 2006
Knud Sørensen
Aug 30, 2006
Walter Bright
Aug 29, 2006
Walter Bright
Aug 29, 2006
BCS
Aug 29, 2006
BCS
Aug 29, 2006
Walter Bright
Aug 30, 2006
Kyle Furlong
Aug 30, 2006
Kyle Furlong
Aug 30, 2006
Kristian
August 26, 2006
What do you get when you combine 3d graphics with lots of templates ?

Here's one possible answer:
http://www-users.mat.uni.torun.pl/~h3r3tic/ctrace/


--
Tomasz Stachowiak
August 27, 2006
Tom S wrote:
> What do you get when you combine 3d graphics with lots of templates ?
> 
> Here's one possible answer:
> http://www-users.mat.uni.torun.pl/~h3r3tic/ctrace/
> 
> 
> -- 
> Tomasz Stachowiak

You're a maniac, Tom. A totally cool maniac ;)
August 27, 2006
Just awesome!

[OT] Speaking about which, the link to your bind library is currently down. I'm using it and it serves me well, perhaps it should be up for people to benefit?

Tom S wrote:
> What do you get when you combine 3d graphics with lots of templates ?
> 
> Here's one possible answer:
> http://www-users.mat.uni.torun.pl/~h3r3tic/ctrace/
> 
> 
> -- 
> Tomasz Stachowiak
August 27, 2006
Lutger wrote:
> Just awesome!
> 
> [OT] Speaking about which, the link to your bind library is currently down. I'm using it and it serves me well, perhaps it should be up for people to benefit?

it's mirrored at http://www-users.mat.uni.torun.pl/~h3r3tic/bind.rar
August 27, 2006
"Tom S" <h3r3tic@remove.mat.uni.torun.pl> wrote in message news:ecqlq8$1ieo$1@digitaldaemon.com...
> What do you get when you combine 3d graphics with lots of templates ?
>
> Here's one possible answer: http://www-users.mat.uni.torun.pl/~h3r3tic/ctrace/
>

Well.. I think you're certainly giving Don a run for his money, if not for template complexity then for sheer ingenuity.  I am.. speechless.  :)


August 27, 2006
On Sat, 26 Aug 2006 17:02:22 -0700, kris <foo@bar.com> wrote:

> Tom S wrote:
>> What do you get when you combine 3d graphics with lots of templates ?
>>  Here's one possible answer:
>> http://www-users.mat.uni.torun.pl/~h3r3tic/ctrace/
>>   -- Tomasz Stachowiak
>
> You're a maniac, Tom. A totally cool maniac ;)


seconded ;D

-JJR
August 27, 2006
Tom S wrote:
> What do you get when you combine 3d graphics with lots of templates ?
> 
> Here's one possible answer:
> http://www-users.mat.uni.torun.pl/~h3r3tic/ctrace/
> 

What can I say except wow! This is totally crazy (in a good way)
:-)
August 27, 2006
Tom S wrote:

> What do you get when you combine 3d graphics with lots of templates ?
> 
> Here's one possible answer: http://www-users.mat.uni.torun.pl/~h3r3tic/ctrace/

Wow. Wymiatasz.
August 27, 2006
Jarrett Billingsley wrote:
> "Tom S" <h3r3tic@remove.mat.uni.torun.pl> wrote in message news:ecqlq8$1ieo$1@digitaldaemon.com...
>> What do you get when you combine 3d graphics with lots of templates ?
>>
>> Here's one possible answer:
>> http://www-users.mat.uni.torun.pl/~h3r3tic/ctrace/
>>
> 
> Well.. I think you're certainly giving Don a run for his money, if not for template complexity then for sheer ingenuity.  I am.. speechless.  :) 

I agree <g>. That's more insane than anything I've come up with. Well done. It really makes the C++ boost metaprogramming look pathetic.
August 27, 2006
Tom S wrote:
> What do you get when you combine 3d graphics with lots of templates ?
> 
> Here's one possible answer:
> http://www-users.mat.uni.torun.pl/~h3r3tic/ctrace/
> 
> 
> -- 
> Tomasz Stachowiak


You scare me.  But in a highly admirable way.  :)  This belongs in a hall of fame, if we ever get one.

-- Chris Nicholson-Sauls
« First   ‹ Prev
1 2 3