Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 476 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 476 Bytes

Haxe project

This is an example Haxe project scaffolded by Visual Studio Code.

Without further changes the structure is following:

  • .vscode/settings.json: VS Code workspace configuration
  • .vscode/tasks.json: VS Code build task configuration
  • src/Main.hx: Entry point Haxe source file
  • build.hxml: Haxe command line file used to build the project
  • README.md: This file

Build output:

  • main.js: JavaScript file, generated when building the project