在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Easy Graphics Engine(EGE)图形库15.04

Easy Graphics Engine(EGE)图形库15.04

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.15M
  • 下载次数:8
  • 浏览次数:368
  • 发布时间:2021-02-02
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
Easy Graphics Engine(EGE)图形库是C++第三方图形库,为开源图形库,当前最新版本为15.04【2015年】
【实例截图】
【核心代码】
b35b3640-9fd0-4462-ad92-573c64dcaf87
├── demo
│   └── src
│   ├── ege5star.cpp
│   ├── egearrow.cpp
│   ├── egeball2.cpp
│   ├── egeball.cpp
│   ├── egecatharine.cpp
│   ├── egeclock.cpp
│   ├── egefilter_ball.cpp
│   ├── egejulia.cpp
│   ├── egelines.cpp
│   ├── egemouseball.cpp
│   ├── egemousetest.cpp
│   ├── egenet.cpp
│   ├── egesnake.cpp
│   ├── egestar.cpp
│   ├── egetetris.cpp
│   ├── egetriangle.cpp
│   ├── egetypegame.cpp
│   ├── MandelbrotSetBase.cpp
│   └── test_setviewport.cpp
├── include
│   ├── ege
│   │   ├── button.h
│   │   ├── fps.h
│   │   ├── label.h
│   │   └── sys_edit.h
│   ├── ege.h
│   └── graphics.h
├── lib
│   ├── mingw3.4
│   │   └── lib
│   │   └── libgraphics.a
│   ├── mingw4.7
│   │   └── lib
│   │   └── libgraphics.a
│   ├── mingw4.8.1
│   │   └── lib
│   │   └── libgraphics.a
│   ├── mingw64
│   │   └── lib
│   │   └── libgraphics64.a
│   ├── vc2008
│   │   └── lib
│   │   ├── amd64
│   │   │   └── graphics0864.lib
│   │   └── graphics08.lib
│   ├── vc2010
│   │   └── lib
│   │   ├── amd64
│   │   │   └── graphics1064.lib
│   │   └── graphics10.lib
│   ├── vc2012
│   │   └── lib
│   │   ├── amd64
│   │   │   └── graphics1264.lib
│   │   └── graphics12.lib
│   ├── vc2013
│   │   └── lib
│   │   ├── amd64
│   │   │   └── graphics1364.lib
│   │   └── graphics13.lib
│   └── vc6
│   └── lib
│   └── graphics.lib
├── man
│   ├── about
│   │   └── index.htm
│   ├── api
│   │   ├── col
│   │   │   ├── getbkcolor.htm
│   │   │   ├── getbvalue.htm
│   │   │   ├── getcolor.htm
│   │   │   ├── getfillcolor.htm
│   │   │   ├── getgvalue.htm
│   │   │   ├── getrvalue.htm
│   │   │   ├── hsl.jpg
│   │   │   ├── hsltorgb.htm
│   │   │   ├── hsv.jpg
│   │   │   ├── hsvtorgb.htm
│   │   │   ├── index.htm
│   │   │   ├── intro.htm
│   │   │   ├── rgb.htm
│   │   │   ├── rgbtogray.htm
│   │   │   ├── rgbtohsl.htm
│   │   │   ├── rgbtohsv.htm
│   │   │   ├── setbkcolor_f.htm
│   │   │   ├── setbkcolor.htm
│   │   │   ├── setbkmode.htm
│   │   │   ├── setcolor.htm
│   │   │   ├── setfillcolor.htm
│   │   │   └── setfontbkcolor.htm
│   │   ├── draw
│   │   │   ├── arc.htm
│   │   │   ├── bar3d.gif
│   │   │   ├── bar3d.htm
│   │   │   ├── bar.htm
│   │   │   ├── circle.htm
│   │   │   ├── drawbezier.htm
│   │   │   ├── drawlines.htm
│   │   │   ├── drawpoly.htm
│   │   │   ├── ellipse.htm
│   │   │   ├── fillellipse.htm
│   │   │   ├── fillpoly1.gif
│   │   │   ├── fillpoly2.gif
│   │   │   ├── fillpoly.htm
│   │   │   ├── floodfill.htm
│   │   │   ├── floodfillsurface.htm
│   │   │   ├── getfillcolor.htm
│   │   │   ├── getheight.htm
│   │   │   ├── getlinestyle.htm
│   │   │   ├── getpixel.htm
│   │   │   ├── getwidth.htm
│   │   │   ├── getx.htm
│   │   │   ├── gety.htm
│   │   │   ├── index.htm
│   │   │   ├── line.htm
│   │   │   ├── linerel.htm
│   │   │   ├── lineto.htm
│   │   │   ├── moverel.htm
│   │   │   ├── moveto.htm
│   │   │   ├── pieslice.htm
│   │   │   ├── putpixel.htm
│   │   │   ├── putpixels.htm
│   │   │   ├── rectangle.htm
│   │   │   ├── sector.htm
│   │   │   ├── setfillcolor.htm
│   │   │   ├── setfillstyle.htm
│   │   │   ├── setlinestyle.htm
│   │   │   ├── setlinewidth.htm
│   │   │   └── setwritemode.htm
│   │   ├── env
│   │   │   ├── cleardevice.htm
│   │   │   ├── clearviewport.htm
│   │   │   ├── closegraph.htm
│   │   │   ├── gettarget.htm
│   │   │   ├── getviewport.htm
│   │   │   ├── index.htm
│   │   │   ├── initgraph.htm
│   │   │   ├── is_run.htm
│   │   │   ├── setactivepage.htm
│   │   │   ├── setcaption.htm
│   │   │   ├── setinitmode.htm
│   │   │   ├── setrendermode.htm
│   │   │   ├── settarget.htm
│   │   │   ├── setviewport.htm
│   │   │   ├── setvisualpage.htm
│   │   │   ├── window_getviewport.htm
│   │   │   └── window_setviewport.htm
│   │   ├── font
│   │   │   ├── getfont.htm
│   │   │   ├── index.htm
│   │   │   ├── logfont.htm
│   │   │   ├── outtext.htm
│   │   │   ├── outtextrect.htm
│   │   │   ├── outtextxy.htm
│   │   │   ├── rectprintf.htm
│   │   │   ├── setfont.htm
│   │   │   ├── settextjustify.htm
│   │   │   ├── textheight.htm
│   │   │   ├── textwidth.htm
│   │   │   └── xyprintf.htm
│   │   ├── img
│   │   │   ├── getimage.htm
│   │   │   ├── imagefilter_blurring.htm
│   │   │   ├── image.htm
│   │   │   ├── index.htm
│   │   │   ├── putimage_alphablend.htm
│   │   │   ├── putimage_alphatransparent.htm
│   │   │   ├── putimage.htm
│   │   │   ├── putimage_transparent.htm
│   │   │   └── rop.htm
│   │   ├── index.htm
│   │   ├── input
│   │   │   ├── flushmousemsgbuffer.htm
│   │   │   ├── getch.htm
│   │   │   ├── getkey.htm
│   │   │   ├── getmouse.htm
│   │   │   ├── getmousemsg.htm
│   │   │   ├── index.htm
│   │   │   ├── kbhit.htm
│   │   │   ├── kbmsg.htm
│   │   │   ├── key_msg.htm
│   │   │   ├── keystate.htm
│   │   │   ├── mousemsg_f.htm
│   │   │   ├── mouse_msg.htm
│   │   │   ├── mousemsg.htm
│   │   │   ├── mousepos.htm
│   │   │   └── showmouse.htm
│   │   ├── math
│   │   │   └── index.htm
│   │   ├── other
│   │   │   ├── getfps.htm
│   │   │   ├── gethwnd.htm
│   │   │   ├── index.htm
│   │   │   └── inputboxgetline.htm
│   │   ├── rand
│   │   │   ├── index.htm
│   │   │   ├── randomf.htm
│   │   │   ├── random.htm
│   │   │   └── randomize.htm
│   │   └── time
│   │   ├── api_sleep.htm
│   │   ├── delay_fps.htm
│   │   ├── delay.htm
│   │   ├── delay_jfps.htm
│   │   ├── delay_ms.htm
│   │   ├── fclock.htm
│   │   └── index.htm
│   ├── demo
│   │   └── index.htm
│   ├── index.htm
│   ├── intro
│   │   └── index.htm
│   ├── netfriendsdemo
│   │   ├── doufuguolyl_barrage.cpp
│   │   ├── fractal_leaf.cpp
│   │   ├── index.htm
│   │   ├── littleballs.cpp
│   │   ├── wysaid_collisiondetect.7z
│   │   └── wysaid_mazelock.7z
│   ├── preview
│   │   ├── index.htm
│   │   ├── vc62.jpg
│   │   └── vc6.jpg
│   ├── setup
│   │   ├── cb.png
│   │   ├── cfree.jpg
│   │   ├── index.htm
│   │   ├── vc62.gif
│   │   ├── vc6.gif
│   │   └── vc9.gif
│   └── tutorial
│   ├── 10.htm
│   ├── 11.htm
│   ├── 12.htm
│   ├── 13.htm
│   ├── 14.htm
│   ├── 15.htm
│   ├── 16.htm
│   ├── 17.htm
│   ├── 18.htm
│   ├── 19.htm
│   ├── 1.htm
│   ├── 21.htm
│   ├── 22.htm
│   ├── 23.htm
│   ├── 24.htm
│   ├── 25.htm
│   ├── 26.htm
│   ├── 27.htm
│   ├── 28.htm
│   ├── 29.htm
│   ├── 2.htm
│   ├── 30.htm
│   ├── 3.htm
│   ├── 4.htm
│   ├── 5.htm
│   ├── 6.htm
│   ├── 7.htm
│   ├── 8.htm
│   ├── 9.htm
│   ├── index.htm
│   ├── t01.cpp
│   ├── t02.cpp
│   ├── t03.cpp
│   ├── t04.cpp
│   ├── t05.cpp
│   ├── t06.cpp
│   ├── t07.cpp
│   ├── t08.cpp
│   ├── t09.cpp
│   ├── t10.cpp
│   ├── t11.cpp
│   ├── t12.cpp
│   ├── t13.cpp
│   ├── t14.cpp
│   ├── t15.cpp
│   ├── t16.cpp
│   ├── t17.cpp
│   ├── t18.cpp
│   ├── t19.cpp
│   ├── t21.cpp
│   ├── t22.cpp
│   ├── t23.cpp
│   ├── t24.cpp
│   ├── t25.cpp
│   ├── t26.cpp
│   ├── t27.cpp
│   ├── t28.cpp
│   ├── t29.cpp
│   ├── t30.cpp
│   ├── t50.cpp
│   └── t51.cpp
└── 说明.txt

46 directories, 249 files

标签:

实例下载地址

Easy Graphics Engine(EGE)图形库15.04

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警