Skip to content
#

native

Here are 1,708 public repositories matching this topic...

DearPyGui
hoffstadt
hoffstadt commented Aug 9, 2021

PLEASE ONLY DO A SINGLE WIDGET/FILE PER PULL REQUEST.

If you want to work on this, comment here and we will put your name next to the widgets you are working on. Just comment between 1 and 3 you think you can tackle within a day or 2. Look at already completed ones for a better idea.

Background

In order to start moving the backend system towards a more "component" based system, we are wo

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!

  • Updated Aug 10, 2021
  • Red
DevKiri
DevKiri commented Jul 19, 2018

When use "$: react-native dom"
Appears:
No version of 'react-native-dom' found that satisfies a peer dependency on 'react-native@0.56.0'

This is my package.json:

{
"name": "dom",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.4.1",
"

Silk.NET
roeyskoe
roeyskoe commented Aug 9, 2021

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

Improve this page

Add a description, image, and links to the native topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the native topic, visit your repo's landing page and select "manage topics."

Learn more