项目作者: neo279

项目描述 :
Adrenaline client library for l2j-geoserver-rest
高级语言: Rust
项目地址: git://github.com/neo279/adrenaline-geo.git
创建时间: 2020-03-30T03:28:54Z
项目社区:https://github.com/neo279/adrenaline-geo

开源协议:MIT License

下载


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:

  1. 0
  2. 1

Build DLL

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

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

Library needs to be build for 32bit target!

Testing

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

This repository is mostly for educational purpurose.