# Acoris
**Repository Path**: GangofGun/Acoris
## Basic Information
- **Project Name**: Acoris
- **Description**: No description available
- **Primary Language**: C#
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-03-05
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# What is Acoris?(项目简介)
Acoris is a rich-text rendering kernel project,this project as you know,it is a rich-text rendering kernel,
but I try to create some interesting app.
# What I want to do?(项目主旨)
the first app I want to create that is a Notebook App,like OneNote.But I want to add some interesting features,
such as Keyword Highlighting,Inline Jumping,Fast Format and fast emoji creation,Cotent Folding,Markdown,
MathML,more interaction feature will coming.
See also Features
## 关于Acoris APP
这是作者任性写出来的东西,只是为了有一个工具能够帮助自己更直接的表达心中的想法
## Condition Compilation(条件编译开关)
platform preprocessor symbol(平台关键字):
|Platform | architecture | keyword |
|-----------|---------------|---------------------|
|Windows | x86 | `x86` |
|Windows | x64 | `x64` |
|Linux | x86 | `Linux` |
|Linux | x64 | `Linux` |
|MacOS | x86 | `Mac` |
|MacOS | x64 | `Mac` |
|Android | | `Android` |
|IOS | | `IOS` |
Wrapper Symbol(图形API关键字):
| Wrapper | Keyword |
|-----------|-----------------------|
|SharpDX | `DirectWrite` |
|Win2d | `Win2D` |
|OpenGL | `OpenGL` |
Architecture Symbol(框架关键字):
| Architechture | Keyword |
|---------------|-------------------------|
| UWP | `NET_UWP` |
| WPF | `NET_DESKTOP` |
| Winform | `NET_FORM` |
| Android | `XAMARIN_ANDROID` |
| IOS | `XAMARIN_IOS` |
| Linux | `Linux` |