https://github.com/ydipeepo/xdut-bigint
巨大な符号なし整数を扱うためのアドオンです。
https://github.com/ydipeepo/xdut-bigint
addon godot redot
Last synced: 2 months ago
JSON representation
巨大な符号なし整数を扱うためのアドオンです。
- Host: GitHub
- URL: https://github.com/ydipeepo/xdut-bigint
- Owner: ydipeepo
- License: mit
- Created: 2024-11-02T05:15:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T06:41:33.000Z (3 months ago)
- Last Synced: 2025-03-10T07:30:35.707Z (3 months ago)
- Topics: addon, godot, redot
- Language: GDScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XDUT Big Integer
巨大な符号なし整数を扱うためのアドオンです。
## インストール
#### デモを確認する場合
1. `git clone https://github.com/ydipeepo/xdut-bigint.git` し、
2. プロジェクトを開いて実行します。#### プロジェクトにアドオンを追加する場合
1. `git clone https://github.com/ydipeepo/xdut-bigint.git` し、
2. `addons/xdut-bigint` をプロジェクトに複製し、
3. プロジェクト設定から XDUT Big Integer を有効にします。> [!TIP]
> このアドオンは Godot Engine 及び Redot Engine に対応しています。
>
> * Godot Engine 4.4 ~
> * Redot Engine 4.3 ~
## リファレンス
📖 [Wiki](https://github.com/ydipeepo/xdut-bigint/wiki) にまとめてあります。
## バグの報告など
バグの報告やドキュメント翻訳、改善の提案など歓迎いたします。
## ライセンス
🔗 [MIT](https://github.com/ydipeepo/xdut-bigint/blob/main/LICENSE) ライセンスです。