diff --git a/README.md b/README.md index d29cef0..8beac4e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ aaOcean Shader and Deformer by [Amaan Akram][0], ported to Cinema 4D by * `>_ craftr export` * `>_ craftr build` +## Todolist/Ideas + +* [ ] Shader/Deformer with on-demand wave sampling (no texture precomputation) +* [ ] OpenMP support on OSX (need to comment out `#include ` in aaOceanClass.cpp) + ## Honorable Mentions * Amaan Akram for the [aaOcean Suite] and its source code diff --git a/craftr/Craftrfile b/craftr/Craftrfile index 748d6e2..f0c43f9 100644 --- a/craftr/Craftrfile +++ b/craftr/Craftrfile @@ -27,6 +27,7 @@ pluginObj = cxx.compile_cpp( frameworks = [c4d.sdk], msvc_additional_flags = ['-openmp'] ) + plugin = cxx.shared_library( inputs = [aaOceanObj, pluginObj], output = local('aaOceanC4D')