Ogre snapshot snap

Discussion area about developing or extending OGRE, adding plugins for it or building applications on it. No newbie questions please, use the Help forum for that.
Post Reply
paroj
OGRE Team Member
OGRE Team Member
Posts: 1993
Joined: Sun Mar 30, 2014 2:51 pm
x 1073
Contact:

Ogre snapshot snap

Post by paroj »

I have created a snappy package based on the Github Version which you can install on Ubuntu 16.04+ using

Code: Select all

sudo snap install ogre
It includes the SampleBrowser with the GL, GLES2 and GL3Plus RenderSystems. The highlight is probably that all of this is statically linked.
In other news it allows you to test the SDL2 based input and the GLES2 context on a desktop machine.

However it only works with MESA drivers due to a current limitation of snap format.
Last edited by paroj on Fri Dec 23, 2016 4:45 pm, edited 1 time in total.
paroj
OGRE Team Member
OGRE Team Member
Posts: 1993
Joined: Sun Mar 30, 2014 2:51 pm
x 1073
Contact:

Re: Ogre snapshot snap

Post by paroj »

with the latest changes in Ubuntu, this should now also work with the proprietary NVidia drivers
Post Reply