jpfed / spaceship-toy

A simple SDL/OpenGL toy in which you pilot a spaceship with the arrow keys, space to fire, 'v' to tractor beam.
3 stars 0 forks source link

Linux building: universe.h? #1

Open clort81 opened 3 years ago

clort81 commented 3 years ago

What provides universe.h? I find liblammps-dev: /usr/include/lammps/universe.h libliggghts-dev: /usr/include/liggghts/universe.h

jpfed commented 3 years ago

For context, I haven't looked at this project in a long, long time.

It's possible that I forgot to commit universe.h. If so, that file is long gone. If you're still interested in trying to play around with this project, it might be worth trying to just delete that #include and see what the compiler complains about (if anything).

clort81 commented 3 years ago

Commenting those out seems to be tolerated.
Noticing linking vs -lmingw32 -lopengl32 -lglu32 which i'd need to replace with something.

Can't squeeze more time in for this, but thanks for the reply though. Cheers