davidnadeau / game-audio-engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio Engine

Running Engine

  • Windows: run windows-install.bat from cmd
  • Linux: run ./linux-install.sh from terminal
  • MacOSX: try running ./mac-install.sh from the terminal, I haven't tested on a mac yet.

Dev Setup

Instal lwjgl (version 2.9)

  1. Download the lwjgl 2.9.1 source, javadocs and binaries.
  2. extract all three to a suitable location (etc. /usr/local/{source, docs, bin}/*).

Link the library to your ide

About


Languages

Language:Java 99.8%Language:Shell 0.2%