https://github.com/openfl/openfl-samples-es5
OpenFL npm sample projects (written in ES5 JavaScript)
https://github.com/openfl/openfl-samples-es5
openfl-npm
Last synced: 10 months ago
JSON representation
OpenFL npm sample projects (written in ES5 JavaScript)
- Host: GitHub
- URL: https://github.com/openfl/openfl-samples-es5
- Owner: openfl
- License: mit
- Created: 2017-12-19T20:47:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T15:54:01.000Z (about 1 year ago)
- Last Synced: 2025-07-31T08:45:25.733Z (11 months ago)
- Topics: openfl-npm
- Language: JavaScript
- Homepage: https://www.openfl.org/learn/npm/getting-started/
- Size: 3.94 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 136
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](LICENSE.md) [](https://github.com/openfl/openfl-samples-es5/actions)
OpenFL npm Samples (JavaScript ES5)
===================================
These samples demonstrate how to use the [OpenFL npm module](https://www.openfl.org/learn/npm/getting-started/) with JavaScript (ES5).
## Get Started
### Clone the repository
```bash
git clone https://github.com/openfl/openfl-samples-es5
```
### Choose a sample
```bash
cd openfl-samples-es5/features/display/DisplayingABitmap
```
### Install and start
```bash
npm install
npm start
```