SpartanEngine

A game engine with an emphasis on real-time cutting-edge solutions

MIT License

Stars
2K

Bot releases are visible (Hide)

SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • 2cfd8f5: [Profiler] Fixed a bug where the performance metrics would update so rapidly, you couldn't see them easily (Panos Karabelas)
  • 65e0f40: [Car] Added on screen text with certain wheel metrics (for each wheel) (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • faa49c6: [Misc] Calibrations (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • 574f547: [Renderer] Introduced DrawString() which can be used to render text anywhere on the screen (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • df897fb: Update readme.md (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • 8d736e3: [Car] Added some additional comments (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • 7ce41f4: [Car] Enabled all wheel drive to make it a little bit more fun (faster/responsive) (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • 7e0de33: [Car] Re-commiting as some changes weren't picked up (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • 4c5f331: [World] Improved physical properties and the handling of the car (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • 230c9b9: [World] The car world now has a drivable car (arrow keys), the rendering aspect of it is still out of sync (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • b458662: [Profiler] Updated widget so that it shows passes by duration and ascendingly, also adjusted the way the bar length is calculated so that it's independent form the others (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • c69a3a4: [World] Updated terrain's background audio to also include river sounds (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • 33eb846: [Renderer] All instanced meshes will now receive alpha tested shadows, as a result, the terrain default world now loads with shadows enabled (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • 38f1c26: [Vulkan] Fixed validation errors that would occuring during the loading of the terrain world (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • 15868da: [Editor] Renderable and terrain components will now display about instancing (insttance count, tree count, plant count, etc) (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • d8e8dea: [World] Added 20.000 plants to the terrain world (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • 16d4d14: [Renderer] Depth pre pass is now enabled by default as it performns considerably faster with complex worlds (like the terrain) (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • 4eaa38b: [PhysicsBody] The terrain collider will now be center properly on the actual mesh (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • e4abdcf: [Light] Reduced shadow cascades to 3 (was 4) (Panos Karabelas)
  • 34c519f: [Physics] Fixed an issue where local inertia was not calculated correctly, causing the pickable physics cube world to not behave as expected (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • f64d9e4: [Engine] Fixed an assert that would happen upon exiting full screen mode (Panos Karabelas)
SpartanEngine - Development Build

Published by github-actions[bot] about 1 year ago

Commits

  • 477375f: [Entity] Iteration is now using a reference (Panos Karabelas)