Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w1th0utnam3/phyani_playground
Playground project for physically based animation course
https://github.com/w1th0utnam3/phyani_playground
animation computer-graphics opengl physically-based-rendering physics physics-simulation
Last synced: about 2 months ago
JSON representation
Playground project for physically based animation course
- Host: GitHub
- URL: https://github.com/w1th0utnam3/phyani_playground
- Owner: w1th0utnam3
- License: mit
- Created: 2017-04-30T10:19:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T18:48:21.000Z (almost 7 years ago)
- Last Synced: 2024-12-19T05:48:36.570Z (about 2 months ago)
- Topics: animation, computer-graphics, opengl, physically-based-rendering, physics, physics-simulation
- Language: C++
- Homepage:
- Size: 285 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phyani_playground
Playground project for physically based animation course
## Project setup
1. Initialize all submodules
2. Generate and download glad.zip using [this link](http://glad.dav1d.de/#profile=compatibility&specification=gl&api=gl%3D4.3&api=gles1%3Dnone&api=gles2%3Dnone&api=glsc2%3Dnone&language=c&loader=on).
3. Extract glad.zip to ./lib/glad/
4. Configure the project using CMake## Tested environments
Working:
- Microsoft Visual Studio 2017 Update 3 (compiler version >= 19.11)
- GCC 7.2.0 on Windows from [nuwen.net MinGW x64-native distro](https://nuwen.net/mingw.html)
- GCC 7.0.1 20170407 (trunk revision 246759) on Ubuntu 17.04
- Clang 5.0.1-svn315198 with libstdc++ on Ubuntu 17.04Not working:
- Clang 4.x.x and older with libstdc++ on Linux