Sofia Talarmo

Results 17 issues of Sofia Talarmo

Implement an optimization to the `renderer` module, where the rectangles are drawn with instanced array rendering (`gl::DrawArraysInstanced`). This should improve rendering performance about 6 times.

enhancement
optimization

Make an icon/logo for GLerminal to use in the discord, README.md and various other places where it could be useful.

enhancement
low priority

Add more effects to `TermCharacter`, such as **bold**, *italics*, underline -> and borders (Added in the background-shader). - [ ] **bold** - [ ] *italics* - [ ] underline -...

enhancement
feature

The tests should be moved outside of the src-folder, forming a hierarchy as following: ``` glerminal/ ├── examples/ ├── fonts/ ├── src/ └── tests/ ```

help wanted
wontfix
low priority

### Operating System Info Other ### Other OS ArchLinux (6.10.4-arch2-1) ### OBS Studio Version Other ### OBS Studio Version (Other) 30.2.1-1 (latest from ArchLinux official repos) ### OBS Studio Log...

### 🔎 Search Terms is:issue is:open 2742 ### 🕗 Version & Regression Information This seems to not be a regression bug ### ⏯ Playground Link https://github.com/Teascade/typescript-error-demonstration ### 💻 Code ```ts...

Needs Investigation
Experience Enhancement

If you try to compile the project via the Dockerfile, you will encounter an error ``` error: failed to run `rustc` to learn about target-specific information Caused by: process didn't...