graphics-library
Here are 257 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
Aug 2, 2021 - C#
-
Updated
Aug 3, 2021 - Batchfile
-
Updated
Jun 29, 2021 - C++
Summary
Calling window.Close()
before window.Run()
throws an System.AccessViolationException
on GLFW
Calling Window.PrioritizeSdl();
before Window.Create
seems to behave as expected, without issues.
Steps to reproduce
- Platform: Desktop
- Framework Version: .NET 5.0
- API: GLFW
Minimal reproduction:
using Silk.NET.Windowing;
public class Test
{
public sta
-
Updated
Aug 6, 2021 - C
-
Updated
Aug 10, 2021 - C++
-
Updated
May 21, 2021 - C++
-
Updated
Aug 9, 2021 - C
-
Updated
Aug 3, 2021 - C++
-
Updated
Dec 7, 2017 - C++
-
Updated
Jun 26, 2021 - C
-
Updated
Feb 16, 2021 - C++
-
Updated
Aug 4, 2021 - C
-
Updated
Jun 30, 2021 - CMake
-
Updated
Jul 16, 2021 - C
-
Updated
Aug 9, 2021 - C
-
Updated
Jun 14, 2021 - C#
-
Updated
Jul 24, 2021 - Pascal
-
Updated
Apr 13, 2019 - C
-
Updated
Jul 14, 2021 - C++
-
Updated
Jun 1, 2021 - C
-
Updated
Jul 4, 2021 - C++
-
Updated
Aug 5, 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