mirror of
https://github.com/AnnulusGames/Alchemy.git
synced 2025-01-22 08:18:51 -05:00
Update: README
This commit is contained in:
parent
f3f9bf7c53
commit
243795b765
BIN
Alchemy/Assets/Alchemy/Documentation~/Header.png
Normal file
BIN
Alchemy/Assets/Alchemy/Documentation~/Header.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 182 KiB |
@ -1,6 +1,6 @@
|
||||
# Alchemy
|
||||
|
||||
<!-- Header image -->
|
||||
<img src="https://github.com/AnnulusGames/Alchemy/blob/main/Alchemy/Assets/Alchemy/Documentation~/Header.png" width="800">
|
||||
|
||||
[![license](https://img.shields.io/badge/LICENSE-MIT-green.svg)](LICENSE)
|
||||
|
||||
@ -10,8 +10,6 @@
|
||||
|
||||
Alchemy is a library that provides Inspector extensions using attributes.
|
||||
|
||||
<!-- inspector sample image -->
|
||||
|
||||
In addition to adding easy and powerful editor extensions based on attributes, it allows serialization of various types (Dictionary, HashSet, Nullable, Tuple, etc.) through its custom serialization process, enabling editing within the Inspector. By using Source Generator to dynamically generate necessary code, it functions by simply adding attributes to the targeted type made partial. There's no need to inherit specialized classes similar to Odin.
|
||||
|
||||
## Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Alchemy
|
||||
|
||||
<!-- Header image -->
|
||||
<img src="https://github.com/AnnulusGames/Alchemy/blob/main/Alchemy/Assets/Alchemy/Documentation~/Header.png" width="800">
|
||||
|
||||
[![license](https://img.shields.io/badge/LICENSE-MIT-green.svg)](LICENSE)
|
||||
|
||||
@ -10,8 +10,6 @@
|
||||
|
||||
Alchemyは属性を使用したInspector拡張を提供するライブラリです。
|
||||
|
||||
<!-- inspector sample image -->
|
||||
|
||||
属性ベースの簡単かつ強力なエディタ拡張を追加するほか、独自のシリアル化プロセスを介してあらゆる型(Dictionary, Hashset, Nullable, Tuple, etc...)をシリアル化し、Inspector上で編集することが可能になります。Source Generatorを用いて必要なコードを動的に生成するため、partialにした対象型に属性を付加するだけで機能します。Odinのように専用のクラスを継承する必要はありません。
|
||||
|
||||
## 特徴
|
||||
|
Loading…
Reference in New Issue
Block a user