The Wayback Machine - https://web.archive.org/web/20210214001933/https://github.com/topics/graphics
Skip to content
#

graphics

Here are 3,939 public repositories matching this topic...

lmccart
lmccart commented May 9, 2018

Hi 👋👋👋

We are using this issue to focus on documentation! Documentation is essential for new learners and experienced programmers alike. It helps make our community inclusive by extending a friendly hand to those that are less familiar with p5.js. It also helps us find the bugs and issues with the code itself, because we test and try things out as we document.

[There are several ways to con

jgarvin
jgarvin commented Dec 27, 2020

use iced::{pick_list, PickList};

Compiles when targeting linux but not targeting the web.

this works: cargo build
this does not work: cargo build --target wasm32-unknown-unknown

this is the error:

error[E0432]: unresolved imports `iced::pick_list`, `iced::PickList`
 --> core/src/main.rs:9:12
  |
9 | use iced::{pick_list, PickList};
  |            ^^^^^^^^^  ^^^^^^^^ no 
DearPyGui
hoffstadt
hoffstadt commented Jan 27, 2021

Version of Dear PyGui

Version: 0.6.x and less

OS

Operating System: All

My Issue/Question

Some built in themes do not cover every theme item. When switching from a theme that controls more values to one with less, some items get "carried over"

Expected behavior

Themes should cover all theme items.

Extra Info

This is only relevant for the 0.6.x branch.

W

Improve this page

Add a description, image, and links to the graphics 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 graphics topic, visit your repo's landing page and select "manage topics."

Learn more