VQE v0.2.0 - Hello Cube!
Pre-release
Pre-release
Release Notes
Features
- Textures & Constant buffers
- Transformation pipeline (Model-View-Projection)
- Generic Geometry generator for various Vertex/Index Buffer types
- Loading Screen Rendering: 1 second 'loading' simulation by rendering a fullscreen triangle
- New Shaders
- Fullscreen triangle: requires only index buffer with values
{0, 1, 2}
- Hello-Cube: supports textures + transformation matrix
- Fullscreen triangle: requires only index buffer with values
Utilities
- Added Camera, Transform & Quaternion classes
- Added Timer class
- Added Image class to load common image formats, including HDR
- Supported Image formats:
.png
,.jpg
,.hdr
, etc.
- Supported Image formats:
Bug Fixes
- Memory leak on Window events (resize + fullscreen)