FractalFir

Results 29 comments of FractalFir

Hi, this project is not actively developed right now. I plan to revisit it one day, but I won't be adding any new features for the time being.

64205140eb5edcb302b1848acdbb5d3367a5ab24 implements most of the `unfiy_index_data` function. 79373dd5db6ac677a1d09fca540ff9831e88ef2d implements saving `SharedIndexSegment`'s. Reduction in file size to 238 kb.

af67f29966953364a0f79b6be9e48bfb336472f6 adds full support for `SharedIndexSegment`s. It has cut file size by roughly half. I have also noticed that normal triangle array is now broken. (`None` after reading it). Currently,...

f36cc01befa3b24ea2f0165307832ba135282121 fixed the bug with normals and added additional tests to make cathcing this kind of errors easier.

Since Hastlayer takes in a whole assembly as an input, it has all the info about parent/child classes, and their relationships. Using this info, another approach to polymorphism can be...

Thank you for a clarification on how types are represented on an FPGA. This is roughly how I assumed it worked (this is why I assumed fields overlapping could pose...

Great suggestion. From what it looks like, it should be faster (since it uses no trigonometric functions). If you would like to work on it, then I will gladly help....

Supporting arbitrary vertex attributes would not be hard, but those attributes would receive little to no size reduction due to the compression algorithm requiring a lot of insight into data...

d9a5be3b1fcc06bbe8dd896b7f6832eefa2ef592 adds some groundwork for supporting custom mesh data. API will be a bit more involved than the one proposed (many kinds of `CustomData`), but all custom data will be...

d38894d87f54041302fa24c14e893e7052309506 adds support for saving/reading custom indices with a name of up to 255 characters. All the groundwork for saving other data types is there, only thing left to implement...