https://github.com/openfl/openfl-samples-haxe
OpenFL sample projects (written in Haxe, using NPM version)
https://github.com/openfl/openfl-samples-haxe
openfl-npm
Last synced: 11 months ago
JSON representation
OpenFL sample projects (written in Haxe, using NPM version)
- Host: GitHub
- URL: https://github.com/openfl/openfl-samples-haxe
- Owner: openfl
- License: mit
- Created: 2018-10-15T19:50:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T15:53:27.000Z (about 1 year ago)
- Last Synced: 2025-07-31T10:15:41.832Z (11 months ago)
- Topics: openfl-npm
- Language: Haxe
- Homepage: https://www.openfl.org/learn/npm/getting-started/
- Size: 10.1 MB
- Stars: 17
- Watchers: 5
- Forks: 4
- Open Issues: 149
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](LICENSE.md) [](https://github.com/openfl/openfl-samples-haxe/actions)
OpenFL npm Samples (Haxe)
=========================
These samples demonstrate how to use the [OpenFL npm module](https://www.openfl.org/learn/npm/getting-started/) with Haxe.
## Get Started
### Clone the repository
```bash
git clone https://github.com/openfl/openfl-samples-haxe
```
### Choose a sample
```bash
cd openfl-samples-haxe/features/display/DisplayingABitmap
```
### Install and start
```bash
npm install
npm start
```