Releases: JorgenPo/blackengine
Releases · JorgenPo/blackengine
First 2019 release HERE!
First stable release of blackengine 2019 version.
Some features:
- Model loading (obj only)
- Phong lightning
- Simple camera class
- Keyboard and mouse partial support
- GLSL shaders
- Per object shaders
- Mouse picking
- Bounding shapes
Known bugs
- Some problems with non-uniform scale
- Very poor camera features
- Problem with multiple shaders in scene.
- Screen resizing scale the viewport but don't change it resolution
Fresh 0.0.5 BlackEngine Release!!!
blackengine v0.0.5
Changelog
- Constants class
- Diffuse lightning in models and shaders
- Model class
- Texture class
- Resource Manager class
- Resource interface
- Obj file parser
- Windows x32 build
- Spectator camera
Authors
- @JorgenPo - programmer
- @comaralex - windows build
Problems
- Some problems with spectator camera by now.
Time spent
- 10 days
BlackEngine v0.0.2 Release!!!
blackengine v0.0.2
Changelog
- Color VBO support in Mesh class;
- Using of transformation matrices in shader and application;
- Index VBO support in Mesh class;
- Cube model subclass of Mesh class;
- Test rotating cube scene
Authors
Problems
- All is working pretty nice now!
Time spent
- 8 days