6 questions from the last 30 days
Advice
0
votes
6
replies
182
views
How to make a GUI library in C++
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 ...
-1
votes
0
answers
139
views
Y-axis rotation in python [duplicate]
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 ...
0
votes
1
answer
79
views
NiceGUI and Image Flicking during brighness adjustment
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 = ...
-3
votes
1
answer
44
views
Auto converting typed math to Latex/Mathjax [closed]
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 ...
0
votes
0
answers
29
views
How can I create clouds in THREE.js?
I'm not asking anyone to build me anything; I'm mainly focused on how this is normally done. If anyone already has something built that they'd like to show me how they did it, then that would be great....
Best practices
0
votes
0
replies
31
views
Nested Navigation Not Working in AutoRoute
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 ...