-
Updated
May 15, 2020 - Go
2d-graphics
Here are 226 public repositories matching this topic...
-
Updated
Apr 22, 2020 - Ruby
Not something I know a lot about, but from reading up on the topic, it seems that the "gamma" prefix in these functions is redundant since it is implied by srgb.
Since they are public functions changing the name would be a breaking change, so it may not be worth the headache it creates for such a trivial change. However, it would make for a nicer API and piston is still pre 1.0.
[Link to the cod
-
Updated
Feb 16, 2020 - C
-
Updated
Jun 20, 2020 - C
-
Updated
Jul 3, 2020 - Julia
-
Updated
Jun 29, 2020 - C
Currently only the site-wide config, that in the CWD, and things in LOAD_PATH are looked for. It would be nice to look for a "dot" file in the home directory as well.
I would submit a pull request but I have not yet grokked how to develop Pkgs in julia
-
Updated
Mar 3, 2020 - Go
-
Updated
May 25, 2020 - C++
-
Updated
Feb 19, 2020 - Kotlin
Dear DarwinNE, I have reveled an incongruence from instrution manual in italian language and the print option in the FidoCADj v0.24.6 gamma.
In italian manual for v.0.24, in the cap. 2.3 I Layer, is letterally reported:
""Il nome ed il colore di ogni layer si può specificare attraverso il menu “Vista/Layer”. Dallo stesso menù si può decidere se disegnare o meno un certo layer a schermo, oppure in
-
Updated
Oct 21, 2019 - Swift
-
Updated
Nov 30, 2018 - C++
-
Updated
Feb 10, 2020 - Java
-
Updated
Jan 20, 2020 - Go
-
Updated
Aug 29, 2019 - Python
-
Updated
Jun 15, 2020 - C#
-
Updated
Jun 23, 2019 - Java
-
Updated
May 6, 2017 - C#
-
Updated
Aug 1, 2018 - Swift
-
Updated
Oct 8, 2019 - C
Write documentation
There is already a working sample project, but the project does need more documentation.
Documentation can be based on the original at https://bitbucket.org/C3/2d-xna-primitives/wiki/Home, just updated and improved where possible.
-
Updated
Apr 25, 2020 - Python
-
Updated
Apr 14, 2020 - C
Improve this page
Add a description, image, and links to the 2d-graphics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 2d-graphics topic, visit your repo's landing page and select "manage topics."
Is there future intent for
BLPath::fitTo'sfitFlagsparameter? If not, would its removal be considered?I wasn't able to find any uin32_t flags in the docs, eventually had to dig up the source, and found the parameter isn't honored right now: https://github.com/blend2d/blend2d/blob/master/src/blend2d/blpath.cpp#L1912
p.s. Super wonderful project :) Very impressed with it overall.