Applied Mathematics
Math aimed at a craft. Where Core Mathematics builds the subject from the ground up and proves things, Applied Mathematics starts from a thing you want to build and works backwards to the math that makes it possible.
The difference is real, not cosmetic. Expect fewer proofs, fewer quizzes, and more worked projects. Formulas show up here because something on screen needs them, and every module says plainly which Core subjects it leans on.
You do not need to finish Core first. Most tracks need arithmetic, some algebra and comfortable trigonometry, and they name any heavier prerequisite where it comes up.
Modules
Section titled “Modules”How Applied Mathematics is different
Section titled “How Applied Mathematics is different”Projects instead of problem sets. A section ends with something running, not with twenty exercises. The check on your understanding is whether the thing behaves.
Engine-agnostic math, examples that run here. The mathematics in these modules does not belong to any one program. Vectors, matrices, quaternions, noise and lighting models work the same everywhere. The worked examples run in your browser rather than in a tool you have to install first, so there is no download and no version of anything to mismatch - and everything transfers directly to Godot, Unity, Unreal, Blender, or an engine you wrote yourself.
Each idea is taught as mathematics first, then as code you can watch run, with a note naming the equivalent method in the major engines where a difference would actually mislead you. Engines come and go; the math does not.
Prerequisites stated, not assumed. Each module opens with the Core subjects it depends on and links straight to them. If a shader section needs the dot product, it links to the section that builds the dot product.