Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edouardpoitras/nebula4x-webui
Web UI for the Nebula4x game
https://github.com/edouardpoitras/nebula4x-webui
fabricjs game reactjs
Last synced: 21 days ago
JSON representation
Web UI for the Nebula4x game
- Host: GitHub
- URL: https://github.com/edouardpoitras/nebula4x-webui
- Owner: edouardpoitras
- Created: 2019-06-25T00:35:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T00:10:48.000Z (over 1 year ago)
- Last Synced: 2024-10-31T02:42:02.238Z (2 months ago)
- Topics: fabricjs, game, reactjs
- Language: JavaScript
- Size: 500 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nebula4x Web UI
This is the primary Web UI built for the [Nebula4x](https://github.com/edouardpoitras/nebula4x) game.
DISCLAIMER: This was my first React project and can be a bit hard on the eyes if you dive too deep in the code :)
The code has not received the proper GitHub publishing pass, so no documentation and some ugly code here-and-there.## Running
Once you have the server running, you can fire up the UI with the following command:
npm start
A browser window should open with the game page.
## Todo
- Desperately need to switch over to TypeScript.
- Need a better implementation, understanding, and use of the FabricJS components.## Issues
When running `npm run dev` you may encounter a "No space left on device" error.
This could be related to the inotify file limits. Try:sudo sysctl fs.inotify.max_user_watches=9999999