graphics-library
Here are 266 public repositories matching this topic...
-
Updated
Aug 1, 2021 - C++
Today I was checking out the library and MSVC warns for https://github.com/alandefreitas/matplotplusplus/blob/359a775710e1b1fd5667281a0855806f149b7ab0/source/matplot/util/contourc.cpp#L1771
BOUNDARY_S
returns a bool
do the expression is bool > 0
-
Updated
Sep 13, 2021 - C#
-
Updated
Sep 8, 2021 - Batchfile
BuildTools-generated Pfn* structures implement IDisposable so that SilkMarshal.Free
can be called to unpin the delegate and allow the GC to have at it. The Vulkan Pfn* structures, which are manually written, do not implement this at the moment and cause (very minor) memory leaks.
The work is:
- look at how the Pfn* structures in one of the other libraries (for example SDL) does it
- make
-
Updated
Sep 12, 2021 - C++
-
Updated
Sep 16, 2021 - C
-
Updated
Sep 14, 2021 - C++
-
Updated
Aug 24, 2021 - C++
-
Updated
Aug 26, 2021 - C++
-
Updated
Aug 12, 2021 - C
-
Updated
Dec 7, 2017 - C++
-
Updated
Jun 26, 2021 - C
-
Updated
Feb 16, 2021 - C++
-
Updated
Aug 25, 2021 - C
-
Updated
Aug 24, 2021 - CMake
-
Updated
Sep 5, 2021 - C
-
Updated
Sep 16, 2021 - C
-
Updated
Jun 14, 2021 - C#
-
Updated
Sep 7, 2021 - Pascal
-
Updated
Apr 13, 2019 - C
-
Updated
Jul 14, 2021 - C++
-
Updated
Sep 14, 2021 - C
-
Updated
Sep 16, 2021 - C
-
Updated
Aug 18, 2021 - C++
-
Updated
Aug 8, 2021 - Pascal
-
Updated
Jul 12, 2021 - C
Improve this page
Add a description, image, and links to the graphics-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graphics-library topic, visit your repo's landing page and select "manage topics."
Hi,
We have added a new test engine (called Unity) to LVGL and planning to improve the coverage. See this README about how to write and run tests.
I've already created a test for the drop-down list as an exam