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
kayomn commented on issue kayomn/ona#42 2024-07-24 23:16:19 +02:00
Constant Folding for Let Variables in Ona Script

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

kayomn closed issue kayomn/ona#42 2024-07-24 23:16:19 +02:00
Constant Folding for Let Variables in Ona Script
kayomn closed issue kayomn/ona#61 2024-07-24 23:09:37 +02:00
Create bundle module
kayomn pushed to main at kayomn/ona 2024-07-24 23:09:37 +02:00
0f2950a630 Improve App entry-point declaration (closes #61)
kayomn commented on issue kayomn/ona#61 2024-07-24 19:25:55 +02:00
Create bundle module

My thinking is somethig like this:

pub main = ona.start(bundle.setup_then(my_game_setup));

This change would get rid the of the options structure entirely, as I don't see much…

kayomn opened issue kayomn/ona#63 2024-07-24 14:15:18 +02:00
Mouse input handling
kayomn opened issue kayomn/ona#62 2024-07-24 13:59:44 +02:00
Implement basic audio playback
kayomn commented on issue kayomn/ona#61 2024-07-24 13:55:20 +02:00
Create bundle module

Each module will also eventually be getting setup parameters exposed for finer control. Whatever aggregate setup approach is used will want to forward these parameters to each relevant modules.

kayomn opened issue kayomn/ona#61 2024-07-24 13:50:23 +02:00
Create bundle module
kayomn closed issue kayomn/ona#55 2024-07-24 02:07:51 +02:00
Make a Zig package for Ona
kayomn pushed to main at kayomn/ona 2024-07-24 01:56:23 +02:00
f49906c714 Fix Zig test build errors
09872990a1 Fix test build error
08b5d7539c Update readme with promotional content and new build instructions
Compare 3 commits »
kayomn pushed to main at kayomn/ona 2024-07-24 01:25:27 +02:00
6ec24c765c Convert project into Zig package and add demos (#55)
kayomn opened issue kayomn/ona#60 2024-07-22 22:48:07 +02:00
Add "bundled" storage format