kayomn opened issue kayomn/ona#67 2024-07-26 22:54:08 +02:00
Add function for drawing colored rectangles.
kayomn commented on issue kayomn/ona#64 2024-07-26 20:36:56 +02:00
Text rendering

Gonna implement a V1 of text rendering in a GUI module. It's less destructive than implementing it as part of the GFX module when it doesn't need to be. At the very least, it can be integrated…

kayomn commented on issue kayomn/ona#64 2024-07-26 01:49:20 +02:00
Text rendering

I considered adding sub-pixel font rendering to the list of things to discuss, but it incurs too many restrictions. For example, simply moving the where the bounding box is rendered on the screen…

kayomn opened issue kayomn/ona#66 2024-07-26 01:34:04 +02:00
Expose different sampling modes when drawing textures
kayomn closed issue kayomn/ona#65 2024-07-26 01:14:37 +02:00
Infer texture size when rendering.
kayomn pushed to main at kayomn/ona 2024-07-26 01:14:37 +02:00
13c58bf106 Automatically calculate draw_texture scale from image resolution by default (closes #65)
kayomn pushed to main at kayomn/ona-template 2024-07-26 01:13:49 +02:00
91101742bc Update with recent API changes
kayomn commented on issue kayomn/ona#65 2024-07-26 00:08:23 +02:00
Infer texture size when rendering.

Actually, anchoring can be handled through the transforms. I don't think that's relevant thinking about it.

kayomn commented on issue kayomn/ona#65 2024-07-25 23:59:21 +02:00
Infer texture size when rendering.

Also would be worth making it so you can specify the image origin point for things like scaling and rotation.

kayomn opened issue kayomn/ona#65 2024-07-25 23:55:33 +02:00
Infer texture size when rendering.
kayomn pushed to main at kayomn/ona 2024-07-25 23:51:19 +02:00
a63eefd7d4 Add reference to ona-template in the readme
kayomn pushed to main at kayomn/ona 2024-07-25 23:26:14 +02:00
e350d88793 Reduce complexity of build script
kayomn pushed to main at kayomn/ona 2024-07-25 22:29:38 +02:00
c68753bf84 Fix final CWD usage in build script
kayomn pushed to main at kayomn/ona 2024-07-25 22:14:01 +02:00
165c3fe071 Fix CWD path usage in build script
5674867adf Add missing section to readme
3d4e6bb44b Remove unnecessary delta time arg to fixed-timestep systems
Compare 3 commits »
kayomn opened issue kayomn/ona#64 2024-07-25 15:27:42 +02:00
Text rendering
kayomn pushed to main at kayomn/ona 2024-07-25 02:24:21 +02:00
db0e08d530 Remove unnecessary backbuffer copy
kayomn pushed to main at kayomn/ona 2024-07-25 02:12:10 +02:00
9f0f565b0b Add mouse input, axis mappings, and an input demo (closes #63)
kayomn closed issue kayomn/ona#63 2024-07-25 02:12:09 +02:00
Mouse input handling
kayomn commented on issue kayomn/ona#40 2024-07-24 23:16:30 +02:00
Ona Script Leak Detection

Not applicable as the scripting lang is currently removed from the project

kayomn closed issue kayomn/ona#40 2024-07-24 23:16:30 +02:00
Ona Script Leak Detection