Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 409 Bytes

File metadata and controls

16 lines (15 loc) · 409 Bytes

Dream2d

此程序是使用windows gdi编写的图形引擎,可以打开BMP图片并且带有alpha功能的显示
同时实现了透明矩形的绘制,鼠标控制的封装

编译

1.可是使用vistual studio 2013 直接编译
2.直接使用nmake编译

nmake -f Makefile

Demo ---------- ![](https://github.com/ChangerR/dream2d/blob/master/sample/demo.png)