go-sdl2 icon indicating copy to clipboard operation
go-sdl2 copied to clipboard

Support for sdl-gpu?

Open thomas-holmes opened this issue 7 years ago • 4 comments

Do you have any interest in or plans to add support for sdl-gpu?

I've started prototyping support for it and thought it might be nice to integrate here if there's interest.

thomas-holmes avatar Mar 17 '18 05:03 thomas-holmes

In some ways it replaces a ton of functionality. I've started a repository, but maybe we could look at integrating it if it proves desirable. Otherwise it might make sense to keep it separate as I'm not sure how well it plays with the rest of the plugins wrapped in this repository. Also installation is a much bigger hassle.

thomas-holmes avatar Mar 17 '18 21:03 thomas-holmes

Hmm I've never used it before but it does seem to be very useful for rendering. I don't have any reason for why we wouldn't want it so sure! If you do a pull request, perhaps we can take a look and merge it if desired.

veeableful avatar Mar 19 '18 01:03 veeableful

Sounds good! After getting in further I think it would benefit from being in the same ecosystem as the rest of the core SDL bindings. I've got most of the API implemented so far here: https://github.com/thomas-holmes/go-sdl-gpu

If all goes well I should hopefully have the rest of it done and tested in the next few weeks.

thomas-holmes avatar Mar 19 '18 14:03 thomas-holmes

@thomas-holmes What is the status on this? Would be interested into moving my ray-tracing onto the gpu :smiley:

jakoblorz avatar Jun 05 '21 15:06 jakoblorz