C Rogue clone:使用OpenGL在C语言中内置的“ Rogue”的克隆 源码
C中的流氓克隆 内容 构建和运行图形系统 该程序由三个.c文件组成。 a1.c文件包含main()例程和update()函数。分配所需的所有更改都可以对此文件进行。 graphics.c文件包含用于创建分配的3D图形的所有代码。 visible.c文件包含可见表面确定代码。您无需更改graphics.c或visible.c 。 有一个makefile,它将在OSX或Linux上编译代码。该代码应通过键入make来构建。 该可执行文件名为a1。该程序的命令行参数为: -full run in fullscreen. -testworld start with a simple world to demonstrate the system -fps print the frames per second being displayed -help
文件列表
C-Rogue-clone-master.zip
(预估有个86文件)
C-Rogue-clone-master
.gitignore
507B
perlin.c
3KB
README.md
28KB
mesh.c
5KB
textures
46.ppm
638KB
54.ppm
681KB
29.ppm
712KB
27.ppm
601KB
暂无评论