Skip to content

Commit 9817ccd

Browse files
committed
add english readme
1 parent 0fabac9 commit 9817ccd

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

LICENSE.md

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

README.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Yet another bgfx lua binding library
2+
=============
3+
4+
This is my style bgfx lua (5.3) binding library (work on process), and I rewrote parts of bgfx original examples in lua.
5+
6+
The lua version examples are not efficent but only for testing.
7+
8+
To build the library, you should build bgfx static library first, or you can download my [win64 pre-compile version](https://github.com/cloudwu/lua-bgfx/releases) .
9+
10+
I use [IUP](http://webserver2.tecgraf.puc-rio.br/iup/) for GUI framework, you can also download the [win64 pre-compile version](https://github.com/cloudwu/lua-bgfx/releases/download/v0.1/iup.zip) .
11+
12+
113
bgfx Lua 封装
214
=============
315

@@ -24,4 +36,14 @@ iup 基于 https://github.com/cloudwu/iupmingw/ 编译,可以自己编译,
2436

2537
LICENSE
2638
=====
27-
和 bgfx 相同,采用 BSD 2-clause "Simplified" License
39+
40+
The MIT License
41+
=====
42+
43+
Copyright 2017 云风 [email protected]
44+
45+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
46+
47+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
48+
49+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)