pouët.net

Go to bottom

ptc & pixeltoaster demo's

category: general [glöplog]
Looking for demo's done in ptc and pixel toaster... I been working on a lib that uses pt as a back end, and its not going well, so I need a lil motivation I suppose...
added on the 2007-02-03 16:58:43 by xteraco xteraco
Wow, PTC is soooo 90's and its author is soooo gay!!!

Hello Gaffer ;)
added on the 2007-02-03 17:00:25 by keops keops
i was using ptc then i got annoyed of having the .libs floating around so i started using kusma's ddraw wrapper instead. look mom no libs, same functionality.
added on the 2007-02-03 17:12:38 by psenough psenough
hehe, I like it. Cept for the fact that he sets up up using a vector to store pixels rather than an array, thats kindof lame. Its simple and small.
added on the 2007-02-03 17:13:44 by xteraco xteraco
arrays are fixed, vectors are not, yet you can still access them directly. dont see anything lame about that.
added on the 2007-02-03 17:15:53 by psenough psenough
kusma's ddraw wrapper, got a link?

About the vector thing. Its lame because I'm lame ;)
added on the 2007-02-03 17:28:14 by xteraco xteraco
he gave it to me on irc.. no link :/
added on the 2007-02-03 17:43:24 by psenough psenough
You might love or hate prophecy, it uses proper surface classes and takes care of blitting etc. It can also load the majority of all bitmap formats directly to a surface etc yadda yadda. (Thats why you will hate it if you already have "everything" exept rendering-api.)
added on the 2007-02-03 17:59:45 by Hatikvah Hatikvah
or try libsdl
added on the 2007-02-03 18:46:06 by bruce bruce
or code it yourself :)
added on the 2007-02-04 08:46:05 by rmeht rmeht
BB Image ptctized
added on the 2007-02-04 08:53:04 by the_Ye-Ti the_Ye-Ti
rmeht:
why would you want to code for yourself?
added on the 2007-02-04 12:19:43 by Hatikvah Hatikvah
What do you mean ptctized!?
added on the 2007-02-04 14:08:21 by xteraco xteraco
PTC-tized
added on the 2007-02-04 14:20:15 by p01 p01
Please The Cookie Thing-ized ?
added on the 2007-02-04 15:52:17 by Tolle Tolle
PTCT gone PTC
added on the 2007-02-04 16:07:48 by p01 p01
PMODE!
xteraco^YPOGEiOS:
here you go
added on the 2007-02-04 18:26:52 by kusma kusma
I use always tinyPTC. Take a look of minimalanimal demos sent by me to pouet
added on the 2007-02-05 00:03:53 by texel texel
*a sightly modified version of tinyptc
added on the 2007-02-05 00:04:37 by texel texel
About pixel toaster: In my computer (Pentium D 930), the way pixel toaster typecasts floats to integers is not the faster way. I mean, not even using SSE2 or whatever, just int_a=(int)float_b is faster. Then... I'm not sure if it is always a good idea to use more memory by pixel than 24/32 bits. For some HDRI effects it is needed, but if you can do it with a 32bits buffer, forget the 128bits one... memory access is slow, remember it always
added on the 2007-02-05 00:24:48 by texel texel
@texel:
Got time/patience for a code apprentice? If so, gmail me xteraco@gmail.com

I have a feeling I could learn much from you.
added on the 2007-02-07 01:54:56 by xteraco xteraco
kusma, coding C is soo 90s
just look at the tinyptc source, copy some lines, and you've made your own ddraw wrapper.
added on the 2007-02-07 10:13:24 by skrebbel skrebbel
rasmus: I agree.
added on the 2007-02-07 11:20:57 by kusma kusma

login

Go to top