一栗仆直/Guri C Lib
出自Luzi82_wiki
< 一栗仆直
Some stupid C libraries to be shared.
Eclipse and Subcilpse are required.
[編輯] guri_memory
Stupid replacement of malloc() and free().
- x_malloc: Make all bytes zero after allocation.
- x_free: Make all bytes zero before free.
- Compiled as static library.
Can be obtained from svn://luzi82.servehttp.com/wings/guri_c_lib/memory .
[編輯] guri_opengl
Extreme stupid OpenGL helper libs for SDL apps development.
- Can perform translation, rotation, scaling.
- More features to come...
- Require:
- SDL_image
- guri_memory
- Compiled as share library.
- Still in development.
Can be obtained from svn://luzi82.servehttp.com/wings/guri_c_lib/opengl .
[編輯] guri_c_lib_test
Ultra-stupid guri lib testing.
Can be obtained from svn://luzi82.servehttp.com/wings/guri_c_lib/test .
