This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I made a real-time, cross-platform, language-agnostic SDF Viewer application, and integrated it with your SDF library among others. It works similarly to `sdf3ui` but has some extra features (AFAIK): - Different rendering algorithm that allows observing the model preview while it is being loaded. - Support for customizing parameters in real-time from the UI without modifying the code (it also listens for code changes and refreshes the view) - Support for textures and material properties (and even exporting them). - You can publish your SDF by uploading a file to a server and sharing the renderer link (renders the SDF in the browser without a backend). - More meshing algorithms (although speed is not a concern). Check out https://github.com/Yeicor/sdf-viewer and https://github.com/Yeicor/sdf-viewer-go for much more information.
- Loading branch information