MandelbrotViewer:Mandelbrot集的OpenGL GPU渲染以及Java中的64位缩放

时间:2024-02-23 17:31:05
【文件属性】:

文件名称:MandelbrotViewer:Mandelbrot集的OpenGL GPU渲染以及Java中的64位缩放

文件大小:1.58MB

文件格式:ZIP

更新时间:2024-02-23 17:31:05

java opengl maven gpu lwjgl

Mandelbrot查看器 Mandelbrot Viewer是一个简单的应用程序,它通过OpenGL利用GPU实时显示Mandelbrot集。 由于OpenGL Doubles的限制,最大可能的缩放为64位。 我在博客上撰写了有关如何创建此项目的教程系列,可在找到。 可以在观看展示该项目的YouTube视频。 预习 建造 可以使用构建该应用程序: mvn clean package jar文件将在./target目录中可用。 控制项 W , A , S , D进行平移。 Z , X或滚轮可放大和缩小。 K截屏。 (当前已禁用) 组态 图形用户界面 The UI allows you to configure the color and precision of the set via a pure java binding of ImGUI. The variables it modifies are the uniform variables u_Color and u_maxIter used in the fragment shader below. 更有用的配置变


【文件预览】:
MandelbrotViewer-master
----.gitignore(61B)
----src()
--------main()
----pom.xml(4KB)
----README.md(2KB)
----docs()
--------example1.jpg(51KB)
--------example2_1.jpg(718KB)
--------example2.jpg(230KB)
--------example1_1.jpg(152KB)
--------example3_1.jpg(396KB)
--------example3.jpg(115KB)

网友评论