clEsperanto / clij3

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Recent api #10

Open haesleinhuepf opened 1 month ago

haesleinhuepf commented 1 month ago

This makes CLIJ3 work. WIP

Todos:

StRigaud commented 1 month ago

Rename functions to snake_case instead of camelCase.

snake_case is already set in gencle, no need to take care of this as it will automatically be generated with code generation

Add create(imageplus) function and create_like aliases

FYI, the clesperantoj api changed a bit following this recent PR:

Cheers