Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanmcmillan/scroll-and-sigil-wasm
https://github.com/nathanmcmillan/scroll-and-sigil-wasm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathanmcmillan/scroll-and-sigil-wasm
- Owner: nathanmcmillan
- Created: 2020-05-10T17:49:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T18:11:43.000Z (over 4 years ago)
- Last Synced: 2024-06-20T20:37:00.019Z (7 months ago)
- Language: Go
- Size: 1.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scroll and sigil webgl
Legacy browser golang + webgl project
- [website](https://scrollandsigil.com)
## Outdated TODO
- Production should cache files on server
- Allow config files for creating things/scenery/items/missiles (instead of hard coded)
- Server should and cull network traffic per person based on visibility
the same logic should be applicable for view culling for client rendering
cast rays from edges of cube/blocks and determine if "solid" block prevents view
- Camera will zoom to avoid clipping terrain
- Client side movement prediction/reckoning
- Chatbox for people to talk
- Motion blur shader
- Anti aliasing shader
- Ambient occlusion shader
- Depth of field shader