Artem Sedykh

Results 18 issues of Artem Sedykh

### Problem Strange text flickering with minimal settings. ![glitch](https://user-images.githubusercontent.com/19890545/173884656-e1f71f4b-a544-4688-b342-8aad6cebeee8.gif) Happens with this: ``` text.Draw() ebitenutil.DebugPrintAt() text.DrawWithOptions() ``` And this: ```go ebiten.SetWindowResizingMode(ebiten.WindowResizingModeEnabled) ebiten.SetFPSMode(/* any value, can be ignored */) if err...

bug
os:linux
needs-investigation

### Problem For the operation of most programs related to drawing and image processing, it is important to be able to detect the pressing force of the stylus and fingers....

feature
request

### Problem The library code now contains methods for modifying components at runtime, but they are not yet tested and turned off. ### Solution It is necessary to enable and...

enhancement
good first issue
needs-investigation

### Problem When adding systems, there is no check for unregistered components. ```go func makeSystem(world *world, s interface{}) *system { ... componentId, found := world.componentIds[componentType.Elem()] if !found { continue //...

bug
needs-investigation

### Problem We need an alternative to Filter, which will allow you to use your own list (for example, for sorting), but at the same time, it will not do...

enhancement
good first issue

### Problem At the moment, scene initialization should always go in the order: components > systems > entities. Otherwise, they will not find each other. ```go type Game struct{} func...

bug
good first issue

### What did you expect to happen? That the plugin will highlight all number literals. The full list of literals is taken from [here](https://go101.org/article/basic-types-and-value-literals.html). ### What happened instead? The plugin...

### 1. Request It would be nice to be able to specify a transparent background. ### 2. Argumentation I very often use 3d editor to create small animations, I would...

🔷Enhancement

### Operating System - [ ] Windows - [ ] macOS - [ ] Linux - [ ] FreeBSD - [ ] OpenBSD - [X] Android - [X] iOS -...

feature
os:android
os:ios
os:js
request
os:nintendoswitch
needs-investigation

### Problem Now you have to manually add gophers and control FPS. ### Solution Add automatic gopher growth up to 59 average fps.

enhancement
good first issue