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

https://github.com/ydipeepo/xdut-bigint

巨大な符号なし整数を扱うためのアドオンです。
https://github.com/ydipeepo/xdut-bigint

addon godot redot

Last synced: 2 months ago
JSON representation

巨大な符号なし整数を扱うためのアドオンです。

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) ライセンスです。