-
Notifications
You must be signed in to change notification settings - Fork 1
/
3rdparty.php
88 lines (86 loc) · 3.49 KB
/
3rdparty.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<?php
$current = "3rd Party";
require "head.div";
?>
<body>
<?php require "title.div"; ?>
<?php require "navigation.div"; ?>
<div id="content">
<h1>3rd Party</h1>
<p>
On this page, you’ll find third-party material related to openMSX.
While these resources are not authored or maintained by the openMSX
team, they may still offer valuable insights and enhancements for our
users. We greatly appreciate the community’s efforts in creating
applications and additional documentation around openMSX. Keep up the
good work, people, and <a href="https://www.openmsx.org/contact.html">
drop us a line</a> if you have a project you would like to see added here!
</p>
<h2>Launchers</h2>
<dl>
<dt>
<a href="http://msxlaunchers.info/">openMSX Launcher</a> (unsecured link)
</dt>
<dd>
An openMSX version of the blueMSX Launcher, mostly targeted at
launching games. It supports screenshots for games and a large number
of languages. Multiplatform: Windows, Mac, Linux, BSD.
Development has stopped and development efforts are now concentrated on
Novo Player.
</dd>
<dt>
<a href="http://msxlaunchers.info">Novo Player</a> (unsecured link)
</dt>
<dd>
Novo Player is a new, versatile, multi-platform front-end designed
primarily for openMSX and is currently very much under active
development. Currently, the <a href="http://msxlaunchers.info/download.html">
latest version is 1.10.1</a>.
</dd>
<dt>
<a href="http://nekocanmac.seesaa.net/">NekoLauncher openMSX</a> (unsecured link)
</dt>
<dd>
Because the old style Catapult does not run (properly) on Mac,
an active Japanese emulator user/programmer wrote an
<a href="https://nekocanmac.up.seesaa.net/image/NekoLauncheropenMSX_v15.zip">
openMSX variant of his NekoLauncher</a> series. It's not only getting more and
more advanced, but also seems to be very user friendly.
</dd>
<dt>
<a href="https://web.archive.org/web/20110123115755/http://cesco.it/openmsx-peashooter/">openMSX Peashooter</a>
</dt>
<dd>
For the same reason, Cesco made another launcher for openMSX on OS X.
It seemed to be focused mainly on games and features image previews.
Unfortunately, the site and download links have disappeared.
</dd>
</dl>
<h2>Miscellaneous</h2>
<dl>
<dt>
<a href="https://openmsx.fixato.net/">openMSX Daily Builds</a>
</dt>
<dd>
FiXato created a great web site which provides you with daily built
binaries of openMSX. Very much recommended if you want to try out
development versions of openMSX without compiling them yourself!
Currently supporting Windows, macOS, Android and OpenDingux platforms.
Unfortunately, the disk space seems to have run full and it no longer
hosts recent builds.
</dd>
<dt>
<a href="https://msx.jannone.org/openMSXcontrol/">OpenMSX Control Plugin for Gedit</a>
</dt>
<dd>
Rafael Jannone made an interesting thing: a plugin for Gedit, so that
you can easily test your MSX Basic programs in openMSX, while using
the Gedit text editor. He wrote a whole load of Python scripts to
make this possible. They might be nice to reuse for other apps!
</dd>
</dl>
</div>
</body>
</html>