osre
osre copied to clipboard
An open source render engine
**Is your feature request related to a problem? Please describe.** The light is currently static defined. **Describe the solution you'd like** As a user, I want to add light to...
**Is your feature request related to a problem? Please describe.** After importing some assets into one scene you want to restore the data on another day. **Describe the solution you'd...
**Describe the bug** When rebuilding with ninja on Ubuntu the build failes. Seems to be an issue with the vcpkg installation. **To Reproduce** Steps to reproduce the behavior: 1. Genrate...
- assimp update - cppcore update - use gtest from vcpkg ## Summary by CodeRabbit - **Chores** - Updated commit references for `contrib/assimp` and `contrib/cppcore` to improve stability and performance....
## Summary by CodeRabbit ## Release Notes - **New Features** - Enhanced functionality for the Canvas Renderer with new methods for font selection and text rendering. - Added support for...
Improved drawRect method implementation for unfilled rectangles The new implementation for unfilled rectangles in the drawRect method offers better control and clarity: Each edge of the rectangle is now drawn...
**Is your feature request related to a problem? Please describe.** We need to have some in-engine UI. It would be possible to use it like win32 based uis **Describe the...
Just use this thread to post your own screenshots you want to share.
## Summary by CodeRabbit - **New Features** - Enhanced 2D canvas rendering with a new constructor supporting signed rectangle dimensions. - Debug text rendering now uses a dedicated 2D canvas...
**Describe the bug** When creating a button with a text the text is rendered above the button instead of in its center **To Reproduce** Just run the widget demo **Expected...