gopenframeworks:在openframeworks上建模的概念证明图形框架

时间:2021-05-01 14:19:10
【文件属性】:
文件名称:gopenframeworks:在openframeworks上建模的概念证明图形框架
文件大小:90KB
文件格式:ZIP
更新时间:2021-05-01 14:19:10
go graphics Go Gopenframeworks Gopenframeworks(临时项目名称)是一种概念证明,探讨了使用go创建受openframeworks启发的图形框架的可能性。 欢迎对该框架做出所有贡献,但是该框架尚未准备就绪。 安装 确保您的计算机上已安装Go。 按照说明安装GLFW。 按照说明安装GL。 安装Go,GL和GLFW之后: go get github.com/nullboundary/gopenframeworks 例子 package main import ( "fmt" gof "github.com/nullboundary/gopenframeworks" ) var y float32 = 100 var width float32 = 1024 var height float32 = 768 //-----------------------------
【文件预览】:
gopenframeworks-master
----shaders.go(2KB)
----gopenframeworks.go(2KB)
----line.go(1021B)
----examples()
--------particlesystem()
--------example.png(56KB)
----triangle.go(669B)
----README.md(2KB)
----mesh.go(1KB)
----rect.go(792B)
----window.go(2KB)

网友评论