https://github.com/nrissot/starmap
Simple starmap built in go using Ebitengine and a bit of trigonometry
https://github.com/nrissot/starmap
ebitengine go space stars
Last synced: about 2 months ago
JSON representation
Simple starmap built in go using Ebitengine and a bit of trigonometry
- Host: GitHub
- URL: https://github.com/nrissot/starmap
- Owner: nrissot
- Created: 2026-01-24T20:40:50.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-01-24T21:40:49.000Z (2 months ago)
- Last Synced: 2026-01-25T08:59:43.774Z (2 months ago)
- Topics: ebitengine, go, space, stars
- Language: Go
- Homepage: https://nrissot.github.io/misc/starmap
- Size: 20.6 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StarMap

Simple starmap built in go using Ebitengine and a bit of trigonometry
- inspired by [Richard Powell's Atlas of the Universe](http://www.atlasoftheuniverse.com/index.html) & [this video](https://www.youtube.com/watch?v=igmMR-1hip8) by [@LazyDevs](https://www.youtube.com/@LazyDevs)
- data and conversion formulas from [this image](https://en.wikipedia.org/wiki/Teegarden%27s_Star#Properties) provided by wikipedia user [Inductiveload](https://commons.wikimedia.org/wiki/User:Inductiveload)
This project was made over the course of a few day to learn how to do a full 3D Orthographic Wireframe renderer, using only the most basic primitives: set a pixel's color at x,y coordinate.