-
Notifications
You must be signed in to change notification settings - Fork 13
Tech demos
Some demos demonstrating the capabilities of chronotext-cross:
Beware of alien abduction while learning how to draw 2d shapes and sprites.
Source |
WebGL demo |
blog post
Using spheres to (poorly) simulate the motion of the earth around the sun.
Source |
WebGL demo |
blog post
Animating a bunch of ducks, almost for free.
Source |
WebGL demo
How to perform tessellation and extruding in order to create 3d geometry from 2d shapes.
Source |
WebGL demo
How to work with Frame Buffer Objects.
Source |
WebGL demo
Ever wanted to draw a cone, a cube or a torus?
Source |
WebGL demo
How to work with jpeg images, e.g. combining a lightweight jpeg image with a png mask in order to create a transparent sprite, while enjoying classical paintings.
Source |
WebGL demo
How to work with png images while staring at the sky.
Source |
WebGL demo
How to simulate a point light... The occasion to play with custom shaders.
Source |
WebGL demo |
blog post
How to move smoothly along a path in 2d.
Source |
WebGL demo |
blog post
The truth about picking... Touch the rotating object in order to "plant" a normal.
Source |
WebGL demo
Drawing a bunch of ducks, almost for free.
Source |
WebGL demo
How to work with SVG documents... With a special guest.
Source |
WebGL demo
Draw your own colored triangle!
Source |
WebGL demo |
blog post