An open API service indexing awesome lists of open source software.

https://github.com/leaningtech/cheerpj-example-applet

Run a Java applet in the browser using CheerpJ
https://github.com/leaningtech/cheerpj-example-applet

Last synced: 3 months ago
JSON representation

Run a Java applet in the browser using CheerpJ

Awesome Lists containing this project

README

          

# CheerpJ example: Pitch Applet

This example shows how to use CheerpJ to run a java applet in the browser.

---

To run this example locally:

```sh
git clone https://github.com/leaningtech/cheerpj-example-applet.git
cd cheerpj-example-applet
npx http-server
```

## Credits
The applet used for this tutorial belongs to the NASA's [Beginner's Guide to Aeronautics](https://www.grc.nasa.gov/WWW/K-12/airplane/) and it is available at their [GitHub repository](https://github.com/nasa/BGA/tree/main).