• Joined on 2024-02-27
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 18:05:04 -04:00
79fa7715f0 swap all remaining to raw arrays
10c3987f2d main project swapped to raw arrays
Compare 2 commits »
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 17:50:34 -04:00
18ac90affa swap vector fields
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 17:48:45 -04:00
52e853f8ad swap adding forces
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 17:46:02 -04:00
6afbbd7e2a clean up density calls
6b585b367b swapped all density functions to raw arrays
085cd18fdf swap diffusion solver to raw arrays
Compare 3 commits »
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 17:35:27 -04:00
fb81cc2982 properly swapping direct arrays
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 17:31:41 -04:00
70ab3b53e9 swap neighbors raw
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 17:29:08 -04:00
d699a16e08 density using direct access
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 17:24:05 -04:00
12a5352ae9 rename symbols, fix bug, total allocation working
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 17:11:46 -04:00
1f39a03e06 fully parse out list of chunks
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 17:10:54 -04:00
1389b47ce1 handle swapping density correctly
880cd1b675 start converting density phase
Compare 2 commits »
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 17:09:01 -04:00
6867733a0f migrate velocity phase
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 17:07:42 -04:00
2c70036f07 first projection correct
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 17:04:45 -04:00
f1d3c3d011 swapping arrays correctly
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 17:02:04 -04:00
67f12b7eb4 Fix bug in assignment in main funcs
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 16:58:42 -04:00
a004e7e2c3 chunk referencing
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 15:54:16 -04:00
a41a848c04 cleanup java side somewhat
railgun pushed to migrate-multichunk-to-c at studiorailgun/fluid-sim 2024-03-10 15:47:57 -04:00
9021125a74 All function calls on C side through wrappers
12dfd9e6b4 work to setup migration to c
Compare 2 commits »
railgun deleted branch renderingCodeRefactor1 from studiorailgun/Renderer 2024-03-10 12:00:15 -04:00
railgun pushed to master at studiorailgun/Renderer 2024-03-10 11:12:33 -04:00
e85a1f1b96 Merge pull request 'renderingCodeRefactor1' (#1) from renderingCodeRefactor1 into master
9196568a20 Break up rendering engine into pipelines flow
c03b9b91ea model refresh
76875cb8cb Massive mesh refactor
Compare 4 commits »
railgun merged pull request studiorailgun/Renderer#1 2024-03-10 11:12:32 -04:00
renderingCodeRefactor1