Skip to content

Joalor64GH/hxDVD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hxDVD

Based off of hxCodec, but better

Also, everything is unfinished

Installation

Step 1: Editing Project.xml

If you have a custom defines section, add the following line:

<define name="DVD_PLUGIN" if="windows || mac" />

Then, add this:

<haxelib name="hxDVD" if="DVD_PLUGIN"/>

Step 2: Editing your Workflow

Add this to your workflow:

haxelib install hxDVD

Alternatively, use this to install the latest updates:

haxelib git hxDVD https://github.com/Joalor64GH/hxDVD