index
:
stockton
master
An (old) attempt at a 3D game library in Rust
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stockton-render
/
src
/
draw
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-08-25
chore(render): update hal and fix some errors
tcmal
2024-08-25
chore(all): remove copyright notices from files
tcmal
2024-08-25
feat(render): multithreaded texture loading
tcmal
2024-08-25
feat(render): rendy-memory for textures
tcmal
2024-08-25
feat(render): 2D drawing on top of 3D scene
tcmal
2024-08-25
refactor(draw): take pipeline out as its own struct
tcmal
2024-08-25
feat(draw): attach camera position/settings to entity
tcmal
2024-08-25
chore(all): update copyright
tcmal
2024-08-25
refactor(render): give some functions less arguments
tcmal
2024-08-25
chore(all): style formatting and clippy fixes
tcmal
2024-08-25
feat(render): depth buffer and refactors
tcmal
2024-08-25
refactor(draw): use macro for buffer attribute descriptions
tcmal
2024-08-25
feat(render): 3D projection
tcmal
2024-08-25
feat(render): texture store
tcmal
2024-08-25
refactor(render): update gfx-hal and use staging and index buffers.
tcmal
2024-08-25
WIP: update gfx-hal
tcmal
2024-08-25
refactor(render): update gfx-hal and fix compilation
tcmal
2024-08-25
refactor(render): seperate vertex buffer logic
tcmal
2024-08-25
(wip) feat(render): seperate vertexbuffer logic
tcmal
2024-08-25
feat(render): add draw triangles function
tcmal
2024-08-25
[wip] feat(render): add draw_triangle function
tcmal
2024-08-25
feat(render): added vulkan initialisation, etc.
tcmal