源码: https://github.com/wjakob/nanogui
1. 准备工作:
sudo apt-get install libglfw3-dev -y
2. 克隆源码:
git clone https://github.com/wjakob/nanogui
cd nanogui
git submodule update --init --recursive
3. 编译:
cmake .
make
4. 运行:
./example1
./example2
./example3
./example4
离线
离线
离线
移植到单片机没有?
离线
移植到单片机没有?
awtk 已经用上了nanovg:
https://github.com/zlgopen/awtk/tree/master/3rd/nanovg
后端软件渲染引擎:
https://github.com/zlgopen/awtk/tree/master/3rd/agg
离线
请问前辈们,你们是用window下的awtk desinger生成的嘛,然后再到Ubuntu编译后移植到开发板上的吗?我在awtk desinger生成的文件有7M这么大,16M的spi flash根本不够用,主要是不知道怎么用desinger生成的代码移植到开发板上。
离线