may I ask you, is it possible to make procedures or functions that run exclusively on the GPU?
like for example you create a procedure on delphi, and somehow you tell the andorra2d library or any other library (opengl or directx for delphi) to execute that procedure using the GPU?
it is possible with threads but I need to do this kind of stuff on the GPU, any ideas?
I've been searching all over the place but I cant find any real documentation about this for delphi
@bloodaid It's possible, of course. But it's not that easy as say "WorkOnGPU := True". You need a special framework to render things on the GPU which makes use of ATIs Stream Technology or NVIDIAs CUDA Technology. I think I'll make a tutorial of this topic, it's very interesting ...
Comment removed
GogiDigital 1 week ago
Hehe, Junge - schon mal was von der automatischen Klassen-Vervollständigung gehört ?
Sprich :
property Width:Integer read GetWidth write SetWidth;
strg+shift+c ;)
cognos23 1 year ago
Thanks alot man :)
you should upload the file so people can download it directly
bloodaid 1 year ago
@bloodaid I'll try to upload them until next week
DelphiWebo 1 year ago
@DelphiWebo allright thanks :)
may I ask you, is it possible to make procedures or functions that run exclusively on the GPU?
like for example you create a procedure on delphi, and somehow you tell the andorra2d library or any other library (opengl or directx for delphi) to execute that procedure using the GPU?
it is possible with threads but I need to do this kind of stuff on the GPU, any ideas?
I've been searching all over the place but I cant find any real documentation about this for delphi
bloodaid 1 year ago
@bloodaid It's possible, of course. But it's not that easy as say "WorkOnGPU := True". You need a special framework to render things on the GPU which makes use of ATIs Stream Technology or NVIDIAs CUDA Technology. I think I'll make a tutorial of this topic, it's very interesting ...
DelphiWebo 1 year ago
@DelphiWebo aawwe man if you could do that that would be so frikkin awesome.
I've read the whole "Supercomputing for the masses" article and it really informative. have you read it?
would you be interested to be part of a project that ive been working on for the last 6 months or so?
Its a GUI library using Graphics32 library.
You can see some videos at my blog, google "TGRObject32" and you'll see the links there.
I could really need a partner on this one
bloodaid 1 year ago
@bloodaid
Check the comment here:
delphiwebo(dot)wordpress(dot)com/2010/02/14/andorra-2d-unter-delphi-2010/
FredBarbarossa 6 months ago
Comment removed
bloodaid 1 year ago
Great. Thanks :)
DrJuzam 1 year ago
Wie heißt der Song am Anfang?
xXNeoXy 1 year ago
@xXNeoXy "Alex On The Spot (Madagascar - Escape 2 Africa)"
DelphiWebo 1 year ago