Skip to content

CLOS 0.12.1 - Make Em' Drawings Update

Choose a tag to compare

@happysmaran happysmaran released this 18 Apr 11:36
· 28 commits to main since this release
7956e81

Windows will throw a SmartScreen preventing the program from running because it is not signed. Keep in mind that the program is perfectly safe to use. You can bypass the message by pressing "Learn More" and then "Run Anyway."

Let's Get Drawing!

This update features significantly improved linear, quadratic, and planar graphing tools, with options to zoom, drag, recenter, add, update, and delete graphs/planes.

This update also features heavily improved definite derivative and integral solvers, now supporting natural text (e.g 3x^2+cos(x)).

This update also includes a 3D Cube demo - a proof of concept for 3D rendering without actually using a 3D library (such as JavaFX). You can play with that one if you want.

Unfortunately, this version does not come with a macOS release yet.

Changelog:
Updated framework for 2D graphing to add zoom, drag, recenter, etc.
Natural text parser (may have some bugs actually)
3D Rendering backend and demo installed for future 3D grapher?