Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
csabahruska
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
csabahruska
10y ago
In lambdacube 3d you can program the CPU/GPU (OpenGL+GLSL) in one typed language. ( http://lambdacube3d.com/ )
2.
▲
by
csabahruska
11y ago
that OpenGL code is written like this in LambdaCube 3D: main = ScreenOut (FrameBuffer (ColorImage @1 (V4 0 1 0 1.0))) or with depth + color buffer main = ScreenOut (FrameBuffer (DepthImage @1 1000, ColorImage @1 navy))