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
- Host: GitHub
- URL: https://github.com/dasaav-dsv/minhkslib
- Owner: Dasaav-dsv
- License: mit
- Created: 2023-12-23T17:12:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T17:48:33.000Z (about 2 years ago)
- Last Synced: 2023-12-24T19:09:27.344Z (about 2 years ago)
- Topics: havok, lua, lua51, modding, module
- Language: C
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```