Update: README

This commit is contained in:
AnnulusGames 2023-12-02 17:58:33 +09:00
parent f3f9bf7c53
commit 243795b765
3 changed files with 2 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

View File

@ -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

View File

@ -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のように専用のクラスを継承する必要はありません。
## 特徴