Skip to content

First stable release

Latest
Compare
Choose a tag to compare
@RaulPPelaez RaulPPelaez released this 09 Dec 12:05
· 9 commits to master since this release

Added a lot of new functionality and improved performance and compatibility. The binary is compiled statically for linux, so all you need is an OpenGL 3.0+ (3.3+ recommended) compatible graphics card in order tu run it!

See readme or run spunto -h!

Note about OpenGL in linux:

     You can check the current OpenGL version in your system with $ glxinfo | grep OpenGL 
     If you are getting 2.1 OGL version check if you have direct rendering enabled with $ glxinfo | grep direct, it should say yes. 
     Otherwise you will need to update your graphic drivers!

Tested only in linux with:

  1. nvidia drivers in a 4.5 OpenGL card
  2. default intel drivers in Ubuntu with OpenGL 3.0
  3. Mesa 11 in a VMware machine (OpenGL 3.0).