BlueEngine icon indicating copy to clipboard operation
BlueEngine copied to clipboard

Blue Engine is a general-purpose and easy-to-use graphics engine written in rust.

Results 12 BlueEngine issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When displaying images with an alpha different from 0 or 255 the engine sometimes renders them good and other times it renders them with a solid color....

bug
help wanted

**Describe the bug** When instancing tiles that are 1.0 x 1.0 in dimension and putting them appart exactly 1.0 in a certain direction sometimes weird lines appear as if some...

bug
good first issue
help wanted

The current format accepts a tuple to replace the tags in `ShaderBuilder`. This should be replaced with a closure so that user can change things as wanted.

Looking to better support functionality in containerized IDEs where instead of opening a window to render an image, images are sent over the network and are opened/viewed from a local...

enhancement
help wanted

The camera should be in a list, and not on by default

Add a sprite animation example possibly using [this pack](https://opengameart.org/content/a-platformer-in-the-forest)

documentation
good first issue

some functions like set_color or set position use multiple arguments, it bit discomfort if you want set position of tuple or Array4. Solution: `position: impl Into`

enhancement
help wanted
question

Hey Elham, Cool project! This optimizes your render sorting by reducing sorting size(code isn't using &Arc reference and it only increase memory swap time while sorting(2x copy time)) and also...

enhancement

Hi, i tried out BlueEngine today and had some success, but was met with quite a few failures too. This PR shows the changes I made in order to create...

enhancement

**Describe the bug** Examples results in an error. ``` Error: DeviceNotFound(RequestDeviceError { inner: Core(LimitsExceeded(FailedLimit { name: "max_texture_dimension_2d", requested: 8192, allowed: 4096 })) }) ``` **To Reproduce** Steps to reproduce the...

bug
enhancement
good first issue