top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

G32 3D Calculator

Project type

Graphic Application

Role

Algorithm Developer, UI Designer

Skills

JavaScript, Three.js, GLSL, Nerdamer, Asynchronous Programming, Algorithm Design, Cross-Disciplinary Thinking

A 3D Calculator graphic application developed using Three.js with advanced features and capabilities surpassing today’s 3D Calculators. The calculator can:

* Calculate and render the intersections between all graphs and all function expressions currently inputted into the application, including detection and solving one solution, multiple solutions, no solutions, and infinite solutions cases.

* Calculate and render the derivatives of all graphs and all function expressions currently inputted into the application. The user can also calculate at any level of derivative, and they can select the target variable with respect to derive.

* Calculate and render the integrals of all graphs and all function expressions currently inputted into the application. The user can also select whether to analyze the definite or indefinite integrals, and they can select the tar variable with respect to integrate.

* Customize the Graph Analysis rendering shaders.

* Export and import graphs and analysis data.

bottom of page