summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-22refactor(engine): make shader functions not use uniforms directlyHampusM
2024-05-22feat: use light attenuationHampusM
2024-05-22feat(engine): add point light attenuationHampusM
2024-05-22chore: use PointLightHampusM
2024-05-22refactor(engine): make PointLight non-exhaustive & add builderHampusM
2024-05-22refactor: rename LightSource to PointLightHampusM
2024-05-22refactor(engine): remove ambient color from shader Light structHampusM
2024-05-19fix: use updated engine light APIHampusM
2024-05-19fix(engine): use ambient light from GlobalLightHampusM
2024-05-19refactor(engine): make Material non-exhaustive & fields publicHampusM
2024-05-19feat(ecs-macros): add missing associated types to Component implsHampusM
2024-05-19feat(ecs): add support for optional query componentsHampusM
2024-05-19fix(glfw): check major version of GLFW shared libraryHampusM
2024-05-18fix(engine): prevent camera moving when window regains focusHampusM
2024-05-18feat(engine): add Window function to set focus callbackHampusM
2024-05-18feat(glfw): add Window set focus callback functionHampusM
2024-05-18docs: update todo documentHampusM
2024-05-18refactor(engine): fix clippy lintsHampusM
2024-05-18refactor(engine): generate vertex builder using the builder macroHampusM
2024-05-18chore: use obj modelsHampusM
2024-05-18feat(engine): add Obj method to read & parse it's material libsHampusM
2024-05-18refactor(engine): prevent warning about unused Value::Integer valueHampusM
2024-05-18refactor(engine): remove unused import in texture.rsHampusM
2024-05-18feat(engine): add basic Wavefront MTL parsingHampusM
2024-05-18fix(engine): change default material colors to whiteHampusM
2024-05-18fix: add GlobalLight soleHampusM
2024-05-12feat(engine): add global material ambient color offsettingHampusM
2024-05-12feat(engine): implement operation traits for ColorHampusM
2024-05-12fix(ecs): add sole type name to sole not found panic messageHampusM
2024-05-12feat(engine): add support for faces without texture/normal in objHampusM
2024-05-12fix: set material colorsHampusM
2024-05-12fix(engine): make default material colors blackHampusM
2024-05-12fix(engine): check Wavefront obj statement argument countsHampusM
2024-05-07refactor(engine): remove unused vertex color attributeHampusM
2024-05-07feat(engine): add support for Wavefront obj usemtl & mtllibHampusM
2024-05-07refactor(engine): make Wavefront obj parser not create MeshHampusM
2024-05-07feat(engine): add material builder function adding a single textureHampusM
2024-05-05feat(engine): make material textures optionalHampusM
2024-05-05chore: move textures to inside of MaterialHampusM
2024-05-05refactor(engine): make Material hold texturesHampusM
2024-05-01feat(engine): add basic Wavefront obj file parsingHampusM
2024-04-24feat(engine): add colors to materialsHampusM
2024-04-24feat: add light source cubeHampusM
2024-04-24feat(engine): add jpeg texture supportHampusM
2024-04-24fix: prevent panic when light source is also renderedHampusM
2024-04-21chore: create light source with transformHampusM
2024-04-21refactor(engine): remove LightSource position fieldHampusM
2024-04-21chore: create transform using fieldsHampusM
2024-04-21refactor(engine): make Transform fields publicHampusM
2024-04-21feat(ecs-macros): make derive macros support types with genericsHampusM