Carter Anderson
|
74dba5f36b
|
release: 0.2.1 (#533)
|
2020-09-20 15:58:32 -07:00 |
|
Carter Anderson
|
ba5af4dd56
|
release: 0.2.0 (#520)
|
2020-09-19 15:29:08 -07:00 |
|
Smite Rust
|
a9ce7f4e82
|
update dependencies (#470)
|
2020-09-10 12:54:24 -07:00 |
|
Robbie Davenport
|
4aabe983ec
|
Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258)
switch to ahash for HashMaps and HashSets via a new bevy_utils crate
|
2020-08-28 17:08:51 -07:00 |
|
multun
|
022a31fd8f
|
fix formatting / clippy warnings (#295)
|
2020-08-22 18:35:40 -07:00 |
|
Carter Anderson
|
b925e22949
|
0.1.3 upgrade
|
2020-08-22 10:16:52 -07:00 |
|
Carter Anderson
|
35c59d2d59
|
use wgpu 0.6.0 release
|
2020-08-22 09:42:00 -07:00 |
|
Carter Anderson
|
7c3b49cb6f
|
upgrade to latest wgpu
|
2020-08-21 18:36:32 -07:00 |
|
Lachlan Sneff
|
1eca55e571
|
Replace std synchronization primitives with parking_lot (#210)
* Replace std::sync::Mutex with parking_lot::Mutex
* Replace std::sync::RwLock with parking_lot::RwLock
|
2020-08-21 14:55:16 -07:00 |
|
Carter Anderson
|
e31f576484
|
Merge pull request #206 from multun/clippy
Add clippy support and fix all warnings / errors
|
2020-08-19 21:33:28 -07:00 |
|
Victor "multun" Collod
|
46636ed076
|
fix formatting
|
2020-08-18 19:48:03 -07:00 |
|
Carter Anderson
|
6ffe0696db
|
Merge pull request #203 from lachlansneff/ironing-out-uniforms
Replace vector of UniformProperty with a single UniformProperty
|
2020-08-18 13:44:10 -07:00 |
|
Victor "multun" Collod
|
c38420f1e9
|
enforce clippy for all target and features
|
2020-08-16 07:20:06 -07:00 |
|
Victor "multun" Collod
|
d138647818
|
enforce cargo fmt --check
|
2020-08-16 05:02:06 -07:00 |
|
Carter Anderson
|
5fdf36dbb1
|
add optional wgpu tracing feature
|
2020-08-16 01:11:17 -07:00 |
|
Lachlan Sneff
|
9883cd15cd
|
Replace vector of UniformProperty with a single property
|
2020-08-16 01:16:00 -04:00 |
|
John Mitchell
|
5b99ad2483
|
Use if statement instead of match as that didn't work as expected.
|
2020-08-13 12:58:23 -04:00 |
|
John Mitchell
|
c40f39ec7e
|
Make sure we translate the new type for wgpu.
|
2020-08-13 12:50:13 -04:00 |
|
Carter Anderson
|
f49d07c0cc
|
re-enable high performance gpu preference
|
2020-08-12 18:53:56 -07:00 |
|
MGlolenstine
|
241bd70797
|
added missing gpu(drivers) message instead of panicking on 'None'
|
2020-08-12 08:58:07 +02:00 |
|
Aaron Housh
|
c42dad5f7c
|
Change Power Preference to High Performance
|
2020-08-10 21:05:54 -07:00 |
|
Carter Anderson
|
7bdab60e31
|
use temporary wgpu fork and latest publish winit crate
|
2020-08-09 21:26:34 -07:00 |
|
Carter Anderson
|
34752a27bd
|
add "0.1" version to all bevy crate references
|
2020-08-09 17:39:28 -07:00 |
|
Carter Anderson
|
9aee5323e1
|
add crate metadata
|
2020-08-09 17:24:27 -07:00 |
|
Carter Anderson
|
f963cd41dc
|
app: rename AppPlugin to Plugin
|
2020-08-07 20:22:17 -07:00 |
|
Carter Anderson
|
7212b70478
|
rustfmt changes
|
2020-07-28 14:24:03 -07:00 |
|
Thomas Herzog
|
b4c185eb0c
|
cargo fmt
|
2020-07-26 21:10:18 +02:00 |
|
Carter Anderson
|
cadbb4c1b0
|
render: fix "next swap chain texture" bug
|
2020-07-19 16:15:19 -07:00 |
|
Carter Anderson
|
f742ce3ef2
|
app: simplify app imports
|
2020-07-16 18:47:51 -07:00 |
|
Carter Anderson
|
b12c4d0a48
|
render: simplify imports and cleanup prelude
|
2020-07-16 18:26:21 -07:00 |
|
Carter Anderson
|
196bde64e3
|
cargo fmt
|
2020-07-16 17:23:50 -07:00 |
|
Carter Anderson
|
0dc810a37a
|
ecs: add thread local system support to parallel executor
|
2020-07-14 14:19:17 -07:00 |
|
Carter Anderson
|
17f3860d12
|
remove unsafe Clone implementation on Res/ResMut in favor of UnsafeClone
|
2020-07-12 12:06:43 -07:00 |
|
Carter Anderson
|
6d58a5a033
|
render: add direct buffer mapping/unmapping
|
2020-07-11 12:29:07 -07:00 |
|
Carter Anderson
|
cb1ffb42c4
|
upgrade wgpu (removes some dependencies)
|
2020-07-10 19:42:32 -07:00 |
|
Carter Anderson
|
2ca6de2b81
|
upgrade wgpu
|
2020-07-10 13:47:31 -07:00 |
|
Carter Anderson
|
c81ab99dac
|
cargo fmt
|
2020-07-10 01:37:06 -07:00 |
|
Carter Anderson
|
950e50bbb1
|
Bevy ECS migration
|
2020-07-10 01:06:21 -07:00 |
|
Carter Anderson
|
a4afa4e7f3
|
render: only attempt to create camera bind group when the camera bind group descriptor exists
this fixes panics in empty scenes
|
2020-06-26 14:27:22 -07:00 |
|
Carter Anderson
|
a3c1b7930e
|
render: fix SharedBuffers render resource context
|
2020-06-19 13:44:21 -07:00 |
|
Carter Anderson
|
e57fdca1bc
|
render: more progress on immediate mode rendering and DrawableText
|
2020-06-17 13:10:33 -07:00 |
|
Carter Anderson
|
e855995145
|
cargo fmt
|
2020-06-15 12:47:35 -07:00 |
|
Carter Anderson
|
574656b767
|
render: remove RenderResources wrapper type
|
2020-06-14 12:32:06 -07:00 |
|
Carter Anderson
|
0fec350411
|
render: rename "Assignment" to "Binding" and "AssignmentSet" to "BindGroup"
|
2020-06-14 12:02:19 -07:00 |
|
Carter Anderson
|
0f608fc90f
|
render: add "specific" ids for buffers, textures, and samplers. Use them instead of RenderResourceIds wherever possible
|
2020-06-14 11:41:42 -07:00 |
|
Carter Anderson
|
5f0363a4f5
|
render: move more render code into system scheduler
|
2020-06-13 18:38:25 -07:00 |
|
Carter Anderson
|
3d07fbdc81
|
render: "Immediate Mode" draw api
This replaces Renderable with Draw/RenderPipelines components and makes various aspects of the renderer much simpler and legible
|
2020-06-09 23:16:48 -07:00 |
|
Carter Anderson
|
3ccaebf9a5
|
upgrade wgpu
|
2020-06-09 10:57:18 -07:00 |
|
Carter Anderson
|
1426208e2f
|
remove DrawTargets in favor of PassNodes and in preparation for "immediate mode" drawing api
|
2020-06-08 14:35:13 -07:00 |
|
Carter Anderson
|
fd8f87400d
|
add RenderResources/RenderResource traits to replace Uniforms/Uniform
|
2020-06-07 19:12:41 -07:00 |
|