Commit Graph

177 Commits

Author SHA1 Message Date
SeanOMik 31799cae05
Some code cleaup of the renderer file
ci/woodpecker/push/build Pipeline was successful Details
2023-10-29 21:01:58 -04:00
SeanOMik 6b935739ef
Add system criteria
ci/woodpecker/push/build Pipeline was successful Details
2023-10-29 17:54:04 -04:00
SeanOMik 927566ca3d
Add delta time, use it in the free fly camera
ci/woodpecker/push/build Pipeline was successful Details
2023-10-26 22:26:13 -04:00
SeanOMik 1f534bb1aa
Fix unintended roll of fly cam
ci/woodpecker/push/build Pipeline was successful Details
2023-10-26 12:17:10 -04:00
SeanOMik f3c25b6370
Rotate camera with mouse
ci/woodpecker/push/build Pipeline was successful Details
2023-10-25 21:49:38 -04:00
SeanOMik 249b87afed
Create simple keyboard controlled free fly camera
ci/woodpecker/push/build Pipeline was successful Details
2023-10-24 20:03:27 -04:00
SeanOMik 4191a463f5
Remove warnings from testbed example
ci/woodpecker/push/build Pipeline was successful Details
2023-10-23 16:56:55 -04:00
SeanOMik 63df35f8fc
Fix most warnings and clippy lints
ci/woodpecker/push/build Pipeline was successful Details
2023-10-22 21:49:31 -04:00
SeanOMik 04d47c34bc
Fix ci
ci/woodpecker/push/build Pipeline was successful Details
2023-10-22 20:49:28 -04:00
SeanOMik f5c3e50111
Fix ci
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-10-22 20:39:33 -04:00
SeanOMik 77ff6ed69c
Fix ci
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-10-22 20:28:10 -04:00
SeanOMik 73858b444c
Fix ci
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-10-22 20:26:20 -04:00
SeanOMik c74f3400d1
Fix ci
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-10-22 20:24:00 -04:00
SeanOMik e6da582ee3
Merge branch 'feature/gltf-loading'
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-10-21 22:30:21 -04:00
SeanOMik 970e3ac8a3
Add woodpecker ci pipeline
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-10-21 22:28:08 -04:00
SeanOMik 7ae59c0415
Loading textures from gltf blob and gltf.bin's, fix loading multiple meshses in a single model 2023-10-21 22:19:34 -04:00
SeanOMik fd9f4bee2a
Implement loading material textures from gltf and rendering them 2023-10-17 22:04:25 -04:00
SeanOMik 02a0eea7b3
Don't force loaded model indicies to U32 2023-10-08 00:03:53 -04:00
SeanOMik 8f7288339d
Add default texture which fixes render error, fix cube rendering 2023-10-05 11:42:24 -04:00
SeanOMik a5b145c9b3
Create a testbed example to make developing the engine easier 2023-09-29 14:57:22 -04:00
SeanOMik fdf1c4d338
Start implementing the new Model and Mesh types with the renderer 2023-09-29 14:46:08 -04:00
SeanOMik 9d6d51af83
Load materials from gltf 2023-09-29 14:20:28 -04:00
SeanOMik 792596078d
Create a material type for loading materials 2023-09-29 13:00:33 -04:00
SeanOMik dabc051b58
Add ModelComponent, add model loader to resource manager's default loaders 2023-09-26 17:14:38 -04:00
SeanOMik 64817b6142
Add MeshVertexAttribute instead of directly storing positions 2023-09-22 12:42:36 -04:00
SeanOMik e76ca1ec50
Write a very experimental gltf loader 2023-09-21 23:11:09 -04:00
SeanOMik dddf6123c4
Continue working on gltf loader 2023-09-21 17:27:21 -04:00
SeanOMik 38e7b543c0
Start working on gltf 2023-09-21 14:22:46 -04:00
SeanOMik b5079a659a
Add tests to lyra-resource 2023-09-21 09:36:44 -04:00
SeanOMik 5828d00b74
Fix the constant window updates, move the mouse centering code out of input.rs 2023-09-19 23:05:51 -04:00
SeanOMik db84f03b57
Change the requested cursor grab depending on platform support, fix setting window size 2023-09-19 00:16:01 -04:00
SeanOMik fef032351e
Add WindowOptions for changing window behavior 2023-09-17 12:08:08 -04:00
SeanOMik 461b41695b
Add a change tracker type 2023-09-16 11:52:20 -04:00
SeanOMik cc1cfdbc68
Merge branch 'feature/assets' into 'main' 2023-09-14 22:36:37 -04:00
SeanOMik 2e08a5a784
Add 2d camera 2023-09-14 22:33:11 -04:00
SeanOMik bd21e62cba
Use resources from the resource manager, implement startup systems 2023-09-14 12:58:59 -04:00
SeanOMik a1c3cd6d99
Write resource managers request function, needs testing 2023-09-12 19:07:03 -04:00
SeanOMik e21490cd6a
Start working on assets 2023-09-12 14:25:33 -04:00
SeanOMik eb941794dc
Merge branch 'feature/plugins' into 'main' 2023-09-10 00:55:27 -04:00
SeanOMik 71c1188f3a
Finish implementing plugins, create default plugins, create input plugin 2023-09-10 00:38:54 -04:00
SeanOMik e96cb3585b
Start working on game plugins 2023-09-09 10:51:58 -04:00
SeanOMik 31e6af7015
Clean up code to be better suited to be used as a library 2023-09-08 01:06:51 -04:00
SeanOMik 0ff78cf6d6
Remove .vscode/settings.json 2023-09-08 01:06:51 -04:00
SeanOMik 32689e77ce
Convert the engine into a lib package 2023-09-08 01:06:50 -04:00
SeanOMik 2e225ccd09
Some code cleanup 2023-09-08 01:06:49 -04:00
SeanOMik 81c3b5be55
Fix the logger to include info logs from other crates 2023-09-08 01:06:48 -04:00
SeanOMik 3d350448dc
Add depth buffer 2023-09-08 01:06:47 -04:00
SeanOMik 25aff0cc1f
Remove resources created by entities after they die 2023-09-08 01:06:46 -04:00
SeanOMik ef4426a991
Update entity model buffers when changed 2023-09-08 01:06:45 -04:00
SeanOMik f339d048b2
Expand transform buffers when they're full 2023-09-08 01:06:45 -04:00