Skip to main content
1 vote
0 answers
48 views

I am maintaining a legacy hybrid application (Main App is WinForms, hosting WPF UserControls via ElementHost). The Problem: When opening a WPF Modal Window (Window.ShowDialog()) from the WinForms main ...
panaceya's user avatar
0 votes
1 answer
35 views

Here is some information about the technologies used in my application: Microsoft Visual Studio Enterprise 2022 (64-bit) - Current Stubble.Core version 1.10.8 ( library used to apply Mustache &...
crazyTech's user avatar
  • 1,517
0 votes
0 answers
27 views

I have implemented point cloud rendering software based on Qt, referencing Potree. Its hierarchical filtering principle is as follows: First, the entire point cloud map is divided into small point ...
MR-DAI's user avatar
  • 1
0 votes
1 answer
87 views

I would like to know why image flicking while adjust it's brightness during adjustment. here is my script: from nicegui import ui from PIL import Image, ImageEnhance import io, base64 original_image = ...
Mohammad Eftekharian's user avatar
Best practices
0 votes
0 replies
33 views

I’m trying to navigate between nested pages using AutoRoute, but I’m unable to route to child pages or go back using AutoRouter.of(context).back(). I have an Authentication module with multiple nested ...
Vishnu Kumar's user avatar
-2 votes
0 answers
147 views

So I was trying to make a 3d engine from scratch in Python when i tried to rotate the plane. All axes were fine as predefined rotations in 3d space, but when updating rotation in the code, only the x ...
Mohammed H.'s user avatar
Advice
0 votes
6 replies
193 views

I have wanted to make a GUI library so that I can use it in my own video game that I am making and maybe in the future have it be used for other things like software. I wanted to ask where to start ...
ShizamDaGeek's user avatar
-3 votes
1 answer
51 views

I use a learning management system from my coaching classes, and due to copyrighted material, I can't share screenshots here. However, I'm attempting to convert typed math to Latex/Mathjax math ...
chickfeet08's user avatar
0 votes
0 answers
49 views

I have a really weird issue with rendering chunks in my Godot 4 (4.3.1) world generation implementation, when zooming really close, some chunks start to disappear (but they are still 100% loaded, ...
unwritten_k's user avatar
1 vote
0 answers
68 views

I'm attempting to render out part of a spritesheet to a new standalone texture. I have the triangles, vertexes and uv coords of my sprite but my code only correctly renders the first triangle not the ...
Knackname's user avatar
0 votes
0 answers
30 views

I need to create lines in PIXI.js that have their points changed often (specifically for musical crescendo lines). These lines may take any points the user gives which means that drawing them using ...
Caden The Yak's user avatar
0 votes
0 answers
91 views

I'm working with SkiaSharp library and I write this main code for the text's rendering: private void SendText(OggettoLayout oggetto, SKCanvas canvas, float dpi, bool antialiasingOff) { ...
Francesco Vargas's user avatar
1 vote
0 answers
59 views

The mobile platform I'm using in my current UE 4.27 project has low performance, so I'm considering whether I can pause the rendering thread and release the rendering resources in the scene when the ...
Yongle's user avatar
  • 11
0 votes
0 answers
47 views

I have a sequence of points in 2d that are rendered as a thick line by using quads.The quads are formed by extruding the curve around its center line in the normal direction. The figure is showing a ...
user877329's user avatar
  • 6,296
2 votes
0 answers
135 views

Im using SFML 3.0 and want to draw a window and whenever i click my left mouse button inside the window i want to draw sand for example, so a yellow pixel should appear but it doesnt work, no color ...
Felix Allerborn's user avatar

15 30 50 per page
1
2 3 4 5
465