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

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)

Awesome Lists containing this project

README

          

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.md) [![Build Status](https://img.shields.io/github/actions/workflow/status/openfl/openfl-samples-haxe/main.yml?branch=master)](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
```