Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Release New Stable version: v0.8.0 #49

Merged
merged 73 commits into from
Jun 12, 2018
Merged

Release New Stable version: v0.8.0 #49

merged 73 commits into from
Jun 12, 2018

Conversation

nickdelgrosso
Copy link
Member

No description provided.

nickdelgrosso and others added 30 commits June 4, 2018 17:14
…oord properties, instead generating all combinations of attributes for full flexibility and more DRY code. Tests were updated to support numpy array value comparison and test a few more combinations.
…er to write 'Physical.position = 3, 4, 5' and not break anything.
changed Physical coordinate attributes to properties
Camera Projections can be assigned.
added test for Physical.look_at()
alTeska and others added 27 commits June 12, 2018 22:20
Documentation tree and first files
Added safe pickling, unpickling, and copying to Mesh and Camera.
incremented the version number.
@nickdelgrosso nickdelgrosso merged commit e3862cd into master Jun 12, 2018
@coveralls
Copy link

Pull Request Test Coverage Report for Build 155

  • 115 of 127 (90.55%) changed or added relevant lines in 8 files are covered.
  • 6 unchanged lines in 4 files lost coverage.
  • Overall coverage increased (+4.8%) to 79.939%

Changes Missing Coverage Covered Lines Changed/Added Lines %
ratcave/shader.py 3 4 75.0%
ratcave/mesh.py 4 9 44.44%
ratcave/camera.py 42 48 87.5%
Files with Coverage Reduction New Missed Lines %
ratcave/scene.py 1 51.02%
ratcave/camera.py 1 88.66%
ratcave/shader.py 2 84.55%
ratcave/mesh.py 2 79.31%
Totals Coverage Status
Change from base Build 133: 4.8%
Covered Lines: 1052
Relevant Lines: 1316

💛 - Coveralls

@deekshantsaxena
Copy link

deekshantsaxena commented Apr 11, 2020

not able to install ratcave using pip on my mac os 10.15, tried alot no luck so far...throwing following error
Running setup.py install for ratcave ... error
copying ratcave/../shaders/default/combShader.frag -> build/lib.macosx-10.6-intel-3.7/ratcave/../shaders/default
running build_ext
building '_transformations' extension
creating build/temp.macosx-10.6-intel-3.7
creating build/temp.macosx-10.6-intel-3.7/third_party
gcc -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch i386 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/core/include -c third_party/transformations.c -o build/temp.macosx-10.6-intel-3.7/third_party/transformations.o
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use sudo xcode-select --switch path/to/Xcode.app to specify the Xcode that you wish to use for command line developer tools, or use xcode-select --install to install the standalone command line developer tools.
See man xcode-select for more details.
error: command 'gcc' failed with exit status 1
----------------------------------------
can you help what exactly is the issue here

@nickdelgrosso @mohammadbashiri

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants