Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

sfi0zy/math-slides

Repository files navigation

Math Slides

This tool was created for the series of articles called "Math is not required for UI development". Its main purpose was to generate a series of png images with graphs, matrices, simple 3D examples, image filters and texts in the style of the school desk. Feel free to fork it and use it for your lectures too.

Preview of the first lecture Preview of the second lecture

List of the original articles in Russian (will be updated)

Images being used in the examples

  • Lenna, the standard test image.

Development

This tool is written in modern JavaScript with ES6 modules. You need to use a server to make it work. Any server is good, for example, you can use the http-server from NPM, it's nice a small:

git clone https://github.com/sfi0zy/math-slides.git
cd math-slides
npm i
npx http-server

LICENSE

MIT License

Copyright (c) 2020 Ivan Bogachev sfi0zy@gmail.com

About

Slides for the lectures on mathematics for UI developers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published