Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saulmm/share_display_java-server
https://github.com/saulmm/share_display_java-server
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/saulmm/share_display_java-server
- Owner: saulmm
- Created: 2013-05-03T16:12:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-05T13:33:52.000Z (over 11 years ago)
- Last Synced: 2024-04-16T11:57:50.917Z (7 months ago)
- Language: Java
- Size: 195 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Share displays project - server
=============================Proof of concept, to test how to make a game that shares various interconnected screens, project done with the purpose of porting to mobile platforms
The server is connected to clients, when there are a number of then, server calculates the canvas dimension based on the size of each display, in this case frames.
The server is who does the magic and shares to the clients, depending on the position of the server x element shared the coordinates to a client or other
Comments
========
The application needs at leats 2 clients to be runnedClient side
=========================
https://github.com/saulmm/share_display_java-client.git