Internet in-browser OpenGL presentation framework

Enjo

Mostly harmless
Addon Developer
Tutorial Publisher
Donator
Joined
Nov 25, 2007
Messages
1,667
Reaction score
19
Points
38
Location
Germany
Website
www.enderspace.de
Preferred Pronouns
Can't you smell my T levels?
My colleague has shown me this neat, free presentation framework:

http://lab.hakim.se/reveal-js/

It can be setup using simple HTML and JavaScript commands.
[EDIT]
Works best on Chrome and Safari.
 
Last edited:
Don't think it uses OpenGL, just CSS 3d.
 
But this isn't using WebGL, just CSS 3D transforms.

By which I mean, it works in IE10, which doesn't support WebGL, but does support CSS 3D.

So no, it's not using WebGL or OpenGL at all.
 
I've always thought that all CSS 3D uses WebGL backend, because why would someone redesign the wheel, but after reading MS' statements towards WebGL, it became clear to me that the CSS 3D's GPU backend is browser-specific after all.
 
Back
Top