Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit b3a81f3

Browse files
author
年迈的老秋风Windy
committed
Update MD File
Update the version information, and copyright notice
1 parent 02c35d7 commit b3a81f3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README-ch.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# EasyCrossPlatform
22
用简单的代码, 写出毫无妥协性能的程序
3-
版本: 1.0Alpha
3+
[形随意动](https://github.com/BlueAirTechGroup/)旗下项目, 2017年10月15日开始动工
4+
版本: 1.0Beta
45
Language: [English](README.md)
56
## 介绍
67
为了PHP与Python用户创建的快速开发且跨平台的C++框架
@@ -23,6 +24,7 @@ EasyCrossPlatform的发展是由下面几个库驱动的:
2324
[JSONCPP](https://github.com/henshao/jsoncpp) - 一个魔改版的JSONCPP, 比原版的快速很多, EasyCrossPlatform的JSON解析库完全基于此库编写
2425
[mbedtls](https://github.com/ARMmbed/mbedtls) - 一个SSL/TLS和其他加密方法的库, 用于编写TLS加密的套接字
2526
[evt-tls](https://github.com/deleisha/evt-tls) - Libuv使用mbedtls/openssl的包装(Wrapper)
27+
*以上项目的协议完全保持原样, 请务必参照他们的项目工程页面
2628
## 为什么没有用户界面库?
2729
我们曾考虑过使用"MyGUI"库, 但是它包含了太多的依赖且在每个桌面环境中, OPENGL的配置都可以是不一样的. 如果您需要用户界面, 我们推荐使用MyGUI和它的OPENGL2.0实现.
2830
## 开发理念

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# EasyCrossPlatform
22
Write Easy Code with uncompromising performances.
3-
Version: 1.0Alpha
3+
A project under [BlueAirTechGroup](https://github.com/BlueAirTechGroup), started from 15 Oct 2017
4+
Version: 1.0Beta
45
Language: [中文](README-ch.md)
56
## Introduction
67
A easy-to-use cross-platform C++ library designed for PHP and Python Users.
@@ -23,6 +24,7 @@ The development of EasyCrossPlatform is given power by the following lib:
2324
[JSONCPP](https://github.com/henshao/jsoncpp) - A quicker version of JSONCPP, a JSON parser, EasyCrossPlatform JSON class completely built based on it.
2425
[mbedtls](https://github.com/ARMmbed/mbedtls) - A encryption and TLS/SSL lib for building TLS-connected sockets.
2526
[evt-tls](https://github.com/deleisha/evt-tls) - A wrapper for libuv using mbedtls/openssl.
27+
*Those projects remain in their own licenses, please refer to their project site.
2628
## Why not GUI?
2729
GUI requires too much dependencies, and we are considering using "mygui". However, the OpenGL environment in each machine can be different, and if you want to use a GUI Lib, we recommend MyGUI with OpenGL2.0 Implemention
2830
## Develop Theory

0 commit comments

Comments
 (0)