Skip to content

Adrenaline client library for l2j-geoserver-rest

License

Notifications You must be signed in to change notification settings

neo279/adrenaline-geo

Repository files navigation

adrenaline-geo

Simple HTTP(S) client embedded for l2j-geoserver-rest.

Usage

Get adrenaline_geo.dll from releases into Adrenaline folder, next to Adrenaline.exe file.

Load Adrenaline, and start script GeoEngineTest.txt

Script Console should show:

0
1

Build DLL

Get Rust 32-bit via rustup and install 32bit dev kit (default host triple) i686-pc-windows-msvc.

cargo build

# or if you have x64 toolchain as default
rustup run stable-i686-pc-windows-msvc cargo build

Library needs to be build for 32bit target!

Testing

cargo build
copy target\debug\adrenaline_geo.dll .
fpc GeoEngineTest.txt && GeoEngineTest.exe

This repository is mostly for educational purpurose.