Need help finding an open source game with GLSL 330 or newer

Started by
5 comments, last by swiftcoder 10 years, 1 month ago

For research purposes, I need an open-source game (or engine) which uses GLSL version 330 or newer. I would be very grateful if someone could point me in the right direction. The project is even more suitable if it uses GLSL directly without any abstraction layers.

It doesn't need to be a specific genre - but it would be nice if it feature possible up-close animation - like most FPSes do and other kinds of movement. It also needs to run on Linux.

Thanks in advance for your help.

Edit: even a demo scene will work great for these purposes.

Advertisement

http://www.gameplay3d.org/

Thanks! Will check it out!

I hadn't seen that one before. It's fairly basic, but seems very sensibly designed.

Nice to see RIM open-sourcing such useful software.

Tristam MacDonald. Ex-BigTech Software Engineer. Future farmer. [https://trist.am]

That looks good, but probably not quite what TZero wants, because it's unlikely to support GLSL 330 if it's targeting OpenGL ES 2.0.

That looks good, but probably not quite what TZero wants, because it's unlikely to support GLSL 330 if it's targeting OpenGL ES 2.0.

It seems that you may be right. There's some weird things going on in the shaders in that project.

Does anyone else have any suggestions?

Hodgman and myself used to muck around with Horde3D a bit. To my mind it's a little limiting, but it is a fairly thin wrapper around fairly modern OpenGL shaders.

Tristam MacDonald. Ex-BigTech Software Engineer. Future farmer. [https://trist.am]

This topic is closed to new replies.

Advertisement