surface-plotter | Plot parametric and implicit surfaces in WebGL
kandi X-RAY | surface-plotter Summary
kandi X-RAY | surface-plotter Summary
surface-plotter is a JavaScript library. surface-plotter has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
Surface Plotter renders surfaces in real-time in the browser. The surface is shaded with physically based materials using Three.js. To texture the material, Surface Plotter uses a custom GLSL shader which implements tri-planar mapping to generate UV coordinates, and parallax occlusion mapping to give the material depth. The end result produces mathematical surfaces with near photo-realistic results. One feature of Surface Plotter is the ability for surfaces to seamlessly morph between equations. Implicit surfaces, in particular, morph between each other using what is called the metamorphosis of implicit surfaces. This method is defined as follows: For two implicit equations F(x, y, z) = 0, G(x, y, z) = 0, an intermediate surface can be created by using the parameter t lying between 0 and 1. The intermediate surface is defined by H(x, y, z) = t * F(x, y, z) + (1 - t) * G(x, y, z) = 0. To animate the morph, the parameter t is simply animated from 0 to 1. Surface Plotter isn't terribly useful, but the app exists for the user to play with. Defining your own equations, tweaking them, and instantly visualizing the results can be a fun thing to do.
Surface Plotter renders surfaces in real-time in the browser. The surface is shaded with physically based materials using Three.js. To texture the material, Surface Plotter uses a custom GLSL shader which implements tri-planar mapping to generate UV coordinates, and parallax occlusion mapping to give the material depth. The end result produces mathematical surfaces with near photo-realistic results. One feature of Surface Plotter is the ability for surfaces to seamlessly morph between equations. Implicit surfaces, in particular, morph between each other using what is called the metamorphosis of implicit surfaces. This method is defined as follows: For two implicit equations F(x, y, z) = 0, G(x, y, z) = 0, an intermediate surface can be created by using the parameter t lying between 0 and 1. The intermediate surface is defined by H(x, y, z) = t * F(x, y, z) + (1 - t) * G(x, y, z) = 0. To animate the morph, the parameter t is simply animated from 0 to 1. Surface Plotter isn't terribly useful, but the app exists for the user to play with. Defining your own equations, tweaking them, and instantly visualizing the results can be a fun thing to do.
Support
Quality
Security
License
Reuse
Support
surface-plotter has a low active ecosystem.
It has 2 star(s) with 0 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
There are 0 open issues and 2 have been closed. On average issues are closed in 82 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of surface-plotter is current.
Quality
surface-plotter has no bugs reported.
Security
surface-plotter has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
surface-plotter is licensed under the AGPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
surface-plotter releases are not available. You will need to build from source code and install.
Installation instructions are available. Examples and code snippets are not available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of surface-plotter
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of surface-plotter
surface-plotter Key Features
No Key Features are available at this moment for surface-plotter.
surface-plotter Examples and Code Snippets
No Code Snippets are available at this moment for surface-plotter.
Community Discussions
No Community Discussions are available at this moment for surface-plotter.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install surface-plotter
At the root of this repository's directory, run in your terminal,.
npm install
npm run build
npm install
npm run build
Support
Any contributions are welcome. In particular, if you would like to add your own surface presets, please submit a pull request with your preset added to src/implicitEquationPresets.js or src/parametricEquationPresets.js.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page