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
- Host: GitHub
- URL: https://github.com/leaningtech/cheerpj-example-applet
- Owner: leaningtech
- Created: 2023-10-13T15:57:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T08:30:53.000Z (12 months ago)
- Last Synced: 2025-07-29T22:27:21.564Z (11 months ago)
- Language: HTML
- Size: 157 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).