SeanOMik
  • Joined on 2023-04-25
SeanOMik created branch feature/simple-lighting in SeanOMik/lyra-engine 2023-11-10 12:28:34 -05:00
SeanOMik pushed to feature/simple-lighting at SeanOMik/lyra-engine 2023-11-10 12:28:34 -05:00
d26e1ccfb4 Create a PointLight component for light position
e95a45fd53 Implement a single point light with blinn-phong lighting
Compare 2 commits »
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-11-08 20:53:22 -05:00
988fd6bf42 Merge branch 'feature/input-actions' into 'main'
8d6e675c82 Implement a decent first pass of the input action system
75c0377d9c Create structs for the input actions
76f81d6b02 Create an input module to cleanup code
Compare 4 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-11-08 19:27:38 -05:00
6ae9fab005 Updated transitive dependencies
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-11-08 03:07:38 -05:00
844fb61fcf Updated transitive dependencies
4d384eb4dc Replaced HTML escape character for single quote with URL encoding
0c45103fbd Wait no actually single quotes specifically do need to be escaped
be2c118284 Now we can combine three different types of quotation marks
77e98c1f52 Wait it was just an issue of single quotes versus double quotes, because single quotes are valid in filenames
Compare 8 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-11-06 18:37:40 -05:00
00b8af42fe Add --all to accepted format list
SeanOMik pushed to feature/input-actions at SeanOMik/lyra-engine 2023-11-05 22:51:08 -05:00
8d6e675c82 Implement a decent first pass of the input action system
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-11-05 18:07:37 -05:00
b5566eee27 Only apply filtering when --filtering is passed
a918737896 Unquote string because it breaks version naming
f994d6a8d8 Quoted latest string in Docker build script
Compare 3 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-11-05 09:57:38 -05:00
ad8309e304 Added support for versioned docker tags (finally)
61ea0b9670 Replace default --image flag with MarkFlagsOneRequired() from spf13/cobra
625877a924 Updated transitive dependencies
Compare 3 commits »
SeanOMik pushed to feature/input-actions at SeanOMik/lyra-engine 2023-11-04 22:49:09 -04:00
f34fe38f54 Switch to desktop
SeanOMik deleted branch feature/fixrate-interpolate from SeanOMik/lyra-engine 2023-11-04 11:35:22 -04:00
SeanOMik pushed to feature/input-actions at SeanOMik/lyra-engine 2023-11-04 11:34:59 -04:00
75c0377d9c Create structs for the input actions
76f81d6b02 Create an input module to cleanup code
Compare 2 commits »
SeanOMik created branch feature/input-actions in SeanOMik/lyra-engine 2023-11-04 11:34:59 -04:00
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-11-03 19:50:26 -04:00
73160172ee Merge branch 'feature/fixrate-interpolate'
b9b2c9f8e7 Finish fixed rate transform interpolation for the renderer
1b723cc30b Attempt to interpolate transforms in the renderer
Compare 3 commits »
SeanOMik pushed to feature/fixrate-interpolate at SeanOMik/lyra-engine 2023-10-31 14:29:20 -04:00
1b723cc30b Attempt to interpolate transforms in the renderer
SeanOMik created branch feature/fixrate-interpolate in SeanOMik/lyra-engine 2023-10-31 14:29:20 -04:00
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-10-30 00:02:25 -04:00
baa2c14d72 Updated transitive dependencies
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-10-29 21:02:02 -04:00
31799cae05 Some code cleaup of the renderer file
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-10-29 17:54:09 -04:00
6b935739ef Add system criteria
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-10-29 17:53:20 -04:00
ec79f6a67a Add system criteria