An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# StarMap

![ScreenShot of the programm](assets/Screenshot.jpg)

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.