DawnLightToolkit Code
Brought to you by:
kf701
File | Date | Author | Commit |
---|---|---|---|
animation | 2009-06-23 |
![]() |
[13e780] add all source file |
app320 | 2009-06-23 |
![]() |
[13e780] add all source file |
drawout | 2009-06-23 |
![]() |
[13e780] add all source file |
input | 2009-06-23 |
![]() |
[13e780] add all source file |
test | 2009-06-23 |
![]() |
[13e780] add all source file |
util | 2009-06-23 |
![]() |
[13e780] add all source file |
widget | 2009-06-24 |
![]() |
[6a009b] modify listbox item index |
xfont | 2009-06-23 |
![]() |
[13e780] add all source file |
Makefile | 2009-06-23 |
![]() |
[e93fa5] add Makefile |
README | 2009-06-23 |
![]() |
[13e780] add all source file |
app.h | 2009-06-23 |
![]() |
[13e780] add all source file |
dltk.c | 2009-06-23 |
![]() |
[13e780] add all source file |
dltk.h | 2009-06-23 |
![]() |
[13e780] add all source file |
git.txt | 2009-06-23 |
![]() |
[13e780] add all source file |
Compile 1. Modify Makefile download freetype2 library source modify CFLAGS LDFLAGS for your freetype2 directory 2. Modify dltk.h modiyf ROOT_PATH use SDL for input and output, config as follow: #define JZ_UCOSII 0 #define USE_TERM_INPUT 0 #define USE_LINUX_TS 0 #define USE_LINUX_EVENT 0 #define USE_SDL 1 use FrameBuffer for input and output, config as follow: #define JZ_UCOSII 0 #define USE_TERM_INPUT 0 #define USE_LINUX_TS 0 #define USE_LINUX_EVENT 1 #define USE_SDL 0 Run 1. Copy wqy.ttf to res_font directory