Skip to content
forked from Trass3r/cl4d

object-oriented wrapper for the OpenCL C API written in the D programming language

License

Notifications You must be signed in to change notification settings

John-Colvin/cl4d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cl4d

object-oriented wrapper for the OpenCL C API written in the D programming language

This is a fork containing work from Vuaru's fork with several modifications. The original code is by Trass3r.

The recommended usage is to list as a depedency in dub.

To build manually, use dub. E.g.

dub build --build=release

To run an example, go to the relevant subdirectorty and run dub. You must have built the core library already.

If you need to build without dub, take a look at the package.json for dependencies and then simply compile the entire contents of source/cl4d as a library using the toolchain of your choice.

About

object-oriented wrapper for the OpenCL C API written in the D programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • D 99.1%
  • C 0.9%