Chris Ohk

Results 53 comments of Chris Ohk

@kentbarber Oh, I'm sorry. I've been very busy with my company. Are you started implementation? If you not working on this yet, I'd like to start next week. p.s. I'm...

@kentbarber Hmm... If you haven't started implementing the code yet, I'd like to work on both. I think that since color data is not essential, it would be good to...

@kentbarber Thank you for your consideration. I'll discuss this design on #277.

@doyubkim I consider `std::optional` or rework code to support additional data such as color, vorticities and temperature. Do you have any preference?

@doyubkim Are you consider this way? These variables is declared in `ParticleSystemData`. If this method is used, it will have to add a variable called `_colorIdx`. ``` _positionIdx = addVectorData();...

CubbyFlow provides APIs to support various languages such as Python, Go, Rust, and C #. If you like, I would like to help you support the Jet framework as well....

I am considering Python > Go = C# > Rust in order. But others have asked for Kotlin, JavaScript, Lua, and so on. So I'm thinking of implementing these languages...

First, I tried to use pybind11 to support the Python API. However, my code didn't use pybind11 because I used C++17 features. Therefore, we are creating pybind17 which supports it....

Update: I recently started working on CubbyFlow to support the C# API. In order to support cross-platform, I am working on binding using a library called CppSharp (https://github.com/mono/CppSharp). If I...

Update: I apologize for the delay in responding to implementation. I was in the army for about a month and could not answer. I'll resume work from today, so please...