I implemented a simple n body simulation on the GPU according the assignment specification. This is what it looks like!
I have two post processing shaders which can be toggled on and of by pressing 1 and 2. The first is bloom lighting, which looks awesome. Here's a pic:
The second is a sobel edge detection kernel, which doesn't look as cool... but it's ok.