TWC Today Forums

WeatherScan Local Emulator Project => General Emulator Discussion => Topic started by: Lightning on August 16, 2021, 06:08:43 PM

Title: How do you create an emulator?
Post by: Lightning on August 16, 2021, 06:08:43 PM
How is a 3000 or 4000 emulator created? I would like to learn how. I've seen http://www.taiganet.com/ (http://www.taiganet.com/) 4000 emulators, but still don't know how.
Title: Re: How do you create an emulator?
Post by: HedgehogWin7 on September 15, 2021, 05:52:34 PM
You could use After Effects, or you could use PowerPoint, which I use. You could even make an online emulator.
Title: Re: How do you create an emulator?
Post by: pjfrix on October 28, 2021, 01:50:42 PM
How is a 3000 or 4000 emulator created? I would like to learn how. I've seen [url]http://www.taiganet.com/[/url] ([url]http://www.taiganet.com/[/url]) 4000 emulators, but still don't know how.

Programming, mostly. Taiganet's WS4000 simulator was programmed with C++.

Though that's not to say all simulators are built with that. Some simulators use video editing software, some use PowerPoint, and heck, some of them are even built with HTML/JS. (weatherscan.net; qconrad's 'IntelliSTAR Emulator'; WeatherStar 4000+)
Title: Re: How do you create an emulator?
Post by: vbguyny on October 30, 2021, 09:25:15 AM
I would recommend looking at the source code for my weather site as a starting point: https://github.com/vbguyny/ws4kp

You'll need to know HTML and a great deal of JavaScript and Qjuery and a little bit of C#.
Title: Re: How do you create an emulator?
Post by: Lightning on February 28, 2022, 07:32:34 PM
I would recommend looking at the source code for my weather site as a starting point: https://github.com/vbguyny/ws4kp

You'll need to know HTML and a great deal of JavaScript and Qjuery and a little bit of C#.
I don't have that kind of skill. I sure wish I did. It sounds complex and difficult.  :(