An open API service indexing awesome lists of open source software.

https://github.com/dasaav-dsv/minhkslib

A minimal lua 5.1 C havok scripting dynamic library
https://github.com/dasaav-dsv/minhkslib

havok lua lua51 modding module

Last synced: about 1 month ago
JSON representation

A minimal lua 5.1 C havok scripting dynamic library

Awesome Lists containing this project

README

          

# minhkslib
A minimal example of a lua C havok scripting dynamic library for ELDEN RING 1.10

# Building with CMake
```
git clone https://github.com/Dasaav-dsv/minhkslib.git
cd minhkslib
mkdir build
cd build
cmake ..
cmake --build . --config Release
```