Skip to content

Commit

Permalink
gif
Browse files Browse the repository at this point in the history
  • Loading branch information
melsman committed Jan 12, 2024
1 parent 9aa227f commit 12ab37a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![](./images/tigr.png)
![](./images/mandel.png)
![](./images/demo.gif)
![](./images/nbody.gif)

# sml-tigr [![CI](https://github.com/diku-dk/sml-tigr/workflows/CI/badge.svg)](https://github.com/diku-dk/sml-tigr/actions)

Expand Down Expand Up @@ -64,8 +65,10 @@ setup MLKit to link with the dynamic library, consult

Standard ML examples include the [hello](sml-examples/hello/hello.sml)
and [flags](sml-examples/flags/flags.sml) examples ported to Standard
ML from C and the [mandel](sml-examples/mandel/mandel.sml) examples
demonstrating an interactive Mandelbrot viewer in Standard ML.
ML from C, the [mandel](sml-examples/mandel/mandel.sml) example
demonstrating an interactive Mandelbrot viewer, and the
[nbody](sml-examples/mandel/nbody.sml) example demonstrating an
interactive Nbody simulator.

## The C Library (from https://github.com/erkkah/tigr)

Expand Down
Binary file added images/nbody.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 12ab37a

Please sign in to comment.