index
:
game
master
A "game" written from scratch in Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
Age
Commit message (
Expand
)
Author
2024-08-17
refactor(engine): remove position field from Camera component
HampusM
2024-08-16
perf(engine): create OpenGL objects as needed instead of each frame
HampusM
2024-08-14
fix(engine): make Engine::spawn have bound TupleReduce on Comps
HampusM
2024-08-13
fix(engine): remove emitting start
HampusM
2024-08-07
refactor(engine): use start event from ecs crate
HampusM
2024-08-04
feat(engine): add component making a object not be drawn
HampusM
2024-08-04
revert(engine): remove support for drawing objects as a bundle
HampusM
2024-08-02
docs(engine): correct Engine function comments
HampusM
2024-08-02
feat(engine): make Engine::spawn return the spawned entity's UID
HampusM
2024-06-22
feat(engine): add support for drawing objects as a bundle
HampusM
2024-06-22
feat(engine): add ability to change polygon mode per object
HampusM
2024-06-20
refactor(engine): replace Transform with Position & Scale structs
HampusM
2024-06-20
refactor(engine): remove matrix new function Copy bound
HampusM
2024-06-20
feat(engine): make the matrix struct public
HampusM
2024-06-02
feat(engine): add cube mesh creation
HampusM
2024-05-24
fix(engine): enable OpenGL debug context when debug feature is enabled
HampusM
2024-05-24
fix(engine): use window creation hint value enum
HampusM
2024-05-24
fix(engine): enable OpenGL multisampling on renderer init
HampusM
2024-05-24
refactor(engine): remove useless match on window creation hint
HampusM
2024-05-24
refactor(engine): make PointLight have a position
HampusM
2024-05-23
feat(engine): add directional light
HampusM
2024-05-23
refactor(engine): pass vertex data to fragment shader with struct
HampusM
2024-05-23
refactor(engine): pass vertex data as struct to calc_point_light
HampusM
2024-05-23
refactor(engine): seperate light properties in shader
HampusM
2024-05-23
refactor(engine): rename renderer module to opengl.rs
HampusM
2024-05-23
style(engine): fix whitespace in shaders
HampusM
2024-05-22
feat(engine): add support for multiple point lights
HampusM
2024-05-22
refactor(engine): make shader functions not use uniforms directly
HampusM
2024-05-22
feat(engine): add point light attenuation
HampusM
2024-05-22
refactor(engine): make PointLight non-exhaustive & add builder
HampusM
2024-05-22
refactor: rename LightSource to PointLight
HampusM
2024-05-22
refactor(engine): remove ambient color from shader Light struct
HampusM
2024-05-19
fix(engine): use ambient light from GlobalLight
HampusM
2024-05-19
refactor(engine): make Material non-exhaustive & fields public
HampusM
2024-05-18
fix(engine): prevent camera moving when window regains focus
HampusM
2024-05-18
feat(engine): add Window function to set focus callback
HampusM
2024-05-18
refactor(engine): fix clippy lints
HampusM
2024-05-18
refactor(engine): generate vertex builder using the builder macro
HampusM
2024-05-18
feat(engine): add Obj method to read & parse it's material libs
HampusM
2024-05-18
refactor(engine): prevent warning about unused Value::Integer value
HampusM
2024-05-18
refactor(engine): remove unused import in texture.rs
HampusM
2024-05-18
feat(engine): add basic Wavefront MTL parsing
HampusM
2024-05-18
fix(engine): change default material colors to white
HampusM
2024-05-12
feat(engine): add global material ambient color offsetting
HampusM
2024-05-12
feat(engine): implement operation traits for Color
HampusM
2024-05-12
feat(engine): add support for faces without texture/normal in obj
HampusM
2024-05-12
fix(engine): make default material colors black
HampusM
2024-05-12
fix(engine): check Wavefront obj statement argument counts
HampusM
2024-05-07
refactor(engine): remove unused vertex color attribute
HampusM
2024-05-07
feat(engine): add support for Wavefront obj usemtl & mtllib
HampusM
[next]