FriceEngine v1.7.10 Release Notes

Release Date: 2017-12-16 // over 6 years ago
    • Completely different artifact types:

      buildscript { ext.frice_version = 'v1.7.10'}// old, necessarycompile "com.github.icela:FriceEngine:$frice_version"// new, optional, if you speak Kotlincompile "com.github.icela:FriceEngine:$frice_version:sources"// new, for java userscompile "com.github.icela:FriceEngine:$frice_version:all"// new, optionalcompile "com.github.icela:FriceEngine:$frice_version:javadoc"

    • ✨ Enhancement: enable JfxImage only when GameFX is used.

    • launchFx for GameFX to avoid naming conflicts.

    👀 See https://github.com/icela/FriceEngine/milestone/10?closed=1