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
kayomn pushed to main at kayomn/ona 2024-07-22 22:29:49 +02:00
9323cad130 Merge pull request 'Add support for launch args and "dump_shader_translations" arg' (#59) from launch_args into main
ded773bc34 Add support for launch args and "dump_shader_translations" arg
Compare 2 commits »
kayomn deleted branch launch_args from kayomn/ona 2024-07-22 22:29:49 +02:00
kayomn merged pull request kayomn/ona#59 2024-07-22 22:29:48 +02:00
Add support for launch args and "dump_shader_translations" arg
kayomn closed issue kayomn/ona#57 2024-07-22 22:29:48 +02:00
Hide translated shader dumping behind behind a launch flag
kayomn created pull request kayomn/ona#59 2024-07-22 21:29:32 +02:00
Add support for launch args and "dump_shader_translations" arg
kayomn created branch launch_args in kayomn/ona 2024-07-22 21:28:37 +02:00
kayomn pushed to launch_args at kayomn/ona 2024-07-22 21:28:37 +02:00
ded773bc34 Add support for launch args and "dump_shader_translations" arg