Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Repo Link
Implemented features:
Missing features:
This command is throwing errors:
npm run build
it seems that other people have also faced this issue. As a result, the link for the live demo is not active yet. Will try and update soon.
Feedback on homework:
I felt that this project could be optional or you could give people the choice of implementing in another graphics API. Writing this in WebGL and javascript is a pain! I spent the majority of the time (maybe 80%) not on the actual algorithm but finding bugs in javascript, which is almost impossible, This sort of breaks away the attention from GPU optimization to bug fixing.
The project of integrating this concept into CUDA rasterizer is a way better task. At least then we could actually try and implement some of the optimizations instead of just calling some APIs.
Overall, I would recommend moving this project over to CUDA or even Vulkan/D3D12 for next year.