mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-03 14:09:45 +00:00
README update
This commit is contained in:
parent
4b4e6e1acf
commit
af2245c612
27
README.md
27
README.md
@ -1,9 +1,11 @@
|
||||
native
|
||||
======
|
||||
|
||||
This is my library of stuff that I use when writing C++ programs, mostly for Android but it's all written to enable easy portability between Android, Linux, Windows and MacOSX.
|
||||
This is my library of stuff that I use when writing C++ programs, mostly for Android but it's all written to enable easy portability between Android, Linux, Windows and MacOSX. The code is part ugly, part inconsistent but quite useful.
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
It contains:
|
||||
* JSON read/write (two libraries that should be made more similar)
|
||||
* basic OpenGL utility code, like compressed texture loading
|
||||
* 2D texture atlases and drawing code
|
||||
@ -12,14 +14,16 @@ It contains:
|
||||
* Really simple audio mixer with OGG sample support
|
||||
* RIFF file read/write
|
||||
|
||||
The associated tools to create ZIM texture files and atlases do not yet live here but I might move them here eventually.
|
||||
Notes
|
||||
-----
|
||||
|
||||
This library is not really meant to be a public library but I see no reason not to set it free.
|
||||
|
||||
Note that the included VS project is probably not very useful for you and you're likely better off making your own.
|
||||
|
||||
Don't complain about inconsistent naming etc - this consists of code that has been cobbled together from a variety of my projects through the years. Fashions come and go.
|
||||
* The associated tools to create ZIM texture files and atlases do not yet live here but I might move them here eventually.
|
||||
* This library is not really meant to be a public library but I see no reason not to set it free.
|
||||
* Note that the included VS project is probably not very useful for you and you're likely better off making your own.
|
||||
* Don't complain about inconsistent naming etc - this consists of code that has been cobbled together from a variety of my projects through the years. Fashions come and go.
|
||||
|
||||
Licenses
|
||||
--------
|
||||
|
||||
This library, for my convenience, incorporates code from a variety of public domain or similarly-licensed code. This is the list:
|
||||
|
||||
@ -32,10 +36,13 @@ This library, for my convenience, incorporates code from a variety of public dom
|
||||
|
||||
If you're not okay with the licenses above, don't use this code.
|
||||
|
||||
If you find this useful for your own projects, drop me a line at hrydgard@gmail.com .
|
||||
|
||||
I hereby release all code here not under the licenses above under the MIT license.
|
||||
|
||||
Contact
|
||||
-------
|
||||
|
||||
If you find this useful for your own projects, drop me a line at hrydgard@gmail.com .
|
||||
|
||||
Henrik Rydgård
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user