This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
Annwvyn Experimental 0.1.1
Pre-release
Pre-release
·
1990 commits
to master
since this release
Changelog :
- Fixed audio loading and fetching performance
- Started marking as deprecated methods that will be gone in 0.2
- Made setter/getter names more consistent (e.g. setPosition/getPosition instead of setPos/getPos)
- Added a TextInputer object to get string of text typed by the keyboard as string object
- Removed from the engine self use of "deprecated" methods
- Rewrote some comments consistancy for Doxygen
- Droped the use of m_ prefix for marking members
- Added methofd to get frame update time
- Added monoscopic debug output
- Debug window is monoscopic by default
- Monoscopic FOV is 90 by default
- Added class to represent color
- Switched to use custom class for representing a light source
No need to update SDK. Just git pull and compile.
Every deprecated method will not be usable with 0.2
Roadmap for 0.2:
- Review the Ogre initialisation code. the OgreOculusRender class is confusing.
- Put all linux legacy to the attic.
- Remove all deprecated methods
- Inforce the public API to not use Ogre data types.
- Assure compatibility with Rift CV1