• Stars
    star
    7
  • Rank 2,294,772 (Top 46 %)
  • Language
    Elixir
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ThreeJS React app with Phoenix backend for generating hexagon-based worlds and seeing them in 3D.

HexWorlds

Phoenix backend for generating hexagon-based worlds and seeing them in 3D. Communication with frontend client is made using Phoenix channels. Check out the client app here.

Install

To start your app:

  • Install docker
  • Build and run docker container: docker-compose up --build
  • Run seeds: docker-compose run web mix run priv/repo/seeds.exs
  • Application should now be available under http://localhost:4000 address

Note

This project is being made as a hobby in my free time, feel free to contribute or ask about anything here :)