Skip to content

Releases: Firestar99/ColorExperiment

First Release

23 Oct 19:57
Compare
Choose a tag to compare

The first release of ColorExperiment.

This is an old Project I made in a single week around January/February 2016. I had very little knowledge of OpenGL to that time (like 3-4 months), and also my Java-knowledge wasn't what it is today. There are a lot of things which could be made better like:

  • using Framebuffers to edit Textures, not the CPU
  • actually use VBO/VAOs and not use the deprecated glBegin() / glEnd()
  • don't use other deprecated stuff like the matrix system
  • and probably a lot more...

How to run it:

  • extract the zip-file
  • Windows: execute the start.bat
  • Linux: execute the start.sh (in Terminal!)
  • inside the Terminal just press enter

I'm not planing to "improve" this any more and just letting it be as 'one of my old Projects'.