A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
Go to file
2012-03-25 00:13:34 +01:00
audio Initial commit 2012-03-24 23:39:19 +01:00
base Initial commit 2012-03-24 23:39:19 +01:00
ext Initial commit 2012-03-24 23:39:19 +01:00
file Initial commit 2012-03-24 23:39:19 +01:00
gfx Initial commit 2012-03-24 23:39:19 +01:00
gfx_es1 Initial commit 2012-03-24 23:39:19 +01:00
gfx_es2 Initial commit 2012-03-24 23:39:19 +01:00
image Initial commit 2012-03-24 23:39:19 +01:00
input Initial commit 2012-03-24 23:39:19 +01:00
json Initial commit 2012-03-24 23:39:19 +01:00
math Initial commit 2012-03-24 23:39:19 +01:00
profiler Initial commit 2012-03-24 23:39:19 +01:00
util Initial commit 2012-03-24 23:39:19 +01:00
native.vcxproj This shouldn't have been here. 2012-03-25 00:09:51 +01:00
native.vcxproj.filters This shouldn't have been here. 2012-03-25 00:09:51 +01:00
README.md Initial commit 2012-03-24 23:39:19 +01:00

native

This is my library of stuff that I use when writing C++ programs, mostly for Android. It has some basic OpenGL utility code, JSON read/write (two libraries that should be made more similar), 2D texture atlases and drawing code, ETC1 texture loading support, basic logging, etc. The associated tools to create ZIM texture files and atlases do not yet live here but I might move them here eventually.

If you find this useful for your own projects, drop me a line at hrydgard@gmail.com .

I hereby release this code under the BSD license.

Henrik Rydgård