https://github.com/insprill/dv-functional-displays
A Derail Valley mod allowing you to mirror screens or applications to the in-game laptop
https://github.com/insprill/dv-functional-displays
csharp derailvalley hacktoberfest unity
Last synced: 2 months ago
JSON representation
A Derail Valley mod allowing you to mirror screens or applications to the in-game laptop
- Host: GitHub
- URL: https://github.com/insprill/dv-functional-displays
- Owner: Insprill
- License: apache-2.0
- Created: 2023-07-11T08:17:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T05:44:04.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T03:12:55.066Z (over 1 year ago)
- Topics: csharp, derailvalley, hacktoberfest, unity
- Language: C#
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Apache 2.0 License][license-shield]][license-url]
Functional Displays
A Derail Valley mod that allows you to display your desktop on the in-game laptop.
Report Bug
·
Request Feature
Table of Contents
## About The Project
Functional Displays is a Derail Valley mod that allows you to display your desktop on the in-game laptop.
### Roadmap
- [x] Capture entire displays.
- [ ] Asynchronous capture.
- [ ] Different sources for each in-game device.
- [ ] Capture specific windows.
- [ ] Capture audio.
## Building
Functional Displays uses the same build system as Mapify.
For instructions on how to build the project, please read the [Mapify building documentation][mapify-building-docs].
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create.
Any contributions you make are **greatly appreciated**!
If you're new to contributing to open-source projects, you can follow [this][contributing-quickstart-url] guide.
## License
Code is distributed under the Apache 2.0 license.
See [LICENSE][license-url] for more information.
AssetBundle assets are owned by Altfuture and are included with permission, for the purpose of having Read/Write protection on them removed, which is necessary for this mod to function.
These assets are not covered by the Apache 2.0 license and have different terms and conditions. Contact [support@altfuture.gg][altfuture-support-email-url] for more information.
[contributors-shield]: https://img.shields.io/github/contributors/Insprill/dv-functional-displays.svg?style=for-the-badge
[contributors-url]: https://github.com/Insprill/dv-functional-displays/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Insprill/dv-functional-displays.svg?style=for-the-badge
[forks-url]: https://github.com/Insprill/dv-functional-displays/network/members
[stars-shield]: https://img.shields.io/github/stars/Insprill/dv-functional-displays.svg?style=for-the-badge
[stars-url]: https://github.com/Insprill/dv-functional-displays/stargazers
[issues-shield]: https://img.shields.io/github/issues/Insprill/dv-functional-displays.svg?style=for-the-badge
[issues-url]: https://github.com/Insprill/dv-functional-displays/issues
[license-shield]: https://img.shields.io/github/license/Insprill/dv-functional-displays.svg?style=for-the-badge
[license-url]: https://github.com/Insprill/dv-functional-displays/blob/master/LICENSE
[altfuture-support-email-url]: mailto:support@altfuture.gg
[contributing-quickstart-url]: https://docs.github.com/en/get-started/quickstart/contributing-to-projects
[asset-studio-url]: https://github.com/Perfare/AssetStudio
[mapify-building-docs]: https://dv-mapify.readthedocs.io/en/latest/contributing/building/