Get support for jcubic/koduj
If you're new to LTH, please see our FAQ for more information on what it is we do.
Qualified Helpers
jcubic/koduj
Right now it's very simple playground created for teaching programming. As first intro to programming use plotting functions.
You can introduce mathematical functions:
f(x) = 2x + 1
and show how it's created in JavaScript by using this URL that will create new Sketch:
https://p5.javascript.org.pl/?include=coord.js&main=plot.js&base=fn.js
it will load this JavaScript code:
function f(x) {
return 2 * x + 1;
}
And plot.js script that is hidden with help of coord.js will plot that function. After the person get familiar with functions, JavaScript keywords and expression (connected to her/his knowledge about functions in math) he can learn more about JavaScript and P5.js.
License
Released under GNU GPLv3 or later Copyright (C) 2022 Jakub T. Jankiewicz
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2024 © lth-dev incorporated
p-e622a1a2