https://github.com/karl-zylinski/sdf-terrain-painter
Signed Distance Field terrain painter prototype
https://github.com/karl-zylinski/sdf-terrain-painter
gamedev odin sdf
Last synced: 7 months ago
JSON representation
Signed Distance Field terrain painter prototype
- Host: GitHub
- URL: https://github.com/karl-zylinski/sdf-terrain-painter
- Owner: karl-zylinski
- License: mit
- Created: 2024-05-07T21:19:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T09:44:26.000Z (about 1 year ago)
- Last Synced: 2025-03-28T17:08:36.222Z (7 months ago)
- Topics: gamedev, odin, sdf
- Language: Odin
- Homepage:
- Size: 73.2 KB
- Stars: 29
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a prototype of painting terrain using Signed Distance Fields for 2D top down games. This is just implemented on the CPU and is not very performant, it's a proof of concept.
