Library for Arc
Adds useful things that's extends Arc
repositories{
maven{ url 'https://raw.githubusercontent.com/Zelaux/MindustryRepo/master/repository' }//for Arc
maven{ url 'https://raw.githubusercontent.com/Zelaux/Repo/master/repository' }//for ArcLibrary
}
static String arcLibraryModule(String name){
//module path to full module name
if(name.contains(':')) name = name.split(':').join("-")
return "com.github.Zelaux.ArcLibrary:$name:$arcLibraryVersion"
}
//use this if you do not need Arc in result jar
dependencies{
compileOnly "com.github.Anuken.Arc:arc-core:$arcVersion"
implementation arcLibraryModule("$fullModuleName")
}
//use this if you do need Arc in result jar
dependencies{
implementation "com.github.Anuken.Arc:arc-core:$arcVersion"
implementation arcLibraryModule("$fullModuleName")
}
- betterCommandHandler
betterCommandHandler
- graphics
- dashDraw
graphics-dashDraw
- draw3d
graphics-draw3d
- drawText
graphics-drawText
- extendedDraw
graphics-extendedDraw
- g3d
graphics-g3d
- dashDraw
- settings
settings
- ui
- components
ui-components
- defaults
ui-default
- listeners
ui-listeners
- tooltips
ui-tooltips
- tooltips-kt
ui-tooltips-kt
(kotlin dsl forui-tooltips
) - utils
ui-utils
- components
- utils