home.social

OpenPatch

OpenPatch develops open source projects for assessment and training of competencies in the field of computer science and mathematics.

Posts
95
Followers
21
Following
7
Joined 2022-10-06 · View on fosstodon.org →
  1. v0.91.0 released

    This release brings some nice improvements to the built-in IDEs:
    - Fullscreen mode is now polished across PyIDE, the Web IDE, Typst, and p5
    - PyIDE now supports canvas rendering
    - Graphical output lands in PyIDE

    hyperbook.openpatch.org/elemen

  2. Did you know that creating a GeoGebra applet in is way easier than using geogebra.org — at least from a text-lover’s perspective 😅?

    :::geogebra{perspective="G" height=400 width=700 coordsystem="-10,10,-2,8"}

    a = Slider[-5,5]
    SetCoords(a, 450, 370)
    f_a(x) = x^2 * a + a * x

    :::

    Here you can find the hyperbook documentation: hyperbook.openpatch.org/elemen

    Here you can find every Geogebra-command.
    geogebra.github.io/docs/manual

  3. 🚀 v0.51.0 is out!
    You can now add interactive geometry, function plots, charts & data visualizations with 📊📐

    Dive in here 👉 hyperbook.openpatch.org/elemen