Ubuntu/Debian/Mint news and tutorials | Linux gaming
facebook.png
twitter.png
feed.png
Quick Tip
Disable Overlay Scrollbars in GNOME
gsettings set com.canonical.desktop.interface scrollbar-mode normal
Quick Tip
Find Files Containing a Text Pattern
find . -iname "*.txt" -exec grep -l "hello" {} +
Categories
Online Readers
Advertise on TuxArena
Linux Cheat Sheet

Have a look at our Linux Cheat Sheet for quick one-liners, commands and tips.

GLnemo2 is a 3D particle visualization program with various capabilities and support for OpenGL rendered objects.

glnemo2_02


GLnemo2 is written in Qt5 and supports formats such as Nemo, Gadget 1 and 2, RAMSES, TIPSY, Fits, FTM.

The latest version, 1.9, was released a few hours ago, and comes with several new features, like support for the FITS and 3D datacube formats (via plugins), new shader to display velocity, and many GUI additions for functions. Here is a complete list according to the changelog:

  • experimental FITS files plugin reader
  • objects creation feature from GUI
  • new shader to display velocity, better interactivity
  • velocity factor in floating point format
  • particles can be colored by velocity norm
  • add option to load velocities from GUI
  • background and text color can be set from CLI
  • add button to select all particles on screen
  • osd print out center instead of transfer
  • zoom/rot/center can be modified from GUI
  • improve toggle perspective/orthographic view
  • coronograph also works with particles without density
  • fix a slow rendering issue with qt 5.2.1 and above (linux)
  • add busy cursor when processing

glnemo2_01

Install GLnemo2 in Ubuntu 15.10 (From Source)

Download the source tarball from here (direct link) and uncompress it.

Next, install the dependencies:

sudo apt-get install build-essential cmake qt5-default libccfits-dev

Change the working directory to glnemo2 and type:

mkdir build && cd build
cmake ..
make
sudo make install

Install GLnemo2 in Ubuntu 15.10 (DEB Package)

Download the DEB from here (direct link here) and type in a terminal:

sudo dpkg -i glnemo2-1.9.0.ubuntu15.04.x86_64.deb
sudo apt-get -f install
JC Lambert says:

Hi,
I am the developer of glnemo2. Thanks for putting glnemo2 on your website.

To tell you that I have already many linux glnemo2 binaries available for download . PLease visit :
http://projets.lam.fr/projects/glnemo2/wiki#Download

The Ubuntu14.04 DEB package should work on 15.10

but don’t forget to run :
apt-get -f install
to resolve missing dependencies

Enjoy,

JC

Craciun Dan says:

Thank you for the answer, Lambert. The thing is, I found the DEB doesn’t seem to work in 15.10, after running exactly the same commands (dpkg -i and apt-get -f install, in hope to automatically fetch the missing dependencies). The error is related to libccfits0v5, which I manually installed, but still no go. However, compiling works with libccfits-dev, and I didn’t investigate any further on why the DEB failed to install.

JC Lambert says:

Ok I see,
I will provide a DEB package for 15.10 ASAP.

Thanks

JC Lambert says:

Hi,
I have just added a deb package for ubuntu 15.04. I think it should work on 15.10

http://projets.lam.fr/attachments/download/2309/glnemo2-1.9.0.ubuntu15.04.x86_64.deb

JC

Craciun Dan says:

Thank you for the package. I’ll try installing when I get around 15.10 again and will add the DEB installation method to the article.

JC Lambert says:

Hey, good evening,

I have just added a package for ubuntu 15.10, bc the one for 15.04 does not install. To get it, please follow the link:

http://projets.lam.fr/attachments/download/2333/glnemo2-1.9.0.ubuntu15.10.x86_64.deb

JC

JC says:

There is a new version of glnemo2, release 1.10.0

https://projets.lam.fr/news/208

Download page:
https://projets.lam.fr/projects/glnemo2/wiki/Download

JC

Leave a Reply to JC Lambert Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.