• Stars
    star
    117
  • Rank 300,460 (Top 6 %)
  • Language
    C++
  • License
    Other
  • Created almost 5 years ago
  • Updated about 1 year ago

Reviews

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

Repository Details

Universal Game Translator - Uses Google's Cloud Vision to read and speak dialog from any image/game in any language

UGT - Universal Game Translator - Uses Google's Cloud Vision to read and speak dialog from any image/game in any language

For the user

Full docs/info/more videos: https://www.codedojo.com/?p=2426

Direct download to Seth's latest Windows 64bit compiled/codesigned build: https://www.rtsoft.com/files/UniversalGameTranslator_Windows.zip

Note: On startup, the app queries https://rtsoft.com/ugt/checking_for_new_version.php and will notify if a newer version exists. This check can be disabled in the config.txt file.

For a developer who wants to help me work on this or fork it

This source is C++ and includes a solution/project for Visual Studio 2019. This will only compile/run on Windows.

Valid builds that are setup are Debug X64 and Release X64

This project requires Proton SDK (a free open source library) as well. To compile UGT, first do some Proton tutorials and make sure are able to compile its example projects. (like RTSimpleApp) See https://www.rtsoft.com/wiki/doku.php?id=proton

This project works similar to that, so it should be checked out as a Proton subfolder, just like those examples. You should probably change the release build (using the MSVS configuration manager) from FMOD_Release_GL to Release_GL so Audiere will be used instead of FMOD for the audio, that way you don't have to download FMOD lib stuff to get started.

It's hacked to only work on Windows (due to the low level nature of writing something that can do screen captures) but in theory those pieces could be abstracted out to be more platform agnostic.

Special thanks:

License: BSD style attribution, see LICENSE.md

Credits and links

More Repositories

1

aitools_client

Seth's AI Tools: A Unity based Stable Diffusion front-end for AUTOMATIC1111's WebUI focused on gamedev
C#
146
star
2

GPTAvatar

a 3D AI Virtual Chatbot made in Unity that uses APIs for Whisper, GPT-4 & ElevenLabs speech
C#
103
star
3

proton

Proton SDK: Seth's GL/GLES messy multi-platform C++ game SDK. Can output to Windows, OS X, iOS, Android, Linux (Raspbian too), HTML5, Flash
C++
81
star
4

RTDink

Dink Smallwood HD is an old school zelda-like adventure/RPG that has been ported to many platforms. C++/OpenGL
C++
57
star
5

HoloVCS

HoloVCS - Atari 2600, NES and Virtual Boy games with 3D layers for holographic/3D devices
C
14
star
6

arduman_arduboylib11

Ardu-man for Arduboy, compatible with Arduboylib 1.1 (Pacman clone)
C++
12
star
7

Subfish

Subfish: Search youtube channels for spoken words, export clips to Premiere/DaVinci Resolve timeline
C#
11
star
8

novashell

Novashell Game Creation System - Multi-platform 2D engine
C++
7
star
9

FuneralQuest

The full C++ server source code of Seth's weird multiplayer "BBS style turns per day" game Funeral Quest. Flash client source also available.
C++
7
star
10

RTSlideShow

Stupidly simple interactive slideshow/presentation app for Windows - pics and movies can be dragged, scaled, stamped and drawn on.
C++
6
star
11

arduman

Ardu-man for arduboy 1.2 (Pac-man clone)
C++
5
star
12

TeenageLawnmower

The full source code to 2003 IGF finalist Teenage Lawnmower. Feel free to port to it to anything else. Direct3D 8 based.
C++
5
star
13

RTPaperCart

PaperCart – A Pi-powered Atari 2600 that loads game carts from a piece of paper. (using QR codes)
C++
3
star
14

PlaySpy

A hardware adapter that lets you monitor things while your kids are chatting in Fortnite
3
star
15

PlayStepMini

A tiny, cheaper, standalone version of the PlayStep with a custom PCB
C++
2
star
16

RTPlayStep

Playstep is a PI project that forces your kid to exercise to play games (black holes randomly appear over the HDMI signal and grow unless the step machine is used)
C++
2
star
17

PSGameDataScraper

Chrome extension that grabs your playstation purchase list and formats it as json data.
JavaScript
2
star
18

rt-mastodon-feed

A simple widget for Wordpress that displays a Mastodon feed. Uses SimplePie.
PHP
1
star
19

sacredspark

Sacred Spark - a puzzle game done in Unity for Ludum Dare 55
C#
1
star