gelly-gmod / gelly

Library to integrate fluids into a game engine
GNU General Public License v3.0
20 stars 4 forks source link

Refactor renderer #10

Closed yogwoggf closed 1 year ago

yogwoggf commented 1 year ago

Issues

The renderer is a mess right now, while it is properly divided (techniques, GellyD3D), there are a few atrocities and things that don't need to be there. Now that the depth testing and particle drifting have been fixed and apprehended, now is the perfect time to implement a major refactor.

Acceptance Criteria

yogwoggf commented 1 year ago

Wow... actually surprising news. There appears to be no widely-used linter and formatter for HLSL...