More actions
No edit summary |
|||
Line 2: | Line 2: | ||
|title=3SharpView | |title=3SharpView | ||
|image=3SharpView.jpg | |image=3SharpView.jpg | ||
|description=A C# Viewer | |description=A C# Viewer for 3Input. | ||
|author=PhlexPlexico | |author=PhlexPlexico | ||
|lastupdated=2020/09/24 | |lastupdated=2020/09/24 | ||
Line 8: | Line 8: | ||
|version=0.35 | |version=0.35 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/3sharpview.7z | ||
|website=https://github.com/PhlexPlexico/3SharpView | |website=https://github.com/PhlexPlexico/3SharpView | ||
|source=https://github.com/PhlexPlexico/3SharpView | |source=https://github.com/PhlexPlexico/3SharpView | ||
Line 14: | Line 14: | ||
3SharpView is a C# Viewer for [[3Input 3DS|3Input]]. It connects to the 3Input Viewer server on your 3DS to read the JSON Inputs and present meaningful information on what has been pressed/moved on your 3DS. | 3SharpView is a C# Viewer for [[3Input 3DS|3Input]]. It connects to the 3Input Viewer server on your 3DS to read the JSON Inputs and present meaningful information on what has been pressed/moved on your 3DS. | ||
This program is to be used with | This program is to be used with 3Input which allows you to view the inputs on a PC, can be use helpful for any streamers/speedrunners who would like to show off their inputs while playing. | ||
==Features== | ==Features== |
Revision as of 05:26, 18 March 2022
3SharpView | |
---|---|
File:3SharpView.jpg | |
General | |
Author | PhlexPlexico |
Type | PC Utilities |
Version | 0.35 |
License | Mixed |
Last Updated | 2020/09/24 |
Links | |
Download | |
Website | |
Source | |
3SharpView is a C# Viewer for 3Input. It connects to the 3Input Viewer server on your 3DS to read the JSON Inputs and present meaningful information on what has been pressed/moved on your 3DS.
This program is to be used with 3Input which allows you to view the inputs on a PC, can be use helpful for any streamers/speedrunners who would like to show off their inputs while playing.
Features
- ABXY.
- Thumb Stick.
- L/R.
- Start/Select.
- Touch Screen.
- Adjustable Chromakey for touch screen and touch point (either in plain text, or hex code).
Building
To build from source you need Visual Studio 2019.
Open the Solution file (.sln
) in Visual Studio, and build. Compiled executables will be on the Releases page on this repository.
Media
3Input and 3SharpView Example
Changelog
v0.35 2020/09/24
- Included the use of:
- Colour choice for touch dot and 3DS screen.
- These can be from the few colours in drop down, or via hex colour codes (i.e. #fff or #ffffff). Feel free to adjust to your needs.
- Attached is two different versions as well. One removes the touchscreen tracking capability, and the other has a green backdrop so you are able to chroma-key just the button presses on stream.
v0.3 2020/09/23
- Included the use of:
- L/R.
- Start/Select.
- D-pad inputs.
- Begun work for initial touch screen updates.
- Text X/Y coordinates on screen as well.
- Text Touchscreen Coordinates on screen.
- Touch Screen Input via a blue dot.
v0.2 2020/09/22
- Included the use of:
- L/R.
- Start/Select.
- D-pad inputs.
- Begun work for initial touch screen updates.
- Text X/Y coordinates on screen as well.
Credits
- Gaby for helping test the first iterations of this.