Skip to content

Commit a3294c9

Browse files
author
YooLc
committed
Add readme and license
1 parent b3f58ac commit a3294c9

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 YooLc, bugByteMe
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Lyther 轻羽
2+
浙江大学 2023 春夏学期《程序设计专题》大作业
3+
4+
基于 libgraphics 的轻量级 C 代码编辑器
5+
6+
<div align=center>
7+
<img src="./docs/lyther.png" width = "200" alt="icon">
8+
</div>
9+
10+
<div align=center>
11+
<b>Lyther 轻羽</b>
12+
</div>
13+
14+
<div align=center>
15+
<img src="https://img.shields.io/github/directory-file-count/YooLc/Lyther-C" alt="file count">
16+
<img src="https://img.shields.io/github/license/YooLc/Lyther-C" alt="license">
17+
<img src="https://img.shields.io/github/last-commit/YooLc/Lyther-C" alt="last commit">
18+
</div>
19+
20+
# 使用文档
21+
将项目克隆之本地,使用 Dev-C++ 打开项目文件 `/prjdev/CodeEditor.dev` 即可编译运行,
22+
亦可以对项目进行编辑
23+
24+
有关本项目的更多信息,如选题背景,需求分析,程序开发设计,
25+
部署运行说明以及团队合作记录,**或者只是看看我们做的什么样子**,请参见 [互评文档](docs/lyther-documentation.pdf)

docs/lyther-documentation.pdf

3.36 MB
Binary file not shown.

docs/lyther.png

66 KB
Loading

0 commit comments

Comments
 (0)