Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.08 KB

README_zh.md

File metadata and controls

32 lines (26 loc) · 1.08 KB

Image

GuiLiteWeb

  • GuiLite是最轻量,最简单,最稳定的GUI库,它只有5千行C++代码
  • GuiLiteWeb可以把GuiLite注入到网页中

CubeEx

GuiLiteCube

  • Inject HelloParticle & HelloWave into Cube
  • Source code
  • Run it by open "CubeEx/index.html" with Microsoft Edge

HelloParticle

  • Inject Guilite Sample(HelloParticle) into Web page
  • Run it by open "HelloParticle/src/main.html" with Microsoft Edge

HelloWave

  • Inject Guilite Sample(HelloWave) into Web page
  • Run it by open "HelloWave/src/main.html" with Microsoft Edge

教程:GuiLite底层绘制原理

GuiLiteGraphic

  • 通过3D程序,解释GuiLite滑动,及多层叠加原理
  • 视频
  • Source code
  • Run it by open "Graphic/index.html" with Microsoft Edge

GuiLite 立方体

GuiLiteCube