index
:
game
master
A "game" written from scratch in Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
3 days
refactor(engine): make UpdateTexture rendering command not take Image
HampusM
3 days
feat(engine): add cube map support to UpdateTexture rendering commmand
HampusM
3 days
refactor(engine): adjust gl rendering backend to opengl-bindings crate changes
HampusM
3 days
feat(opengl-bindings): make textures creatable without pixel data
HampusM
3 days
feat(opengl-bindings): add depth component texture pixel data format
HampusM
3 days
refactor(engine): adjust gl rendering backend to opengl-bindings crate changes
HampusM
3 days
refactor(opengl-bindings): include srgb(a) & data type in ↵
HampusM
texture::PixelDataFormat
4 days
fix(engine): update rendering surface sizes before next frame
HampusM
4 days
refactor(engine): rename rendering::SurfaceSpec to Surface
HampusM
4 days
perf(engine): optimize wavefront obj parsing
HampusM
4 days
feat(engine-ecs): make util::array_vec module public
HampusM
8 days
feat(engine): store perspective projection fov as degrees
HampusM
8 days
feat: replace sub cube with directional light & floor cube
HampusM
8 days
feat(engine): add fns for conversion between vec3 & euler angles
HampusM
8 days
fix(engine): make DirectionalLight default value sensible
HampusM
8 days
feat(engine): add windowing::dpi Position & Size Default impls
HampusM
9 days
feat(engine): use color edit widgets for colors in world ui view
HampusM
9 days
feat(engine): add reflection derive to color types
HampusM
9 days
feat(engine): flatten single unnamed enum fields in world ui view
HampusM
10 days
fix(engine): make sky box work when camera has orthographic projection
HampusM
10 days
feat(engine): lossily convert color shader bindings to rgb
HampusM
10 days
feat(engine): add lossy Color conversion fns
HampusM
10 days
refactor(engine): move default shader bindings system to main_render_pass mod
HampusM
10 days
refactor(engine): remove support for lumen colors
HampusM
10 days
refactor(engine): improve shader binding value validation fn readability
HampusM
12 days
refactor: use Transform component
HampusM
12 days
feat(engine): replace WorldPosition & Scale components with Transform
HampusM
12 days
feat(engine-ecs): add query traversal kind SelfOrUp
HampusM
12 days
refactor(engine-ecs): fix warning in phase mod on non-debug builds
HampusM
12 days
chore(engine-ecs): make query benchmark compile again
HampusM
12 days
fix(engine-ecs): include terms in query::Traversal Debug fmt output
HampusM
12 days
fix(engine-ecs): exclude empty items in ArrayVec Debug fmt output
HampusM
14 days
fix(engine): prevent ignored keyboard key input when main loop is slow
HampusM
14 days
fix(engine): stop overwriting previous keyboard key states
HampusM
2026-08-15
perf(engine): store keyboard key states & state updates as bits
HampusM
2026-08-13
feat: add sky box
HampusM
2026-08-13
feat(engine): add sky box support
HampusM
2026-08-13
refactor: use new cube mesh creation fn
HampusM
2026-08-13
refactor(engine): replace mesh::cube mod with new Mesh::cube fn
HampusM
2026-08-13
feat(engine): add standardized names for mesh vertex attrs & vertex shader input
HampusM
2026-08-12
feat(engine): allow vertex shader inputs as params & nested in structs
HampusM
2026-08-11
feat(engine): set GPU vertex attrs on DrawMesh command if necessary
HampusM
2026-08-11
feat(opengl-bindings): add fn to disable a vertex array attribute
HampusM
2026-08-11
feat(opengl-bindings): make more types derive Clone
HampusM
2026-08-11
refactor(engine): move matrix creation fns to appropriate places
HampusM
2026-08-10
fix(engine): prevent ignored mouse button input when main loop is slow
HampusM
2026-08-10
style(engine): apply formatting
HampusM
2026-08-08
refactor(engine): update to 0.16.0-alpha.1 release of dear-imgui-rs
HampusM
2026-08-07
feat(engine): improve struct & enum field layout in world ui view
HampusM
2026-08-07
feat(engine-ecs): improve various error log messages
HampusM
[next]