Skip to content

Have multiple "preinstalled" programs #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 of 8 tasks
certik opened this issue Aug 10, 2022 · 0 comments
Open
3 of 8 tasks

Have multiple "preinstalled" programs #8

certik opened this issue Aug 10, 2022 · 0 comments

Comments

@certik
Copy link
Contributor

certik commented Aug 10, 2022

I think there should be some good example as the default, probably the Mandelbrot (#5).

Then there should be a menu:

which if you click you can select another example, and we populate it over time with some very good demos. Some ideas:

  • Mandelbrot (grayscale): Mandelbrot demo: show the image #11
  • Mandelbrot (color): Add Mandelbrot in color #13
  • Plotting (we'll expose a function plot(x, y, label) which will take two arrays x and y and add it to a plot, with a label)
  • Some numerical solver, say for Schroedinger equation, and plot the results
  • Interactive widgets --- the compiled function can accept an integer parameter as an argument, and one can then hook it up with a slider, when the slider is moved, it would call the function again with a new value. The result would be immediately shown.
  • Image manipulation, such as Gaussian blur, etc.
  • Experimental features: template (generics) examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant