pix-engine icon indicating copy to clipboard operation
pix-engine copied to clipboard

pix_engine is a cross-platform graphics & UI library for simple games, visualizations, digital art, and graphics applications written in Rust, supporting SDL2 (and soon Web-Assembly!) renderers.

Results 27 pix-engine issues
Sort by recently updated
recently updated
newest added

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.83. Release notes Sourced from anyhow's releases. 1.0.83 Integrate compile-time checking of cfgs (#363) Commits 96f0392 Release 1.0.83 17bbd1e Merge pull request #363 from dtolnay/checkcfg...

dependencies
rust

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.200 to 1.0.201. Release notes Sourced from serde's releases. v1.0.201 Resolve unexpected_cfgs warning (#2737) Commits b4f1bc1 Release 1.0.201 029ab46 Merge pull request #2737 from dtolnay/checkcfg 220ca0c Resolve...

dependencies
rust

## 🤖 New release * `pix-engine`: 0.8.0 -> 0.8.1 Changelog ## [0.8.1](https://github.com/lukexor/pix-engine/compare/0.8.0..0.8.1) - 2024-05-06 ### 🐛 Bug Fixes - Fixed unused warning - ([e88f9da](https://github.com/lukexor/pix-engine/commit/e88f9da3cb09cbedce999a440cfa5f80648ee29a)) - Fix removing joypad devices -...

release

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.12 to 0.2.14. Changelog Sourced from getrandom's changelog. [0.2.14] - 2024-04-08 Fixed Enable /dev/urandom fallback for MUSL-based Linux targets #408 #408: rust-random/getrandom#408 [0.2.13] - 2024-04-06 Added linux_disable_fallback...

dependencies
rust

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.9.0 to 1.10.0. Changelog Sourced from rayon's changelog. Release rayon 1.10.0 (2024-03-23) The new methods ParallelSlice::par_chunk_by and ParallelSliceMut::par_chunk_by_mut work like the slice methods chunk_by and chunk_by_mut added...

dependencies
rust

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.2 to 2.5.0. Release notes Sourced from bitflags's releases. 2.5.0 What's Changed Derive Debug for Flag<B> by @​tgross35 in bitflags/bitflags#398 Support truncating or strict-named variants of parsing...

dependencies
rust

Currently `pix-engine` relies on [SDL2_gfx](https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/) from the underlying [rust-sdl](https://github.com/Rust-SDL2/rust-sdl2) crate. This package is provided only as source code and not precompiled binaries. The SDL2 DDL and LIB files are in...

enhancement
help wanted

Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22. Changelog Sourced from log's changelog. [0.4.22] - 2024-06-27 What's Changed Add some clarifications to the library docs by @​KodrAus in rust-lang/log#620 Add links to...

dependencies
rust

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.5.0 to 2.6.0. Release notes Sourced from bitflags's releases. 2.6.0 What's Changed Sync CHANGELOG.md with github release notes by @​dextero in bitflags/bitflags#402 Update error messages and zerocopy...

dependencies
rust

Bumps [sdl2](https://github.com/Rust-SDL2/rust-sdl2) from 0.36.0 to 0.37.0. Changelog Sourced from sdl2's changelog. v0.37.0 [PR #1406](Rust-SDL2/rust-sdl2#1406) Update bindings to SDL 2.0.26, add Event.is_touch() for mouse events, upgrade wgpu to 0.20 in examples...

dependencies
rust