Sasha Koshka sashakoshka
  • Manehattan MAS hub
  • https://holanet.xyz
  • Sasha Koshka is the name I go by online. E-mail me if you have questions about that or about my projects in general.

  • Joined on 2022-08-07
sashakoshka commented on issue tomo/tomo#21 2024-08-01 21:33:37 -06:00
Revise API to better support backend servers in the future

This would, of course, render icon sets obsolete. The backend would need to search for the correct icons, and it would need to be configured to do so outside of the API. Perhaps, then, it would be…

sashakoshka commented on issue tomo/tomo#21 2024-08-01 21:15:40 -06:00
Revise API to better support backend servers in the future

Maybe icons should be their own attribute. When specified, they would render over textures. This would allow the icon resource to be controlled entirely by the backend in most cases, relieving the…

sashakoshka commented on issue tomo/tomo#21 2024-08-01 21:02:23 -06:00
Revise API to better support backend servers in the future

Font faces ought to be specified like this:

type Font struct {
        Face   string
        Size   float64
        Weight float64
        Italic float64
        Slant  float64
}
`…
sashakoshka opened issue tomo/tomo#21 2024-08-01 17:10:05 -06:00
Large data should seldom be sent to the backend
sashakoshka closed issue tomo/tomo#19 2024-07-30 22:36:15 -06:00
Need better font system
sashakoshka pushed to main at tomo/tomo 2024-07-30 22:36:15 -06:00
6fd236f96c AttrFace is now AttrFont
sashakoshka closed issue tomo/tomo#20 2024-07-30 22:20:18 -06:00
Attribute system doesn't allow resetting
sashakoshka pushed to main at tomo/tomo 2024-07-30 22:20:02 -06:00
cf092b4447 Add UnsetAttr
8403d621a8 AttrKind values are now part of the API
Compare 2 commits »
sashakoshka pushed to main at tomo/nasin 2024-07-30 11:01:58 -06:00
98fb8a3e01 We load fonts but it's a bit broken
90072d8a9e Test and fix ValueColor.RGBA
f42dee22f5 Initial stylesheet support
Compare 3 commits »
sashakoshka opened issue tomo/tomo#20 2024-07-30 10:48:45 -06:00
Attribute system doesn't allow resetting
sashakoshka opened issue tomo/tomo#19 2024-07-30 10:43:34 -06:00
Need better font system
sashakoshka commented on issue tomo/tomo#5 2024-07-30 10:36:14 -06:00
Need to replace input event capturing with something more dynamic

This has been done

sashakoshka closed issue tomo/tomo#5 2024-07-30 10:36:14 -06:00
Need to replace input event capturing with something more dynamic
sashakoshka pushed to main at tomo/nasin 2024-07-28 23:51:06 -06:00
905953b7f9 Progress on stylesheets
e01b3c8e00 Fix application.go and internal registrar
Compare 2 commits »
sashakoshka pushed to main at tomo/objects 2024-07-28 23:50:29 -06:00
572e0c49af LabelCheckbox sets its label as not selectable
sashakoshka pushed to main at sashakoshka/goparse 2024-07-28 15:41:48 -06:00
f3b628c404 Add godoc badge
sashakoshka pushed tag v0.2.0 to sashakoshka/goparse 2024-07-28 00:30:37 -06:00
sashakoshka released v0.2.0 at sashakoshka/goparse 2024-07-28 00:30:37 -06:00
sashakoshka pushed to main at sashakoshka/goparse 2024-07-28 00:30:07 -06:00
ec0425ec60 Add way to specify token names
sashakoshka pushed tag v0.1.0 to sashakoshka/goparse 2024-07-28 00:17:35 -06:00