https://github.com/yorikvanhavre/simvoleon
Fork of Coin3D Sim Voleon
https://github.com/yorikvanhavre/simvoleon
Last synced: 3 months ago
JSON representation
Fork of Coin3D Sim Voleon
- Host: GitHub
- URL: https://github.com/yorikvanhavre/simvoleon
- Owner: yorikvanhavre
- License: bsd-3-clause
- Created: 2019-03-05T16:53:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T17:14:47.000Z (over 6 years ago)
- Last Synced: 2025-01-25T06:41:17.643Z (4 months ago)
- Language: C++
- Size: 15.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
SIMVoleon - Volumetric rendering library for Coin3D
This repo is forked from https://github.com/Alexpux/SIMVoleon which is (apparently) itself forked from the official one at https://bitbucket.org/Coin3D/simvoleon which I couldn't clone because of some hg config issues I was too lazy to solve...
SIMVoleon doesn't make use of cmake but rather of old-style configure & make system, which uses some old coin files that are no longer distributed in recent linux distros. So what I did here is add these needed coin files inside this repo, and modify the configure system so it finds them.
A note of warning, the coin-default.cfg included here was taken from the older libcoin80-dev package in debian, it works perfectly with libcoin80c currently in sid/buster. If you are using another distro, you might need to tweak some values inside.
So with this repo, to compile simvoleon successfully, you need to do these steps:
* Clone this repo
* cd
* /configure --prefix=/usr/local --with-coin=
* make
* make install (or use checkinstall)Next I'll try to compile pivy with it...