Skip to content

Rombusevil/flixel-gdx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flixel-gdx Fork (name pending)

Fork of flixel-gdx with tweaks for it's use at Rombosaur Studios.

Changes

  • Libgdx updated to 1.9.4. Flixel-gdx updated accordingly (not thoroughly tested, and with some todo's)

  • IntelliJ IDE integration

  • Project generation script

  • Personal tweaks

  • Fixed wiki markdown

Project generation script

The cheapest gdx-setup-ui ever!

gdx-setup-ui

It's a bash script so Linux only. It also depends on zenity.
Run it with the following command:

    ./gdx-setup-ui.sh

fill in all the form inputs, and hit the Ok button.


If you don't want to install zenity you can run the following command:

    ./gen-project.sh [package_name] [game_name] [output_folder]

The output will be ugly, as it's supposed to be piped to zenity, but it'll work.


For the rest, treat the project as a gradle based Libgdx project (open the build.gradle from intellij as project and etc...).

About

Fork of Flixel-gdx used at Rombosaur Studios

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.4%
  • GLSL 2.9%
  • Shell 0.7%