Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pomb/infinite-grid
Creating an infinite grid.
https://github.com/pomb/infinite-grid
games godot grid
Last synced: about 1 month ago
JSON representation
Creating an infinite grid.
- Host: GitHub
- URL: https://github.com/pomb/infinite-grid
- Owner: Pomb
- License: mit
- Created: 2022-10-25T17:44:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T17:55:13.000Z (about 2 years ago)
- Last Synced: 2024-11-10T18:46:54.400Z (2 months ago)
- Topics: games, godot, grid
- Language: GDScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Infinte Grid
Steps in generating infinte grid.
## [1. Drawing the grid](../master/01-drawing-the-grid)
Drawing the grid focuses on just that, drawing a grid that appears infinate.
It's a complete seperation of concern for drawing the grid, and the data that will get
stored in the grid.