Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Render2, analogous to Render3 and add new SDF2 renderer. #47

Closed
wants to merge 1 commit into from

Conversation

Yeicor
Copy link
Contributor

@Yeicor Yeicor commented Jan 13, 2022

This pull request creates the Render2 interface, very similar to Render3 (#41), implementing it for marching squares (uniform and quadtree).

It also adds a new algorithm that I've been developing capable of quickly creating simplified and sharp shapes for SDF2s (e.g. a rotated square with only 4 lines), and hopefully do the same for SDF3s in the future (help wanted). It is implemented in a different repo but it adds no other new dependencies to this project. See the repo for examples.

@deadsy
Copy link
Owner

deadsy commented Sep 29, 2022

Done - with the exception that the "surreal" renderer has not been added.

@deadsy deadsy closed this Sep 29, 2022
@Yeicor Yeicor deleted the render2 branch October 1, 2022 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants