Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nora-soderlund/terrain2drenderer
A terrain renderer for 2d grids in TypeScript, provisionally for use in canvas games or for a dynamic esthetic world map presentation.
https://github.com/nora-soderlund/terrain2drenderer
Last synced: 21 days ago
JSON representation
A terrain renderer for 2d grids in TypeScript, provisionally for use in canvas games or for a dynamic esthetic world map presentation.
- Host: GitHub
- URL: https://github.com/nora-soderlund/terrain2drenderer
- Owner: nora-soderlund
- Created: 2023-09-23T12:00:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T14:40:26.000Z (about 1 year ago)
- Last Synced: 2023-10-02T00:53:47.722Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 7.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terrain2DRenderer
A terrain renderer for 2d grids in TypeScript, provisionally for use in canvas games or for a dynamic esthetic world map presentation.## Notes
There are no plans set in stone, however, this is what's taken into consideration during this small project:| Feature |
| ------- |
| In-browser performance rendering |
| Serversided tile rendering (spritesheets) for less client processing |
| Serversided static rendering |
| GeoJSON to grid processing (most likely as a module) |
| Customizable tile rendering |## Previews
These previews are rendered inside of GitHub runners from the most latest main commit.### Debug preview
### Island preview
### GeoJSON preview