summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-27docs(glfw): add InputMode & CursorMode doc commentsHampusM
2023-11-27feat(glfw): add get mouse button inputHampusM
2023-11-27chore: replace Engine::new window params with window settingsHampusM
2023-11-27feat(engine): add support for custom camera implementationsHampusM
2023-11-27chore: make compile again & remove colored cubeHampusM
2023-11-27chore: remove transparent parts of vent textureHampusM
2023-11-27feat(engine): add lighting mapsHampusM
2023-11-26feat(engine): make textures clonableHampusM
2023-11-23fix: reduce default light source builder color brightnessHampusM
2023-11-23chore(engine): add include guard to light.glslHampusM
2023-11-23fix(engine): prevent removing newlines when deleting GLSL #versionHampusM
2023-11-21chore: remove usage of deleted struct LightSettingsHampusM
2023-11-20feat(engine): add materialsHampusM
2023-11-14chore(engine): remove unused shader fragment-light.glslHampusM
2023-11-13fix(engine): make object translate function add to current posHampusM
2023-11-12feat: replace rectable & triangle with lighted cubesHampusM
2023-11-12build(engine): disable default features of image dependencyHampusM
2023-11-12build(glfw): disable default features of bindgen dependencyHampusM
2023-11-12feat(engine): add basic flat lightingHampusM
2023-11-12feat(engine): add support for textures with 8-bit rgba dataHampusM
2023-11-12chore(engine): add shader preprocessorHampusM
2023-11-05refactor(engine): add shader program currently bound safetyHampusM
2023-11-02refactor(engine): make renderer a structHampusM
2023-11-02feat(engine): add texturingHampusM
2023-11-02chore: use Object builderHampusM
2023-11-02refactor: replace Object new method with builderHampusM
2023-10-30feat(engine): add Vec3 scalar Sub & Add implsHampusM
2023-10-27feat(engine): add get cursor positionHampusM
2023-10-27feat(glfw): add get cursor position & set input and cursor modeHampusM
2023-10-26fix(engine): use correct far & near perspective projection argsHampusM
2023-10-26style: increase max struct literal width to 36HampusM
2023-10-26feat: add rotate around center with inputHampusM
2023-10-26feat(engine): add non mutable camera getter to EngineHampusM
2023-10-26feat(engine): add direction functions to CameraHampusM
2023-10-26feat(engine): add mut position getter to CameraHampusM
2023-10-26feat(engine): add Vec3 AddAssign & SubAssign implsHampusM
2023-10-26feat(engine): add scalar multiply impl for Vec3HampusM
2023-10-26feat(engine): add get keyboard inputHampusM
2023-10-25feat(glfw): make Size derive Debug, Clone, PartialEq & EqHampusM
2023-10-25feat(glfw): add get keyboard inputHampusM
2023-10-25feat(engine): make Vec3 implement AddHampusM
2023-10-25feat(engine): make camera look at a target positionHampusM
2023-10-25feat(engine): add object position getterHampusM
2023-10-25feat(engine): enable depth testingHampusM
2023-10-24feat(engine): add delta timeHampusM
2023-10-23feat(engine): add cameraHampusM
2023-10-23feat(engine): add perspectiveHampusM
2023-10-23feat: add square together with triangleHampusM
2023-10-23feat(engine): add using element buffersHampusM
2023-10-23refactor(engine): rename vertex buffer to buffer & make genericHampusM