index
:
tiled-rendering.git
master
experimenting with rendering a chunked tilemap with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-07-21
add chunked tiledmap io
davidovski
2023-07-21
add kdtree
davidovski
2023-07-12
Add opts to editor
davidovski
2023-07-11
add grid
davidovski
2023-07-11
tidy saving code
davidovski
2023-07-11
implement save on exit for editor
davidovski
2023-07-11
make render changes on texture rather than image
davidovski
2023-07-11
do not allow editing tiles outside of the tilemap
davidovski
2023-07-11
add editor
davidovski
2023-07-11
make consistent variable names
davidovski
2023-07-11
refactor tiled
davidovski
2023-07-11
use struct to store multiple uniforms
davidovski
2023-07-10
exit when map load fails
davidovski
2023-07-10
tidied code for tilefile
davidovski
2023-07-10
add tile atlas to mapfile
davidovski
2023-07-10
cleanup project
davidovski
2023-07-10
load tilemap from file
davidovski
2023-07-09
use texture to pass tilemap
davidovski
2023-04-24
Set zoom to default to tile size
davidovski
2023-04-24
Test with bigger map and show fps
davidovski
2023-04-23
Render map based on passed tilemap
davidovski
2023-04-23
Pass tilemap to shader
davidovski