SeanOMik
  • Joined on 2023-04-26
SeanOMik created branch feature/gltf-scene-fixes in SeanOMik/lyra-engine 2024-03-08 16:04:40 +00:00
SeanOMik pushed to feature/gltf-scene-fixes at SeanOMik/lyra-engine 2024-03-08 16:04:40 +00:00
cf3f70dbb9 resource, render: load in texture sampler from gltf and use them in the renderer
4a293e5c18 cleanup some simple compiler warnings
8d1961bb08 render: fix the TransformBuffers that could only store a single Transform for an entity
7d8798bf53 render: process GltfScenes and Node local transforms
5861cb8c3f resource: Create Gltf object, expand GltfScene to collect all node transforms, other qol changes
Compare 10 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-03-05 05:38:25 +00:00
1b2c61176f Updated transitive dependencies
SeanOMik deleted branch feature/ecs-relations from SeanOMik/lyra-engine 2024-03-03 21:22:41 +00:00
SeanOMik pushed to main at SeanOMik/lyra-engine 2024-03-03 21:22:41 +00:00
ad82f61cf4 Merge pull request 'Implement relationships in the ECS' (#3) from feature/ecs-relations into main
70fecc8cdd fixes across crates after changes to ecs
c0df9f2d65 ecs: fix a typo in docs
6210778e9d ecs: some code cleanup
7d90b1d38f ecs: improve docs
Compare 6 commits »
SeanOMik merged pull request SeanOMik/lyra-engine#3 2024-03-03 21:22:40 +00:00
Implement relationships in the ECS
SeanOMik created pull request SeanOMik/lyra-engine#3 2024-03-03 21:22:22 +00:00
Implement relationships in the ECS
SeanOMik pushed to feature/scene-as-ecs at SeanOMik/lyra-engine 2024-03-03 21:22:00 +00:00
35815fa019 Create a new crate! lyra-scene for representing a SceneGraph in an ECS world
b51f1e16ef ecs: fix World::insert, finish a TODO related to it
Compare 2 commits »
SeanOMik created branch feature/scene-as-ecs in SeanOMik/lyra-engine 2024-03-03 21:22:00 +00:00
SeanOMik pushed to feature/ecs-relations at SeanOMik/lyra-engine 2024-03-03 03:54:57 +00:00
70fecc8cdd fixes across crates after changes to ecs
c0df9f2d65 ecs: fix a typo in docs
6210778e9d ecs: some code cleanup
7d90b1d38f ecs: improve docs
21537481c9 ecs: add relations, improve docs
Compare 7 commits »
SeanOMik pushed to main at SeanOMik/lyra-engine 2024-03-03 03:51:14 +00:00
d4135e0216 ci: fix ci and change triggers
SeanOMik pushed to main at SeanOMik/lyra-engine 2024-03-03 03:46:00 +00:00
573bdd58b0 ci: fix ci
SeanOMik pushed to main at SeanOMik/lyra-engine 2024-03-03 03:42:47 +00:00
c980fbb508 ci: change ci triggers
SeanOMik pushed to main at SeanOMik/lyra-engine 2024-03-03 03:34:14 +00:00
638c4c1c2f ci: change ci triggers
SeanOMik pushed to main at SeanOMik/lyra-engine 2024-03-03 03:28:59 +00:00
71693971c2 Merge pull request 'Create an early scripting engine' (#2) from feature/early-scripting into main
31398d5446 scripting: update elua submodule
de4fb76f31 scripting: update for elua and new wip support for teal
aadc8e5094 scripting: expose all other ActionHandler methods to Lua
d0179cda69 scripting: get FreeFlyCamera working with ActionHandler created by Lua
Compare 43 commits »
SeanOMik deleted branch feature/early-scripting from SeanOMik/lyra-engine 2024-03-03 03:28:59 +00:00
SeanOMik merged pull request SeanOMik/lyra-engine#2 2024-03-03 03:28:57 +00:00
Create an early scripting engine
SeanOMik created pull request SeanOMik/lyra-engine#2 2024-03-03 02:50:55 +00:00
Create an early scripting engine
SeanOMik created branch feature/ecs-relations in SeanOMik/lyra-engine 2024-03-03 02:37:25 +00:00
SeanOMik pushed to feature/ecs-relations at SeanOMik/lyra-engine 2024-03-03 02:37:25 +00:00
3af2a54ae0 fixes across crates after changes to ecs
90ef6204a3 ecs: fix a typo in docs
7b8630aaf5 ecs: some code cleanup
8764a12ba7 ecs: improve docs
06b037ac7f ecs: add relations, improve docs
Compare 5 commits »