Noah Rahm

Results 68 comments of Noah Rahm

I am thinking this is a good first issue for someone with MacOs (just so they can make sure it's working. I don't have one...) Thank you @iwoithe. I've pulled...

> It looks like the solution is not that easy unfortunately I was hoping it was, but I guess we will have to look more into it. 😏 @JohJakob could...

@JohJakob yes, those are the upstream packages that Gimel Studio uses. What you could do is just apply it to one of the widgets (e.g: the Button in GSwidgetkit) to...

It seems that the upstream new features regarding dpi and bitmaps in wxwidgets will help us out https://www.wxwidgets.org/news/2021/10/roundup-of-the-recent-changes/ 🎉

This is my very WIP draft of what I am thinking so far: GLSL Standards ----------------- - All variables should be snake case and lowercase (e.g: ``my_value``) - The original...

@Nightfurex sorry, I meant adding Properties *in* the API. (Nodes are created via what we call the API) Currently, Node Properties are added like so in the node API (the...

Notes: - We currently use https://remixicon.com/ icons so it should be mainly a matter of creating a x2 size for each icon. - We should also look into using SVG...

Oh, thanks for reminding me. Those are icons I made. 😉

@JohJakob yes, that is a good question. I would prefer to keep the icons as a ``PyEmbeddedImage`` since then we don't need to deal with file paths. However, I am...

@JohJakob Hmmm....Could you clarify what you mean by "type safety"? With Python being dynamic I don't see types as a problem. I think we are only dealing with one type...