mirror of https://github.com/adamdruppe/arsd.git
Update docs
This commit is contained in:
parent
bd502fb912
commit
6072e6d8fd
|
@ -2,6 +2,15 @@
|
||||||
== pixmappaint ==
|
== pixmappaint ==
|
||||||
Copyright Elias Batek (0xEAB) 2024.
|
Copyright Elias Batek (0xEAB) 2024.
|
||||||
Distributed under the Boost Software License, Version 1.0.
|
Distributed under the Boost Software License, Version 1.0.
|
||||||
|
|
||||||
|
$(WARNING
|
||||||
|
$(B Early Technology Preview.)
|
||||||
|
)
|
||||||
|
|
||||||
|
$(PITFALL
|
||||||
|
This module is $(B work in progress).
|
||||||
|
API is subject to changes until further notice.
|
||||||
|
)
|
||||||
+/
|
+/
|
||||||
module arsd.pixmappaint;
|
module arsd.pixmappaint;
|
||||||
|
|
||||||
|
|
|
@ -179,8 +179,6 @@ public import arsd.pixmappaint;
|
||||||
- More comprehensive documentation
|
- More comprehensive documentation
|
||||||
- Additional renderer implementations:
|
- Additional renderer implementations:
|
||||||
- a `ScreenPainter`-based renderer
|
- a `ScreenPainter`-based renderer
|
||||||
- Is there something in arsd that serves a similar purpose to `Pixmap`?
|
|
||||||
- Can we convert to/from it?
|
|
||||||
- Minimum window size
|
- Minimum window size
|
||||||
- to ensure `Scaling.integer` doesn’t break “unexpectedly”
|
- to ensure `Scaling.integer` doesn’t break “unexpectedly”
|
||||||
- More control over timing
|
- More control over timing
|
||||||
|
|
Loading…
Reference in New Issue