4bb4
2c56bd9803
Updated cimplot pin
2021-01-17 12:24:59 +01:00
4bb4
d11ea4a0f5
Bumped winit in wgpu demo
2021-01-13 21:33:47 +01:00
4bb4
ca0e273c9d
Bumped Glium version in Glium demo
2021-01-13 21:24:57 +01:00
4bb4
191a6f2fd4
Added more doc aliases
2021-01-13 21:13:40 +01:00
4bb4
5d82bba3d6
Updated README
2020-12-12 12:56:28 +01:00
4bb4
51df275b4c
Added FFI tests to CI
2020-12-12 12:45:28 +01:00
4bb4
092a1908fe
Bumped cimplot/implot version, added "axis equal"
...
- This commit also fixes an issue with legend rotation and orientation
always being set to values even if the user did not specify any.
This broke the interactive configuration of where the legend should
be.
2020-12-12 12:38:50 +01:00
4bb4
3f67c8501e
Version bump
2020-11-29 19:22:54 +01:00
4bb4
af760648b6
Added some simple colorscheme setters
...
These don't properly expose the implot style yet in a way that is
consistent with imgui-rs' handling of styles. This is to be added
later.
2020-11-29 19:21:12 +01:00
Benedikt Mandelkow
d02f25fb32
apply some automatic clippy hints
2020-11-29 12:49:26 +01:00
Benedikt Mandelkow
c5ec153488
update imgui 0.6
2020-11-29 12:49:26 +01:00
4bb4
07ff32ea2a
Feature-gated doc aliases on Rust version >= 1.48
2020-11-22 16:22:40 +01:00
4bb4
e6234415ff
README update
2020-11-22 16:04:13 +01:00
4bb4
fcfa091553
Added some doc aliases
2020-11-22 16:00:58 +01:00
4bb4
6233ef3f45
Restructured example code
2020-11-22 15:55:48 +01:00
4bb4
4cd199071c
Added heatmap support. See comments.
...
The basic functionality seems to work, though setting the drawing area
seems buggy. I'll have to investigate more.
2020-11-15 10:36:51 +01:00
4bb4
3f1a39861f
Updated a dependency
2020-11-11 20:09:55 +01:00
4bb4
8fe8238a60
Version bump
2020-11-11 20:08:07 +01:00
Mitsutoshi Aoe
7e8ea01409
Use slices instead of Vecs in function parameters
2020-11-11 19:23:46 +01:00
4bb4
1643032c7a
Added stairs plot support
2020-11-08 19:41:51 +01:00
4bb4
7c477ec551
Added plot <-> pixel coordinate conversions
2020-11-08 15:17:14 +01:00
4bb4
4645414624
Added legend location setting
2020-10-31 12:05:57 +01:00
4bb4
148b8ccc6b
Readme typo fix
2020-10-31 11:05:39 +01:00
4bb4
af0996390a
Updated to newest available implot
2020-10-31 11:04:13 +01:00
4bb4
b6a7cae830
Brought WebGPU demo into same structure as Glium demo
2020-10-30 14:37:08 +01:00
4bb4
7295852578
Update rust.yml
2020-10-30 12:57:02 +01:00
4bb4
fa6412d20c
Moved around some paths
2020-10-30 12:54:18 +01:00
4bb4
eab6d9a9d1
Added some comments, updated README with progress notes
2020-10-30 12:51:57 +01:00
4bb4
40f0cc8564
Reworked glium demo to use the shared example code
2020-10-30 12:42:14 +01:00
4bb4
8c623a7a79
Added an examples-shared crate to be used from the others
2020-10-30 12:24:08 +01:00
4bb4
3b702076cc
Moved files around, have not adapted code yet though.
2020-10-30 12:11:27 +01:00
Benedikt Mandelkow
7b36501ed3
update
2020-10-30 11:57:51 +01:00
Benedikt Mandelkow
bce1ad26f4
update sample based on
...
https://github.com/Yatekii/imgui-wgpu-rs/blob/master/examples/hello_world.rs
2020-10-30 11:57:51 +01:00
Benedikt Mandelkow
99123d7b8d
update imgui-wgpu
2020-10-30 11:57:51 +01:00
Benedikt Mandelkow
7d5df2f2d6
add wgpu example with option to make plot the same size as outer window
2020-10-30 11:57:51 +01:00
4bb4
564392f0bf
[Action] Dependency installation fixes
2020-10-27 08:15:37 +01:00
4bb4
1a63603fa0
Added dependencies for examples to Github action
2020-10-27 08:14:33 +01:00
4bb4
a0ba674197
Added example building to test process
2020-10-27 08:09:55 +01:00
Benedikt Mandelkow
6bdfd76d51
only run bindgen on ImPlot... names
...
not sure why bindgen switches to i32 everywhere
moved imgui dependency up one step as this seems where its actually used
2020-10-27 08:08:37 +01:00
4bb4
cdc7e273c0
Merge pull request #6 from benmkw/alias
...
antialias by default
2020-10-19 22:25:04 +02:00
Benedikt Mandelkow
47bcb48e19
antialias by default
2020-10-19 01:33:00 +02:00
4bb4
d24a88afe8
Merge branch 'master' of github.com:4bb4/implot-rs into master
2020-10-18 18:31:08 +02:00
4bb4
a7e20c8075
Added CI badge
2020-10-18 18:30:59 +02:00
4bb4
8bf4231739
Renamed CI workflow to "Tests"
2020-10-18 18:29:40 +02:00
4bb4
0e4a50ed07
CI: Also check out submodules
2020-10-18 18:27:10 +02:00
4bb4
07e4779a86
Added initial CI from Github sample
2020-10-18 18:23:26 +02:00
4bb4
0af4203d4f
Added better Y axis handling and API coverage
2020-10-18 16:22:37 +02:00
4bb4
44a065c8c7
Changed some strings to be stored as ImString directly
2020-10-13 17:02:10 +02:00
4bb4
f8bb5d07c4
Added metadata to Cargo.toml
2020-10-12 18:00:27 +02:00
4bb4
305c244373
Switched to released imgui-rs 0.5.0, adapted readme
2020-10-12 17:57:00 +02:00