- 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
Block a user
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…
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…
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
}
`…
Large data should seldom be sent to the backend
Attribute system doesn't allow resetting
Attribute system doesn't allow resetting
Need to replace input event capturing with something more dynamic