https://github.com/777shuang/dxlib.dll
https://github.com/777shuang/dxlib.dll
dxlib
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/777shuang/dxlib.dll
- Owner: 777shuang
- License: mit
- Created: 2023-06-23T12:44:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T07:04:04.000Z (11 months ago)
- Last Synced: 2025-01-14T00:42:41.938Z (5 months ago)
- Topics: dxlib
- Language: Makefile
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DxLib.dll
DXライブラリのDLL版(非公式)です。
## 使用方法
**DXライブラリのヘッダファイルは依然として必要です**。
- DX_COMPILE_TYPE_C_LANGUAGE をコンパイラのオプションで定義させるか、`` のインクルード前に定義してください。
- [Releases](https://github.com/777shuang/DxLib.dll/releases) の zip ファイルをダウンロードし、解凍して得られる DLL ファイル郡を作業ディレクトリにコピーし、`DxLib-*.dll` をコンパイル時にリンクしてください。## ビルド方法
MSYS2が必要です。
### 必要なパッケージ
```shell
pacman -S make wget git mingw-w64-x86_64-7zip mingw-w64-x86_64-gcc mingw-w64-x86_64-bullet mingw-w64-x86_64-libpng mingw-w64-x86_64-zlib mingw-w64-x86_64-libjpeg-turbo mingw-w64-x86_64-libtiff mingw-w64-x86_64-libogg mingw-w64-x86_64-libvorbis mingw-w64-x86_64-libtheora mingw-w64-x86_64-opus mingw-w64-x86_64-opusfile
```### DLLの作成
```
git clone https://github.com/777shuang/DxLib.dll --recursive
cd DxLib.dll
make init
```