Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danpalmer/mars
An OpenGL and C++ experiment. Originally for COMP3004 at the University of Southampton, I may continue development for personal interest.
https://github.com/danpalmer/mars
Last synced: about 1 month ago
JSON representation
An OpenGL and C++ experiment. Originally for COMP3004 at the University of Southampton, I may continue development for personal interest.
- Host: GitHub
- URL: https://github.com/danpalmer/mars
- Owner: danpalmer
- Created: 2012-12-20T21:21:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-20T16:20:43.000Z (almost 12 years ago)
- Last Synced: 2024-10-14T21:24:40.404Z (3 months ago)
- Language: C++
- Homepage:
- Size: 27.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mars
To do:
- Make the Animator generic so it can be used for arbitrary properties and therefore can animate the camera
- Experiment with Cel-Shading
- Smooth animation
- Wrap shader programs with easy changing between them
- Investigate better texturing using all the texture units
- Complete lighting model with multiple lights and full lighting parameters
- Load Scenes from a file
- Load Animations from a file
- Support composite models (i.e. a Person with arms, legs, etc)
- Allow for Animations in relation to other parts of a model