Skip to content

fal-works/firedancer-heaps-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firedancer Template (with Heaps.io)

Minimum project using Firedancer and Heaps.io.

Prerequisites

Install Haxe (recommended version: 4.1.3).

Then install the libraries below:

haxelib install firedancer
haxelib install heaps

Additionally, if you'd like to run on HashLink:

Install HashLink (recommended version: 1.11.0),
and the libraries below as well.

haxelib install hashlink
haxelib install hldx # or hlsdl if you prefer SDL than DirectX

Usage

  • Edit BulletPatterns.create() to define your own bullet patterns.
  • Edit Emitter, EndCodeHandler or EventHandler if you'd like to define additional behavior.
  • Edit Settings to change constants.

Build & Run

HashLink/JIT

haxe hl-jit-test.hxml

JavaScript

haxe js.hxml

Then open index.html to run.

Dependencies

About

Minimum Haxe project using Firedancer and Heaps.io.

Resources

License

Stars

Watchers

Forks