Get support for jcubic/koduj

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

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.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

ud-bd4760f4