Technologies to Add: Difference between revisions

From Flashpoint Datahub
Jump to navigation Jump to search
m (→‎VRML: A major change has happened to the description of the Floops episodes. Especially of note is it now says which episodes of Floops are included.)
 
(695 intermediate revisions by 34 users not shown)
Line 1: Line 1:
This is a list of web game technologies that we hope to support in the future. If you'd like to help us add one of these technologies to Flashpoint, please join the #development-chat channel in our Discord.
This is a list of web game technologies that we hope to '''[[Platforms|support]]''' in the future. If you'd like to help us add one of these technologies to Flashpoint, please join the #other-plugins channel in our [https://discord.gg/kY8r2BbPQ9 Discord].


Here are some places to find more technologies to add to Flashpoint:
For plugins which have been successfully added to Flashpoint, see [[Technologies to Add/Added Technologies]].


[http://plugindoc.mozdev.org/windows-all.html mozdev.org - Windows PluginDoc]
''Please add new technologies in alphanumeric order.''
 
[https://gist.github.com/afiestas/135cc16b2ec7a6cca4a7185b3bb38e2d GitHub Gist - a list of over 10,000 plugins]
 
[http://kmext.sourceforge.net/mplug.htm K-Meleon Extensions Central]
 
[http://omolini.steptail.com/mirror/win95/win95-dec96-1/plugins.html Windows95.com - Web Browser Plugins]
 
== QuickTime VR ==
 
https://en.wikipedia.org/wiki/QuickTime_VR
 
=== Download Links ===
https://support.apple.com/downloads/quicktime
 
http://www.oldversion.com/windows/quicktime/
 
https://en.wikipedia.org/wiki/QuickTime_VR
 
=== Example Games/Applications ===
https://www.virtualparks.org/scenes/ZvSeIxFqURTrIKUDkLjAFyA.html
 
http://www.middlestreet.org/cabinet/sebacub.htm
 
=== Problems Encountered ===
Uses the Windows system directory and is not portable.
 
=== Further notes ===
 
The latest version available on apple.com requires Visual C++ 2005 Redistributable Service Pack 1 MFC.
 
Both Apple Application Support and QuickTime are required. Registry entries point to their locations.
 
Registry files: [https://cdn.discordapp.com/attachments/516027726851735632/708149898729488414/apple.reg apple.reg] [https://cdn.discordapp.com/attachments/516027726851735632/708149900696617070/quicktime.reg quicktime.reg]
 
Not all data in quicktime.reg is likely needed.
 
In Flashpoint, Basilisk is currently configured to disable QuickTime by default to avoid conflicts.
 
Some of the npqtplugin.dll files may interfere with other video/audio plugins or built-in behavior. It may make sense to have the QuickTime plugin available only when viewing a QuickTime curation. Basilisk's built-in MIME type configuration dialog can also be used to choose what plugins are used for different types of content.
 
== Burster 3D ==
 
=== Download Links ===
https://web.archive.org/web/20150209071910/http://geta3d.com/index.php?option=com_content&view=article&id=38&Itemid=18
 
https://web.archive.org/web/20160421163457/http://geta3d.com/index.php?option=com_content&view=article&id=2&Itemid=18
 
=== Example Games/Applications ===
http://3d8bits.orgfree.com/pong/pong.htm
 
https://web.archive.org/web/20111208123049/http://deadcyborg.com/index.html
 
== Pulse3D ==
 
https://www.sandyressler.com/about/library/weekly/aa122000a.htm
 
https://lostmediawiki.com/Pulse_3D_(lost_3D_web_plugin_content;_1999-2001)
 
Pulse3D was previously called "Platinum VRML."
 
=== Download Links ===
https://web.archive.org/web/*/http://www.pulse3d.com:80/players/english/PulsePlayerNsWin.exe
 
Available from <code>MICD2001_11_NR2.iso</code> here: http://archive.org/details/MICD200111/
 
https://bluepload.unstable.life/p3d.zip
 
Installer: https://cdn.discordapp.com/attachments/516027726851735632/705092816220717086/PulseStuff.zip
 
Netscape version: https://cdn.discordapp.com/attachments/516027726851735632/705175471926673468/PulseNetscape.zip
 
=== Example Games/Applications ===
 
http://www.learningfriends.com/download.htm
 
https://web.archive.org/web/20030705212152/http://www.digitalproducer.com/pages/protozoa.htm
 
https://web.archive.org/web/20040204091717/http://launch.pulse3d.com/harvard/index.htm
 
https://archive.org/details/Pulse3DPWSPWCPW3Files
 
https://archive.org/details/www_02_2002
 
[http://web.archive.org/cdx/search?url=www.pulse3d.com&matchType=prefix&collapse=urlkey&filter=!statuscode%253A%5B45%5D&fl=original pulse3d.com CDX search]
 
[http://web.archive.org/cdx/search?url=www.pulsenetwork.com&matchType=prefix&collapse=urlkey&filter=!statuscode%253A%5B45%5D&fl=original pulsenetwork.com CDX search]
 
[http://web.archive.org/cdx/search?url=www.dotcomix.com&matchType=prefix&collapse=urlkey&filter=!statuscode%253A%5B45%5D&fl=original dotcomix.com CDX search]
 
[http://web.archive.org/cdx/search?url=www.muppetworld.com&matchType=prefix&collapse=urlkey&filter=!statuscode%253A%5B45%5D&fl=original muppetworld.com CDX search]
 
=== Notes ===
 
Browser plugins (at least the NPAPI one, didn't check ActiveX) seem to look for Pulse by using ShGetFolderPathA to find CSIDL_FLAG_CREATE | CSIDL_PROGRAM_FILES if that function exists (and if not, looking at a Registry entry).
 
Some files seem to need a command sent to the plugin (for example, Fozzie needs "play obj=Dummy01 pkg=assets/fozzie/Package2.pws transition=0.30 heading=yes behave=joke"). The NPAPI version of the plugin looks like it relies on LiveConnect, which might not be supported in Basilisk.


Here are some places to find more technologies to add to Flashpoint:


* [https://web.archive.org/web/20200702/http://plugindoc.mozdev.org/windows-all.html mozdev.org - Windows PluginDoc]
* [https://gist.github.com/afiestas/135cc16b2ec7a6cca4a7185b3bb38e2d GitHub Gist - a list of almost 4000 plugins]
* [http://kmext.sourceforge.net/mplug.htm K-Meleon Extensions Central]
* [http://omolini.steptail.com/mirror/win95/win95-dec96-1/plugins.html Windows95.com - Web Browser Plugins]
* [https://web.archive.org/web/19990117022323/http://browserwatch.internet.com/plug-in.html Plug-in Plaza]
* [https://web.hallym.ac.kr/~physics/resource/plugins/3d_animation.html Inline Plug-ins]<span style="color:#ff0000">*</span> ([http://web.archive.org/web/20210829162022/https://web.hallym.ac.kr/~physics/resource/plugins/3d_animation.html archived version])
* [http://mcs.csueastbay.edu/~grewe/CS3520/HTML/WWWBrowsing/htmlapps.htm Another list]
* [https://web.archive.org/web/20030212070130/http://www2.gol.com/users/oyamada/ Plug-in Gallery & Demo Links (oyamada)]
* [http://www.medtrng.com/plugins.htm Plug-in Gallery]
* [https://web.archive.org/web/20001205090300/http://athos.phoenixat.com/scott/plugins.html the Latest Web Browser Plug-ins] ("Latest" being 2000)


== Atomic 3D / Neutron Viewer ==
<span style="color:#ff0000">*</span>Because this website does not support TLS 1.2, it cannot be opened in modern browsers. It can still be opened in browsers such as Pale Moon.


https://web.archive.org/web/19970214041929/http://www.atomic3d.com/downmain.html
This page lists two kinds of plugins: platforms, as well as other technologies such as alternate VRML viewers and compatibility assistants such as Pipelight.


=== Download Links ===
== Unsorted ==
https://web.archive.org/web/*/http://www.atomic3d.com/download/bin/*
Technologies to be researched and then given dedicated sections.
{| class="mw-collapsible mw-collapsed wikitable sortable"
|-
! class="unsortable" style="font-weight:bold;" | Logo
! style="font-weight:bold;" | Name
! style="font-weight:bold;" | Info
! style="font-weight:bold;" | Formats
|-
| [[File:3Di Logo.png|center|20px]]
| 3Di OpenViewer
|
* https://direct.sanwa.co.jp/3dlab/
* https://github.com/3di/3di-viewer-rei
* Installer binary is lost
* Self-compiled version (ActiveX only): https://drive.google.com/file/d/13PzYaTrsYFxOCmUBhanfopXa8y5Ndi9S/view?usp=sharing
|
|-
| [[File:3DMLW Logo.png|center|20px]]
| [[wikipedia:3DMLW|3DMLW]]
|
* https://en.wikipedia.org/wiki/3DMLW
* 3dmlw.com
* Samples are lost
* Authoring software is lost
|
* .3dmlw
|-
| [[File:ActiveVRML Logo.png|center|20px]]
| ActiveVRML
|
* http://conal.net/papers/ActiveVRML/
* [[:File:ActiveVRMLScreenshot.png|Only known screenshot]]
|
* .xaf
* .avr
|-
| [[File:Blink3D Logo.png|center|20px]]
| Blink3D
|
* https://web.archive.org/web/*/http://www.pelicancrossing.com*
|
* .env
* .bb
|-
| [[File:Brilliant 3D Logo.png|center|20px]]
| Brilliant 3D
|
* https://web.archive.org/web/20000301102157fw_/http://www.multipathmovies.com/html/developer/Max_download.asp
* https://web.archive.org/web/20000301102157fw_/http://www.multipathmovies.com/html/developer/Max_intro.asp
* https://web.archive.org/web/20020806025601fw_/http://www.brilliantdigital.com:80/bde/projector/b3dProjector-V3101.exe
* <s>Doesn't work in Windows XP SP2 or newer.</s> Works on Windows 95 and Windows XP RTM. Disabling UAC or/and running from Administrator installs the program on modern Windows.
|
* .b3d
|-
| [[File:BSContact Logo.png|center|20px]]
| BS Contact
|
* Runs VRML and X3D files
* http://www.bitmanagement.de/download/BS_Contact/BS_Contact_Installer.exe
* Examples: https://www.bitmanagement.de/en/showcase/interactive-demos
|
* .wrl
* .bswrl
* .bxwrl
* .x3d
* .x3dz
* .x3dv
* .x3dvz
* .x3db
|-
| [[File:buro Zicht Logo.png|center|20px]]
| buro Zicht
| Appears to be lost media. Archived site: https://web.archive.org/web/20000526030919/http://www.zicht.nl:80/eng/intro.htm
|
|-
| [[File:Caligari Logo.png|center|20px]]
| Caligari
|
* http://ftp.carnet.hr/misc/VRML/modelers/Pioneer/
* https://web.archive.org/web/19970605221207/http://www.caligari.com/caligari/index.html
|
* .scn
* .wrl
|-
|
| [[wikipedia:Chromeffects|Chromeffects]]
|
* https://archive.org/details/microsoft-chromeffects-for-windows-98-sdk-1.0
* Works partially on Windows XP.
* Some exmaples included in CD doesn't work.
|
* .mts
* .dtd
|-
| [[File:Community Place VRML Logo.png|center|20px]]
| Community Place VRML
|
* http://barrarchiverio.7m.pl/CPR/CommunityPlace/browser/cpb22.exe
* https://community-place.neocities.org/indexf.html
|
* .wrl
|-
| [[File:Concerto Logo.png|center|20px]]
| Concerto
|
* https://cdn.discordapp.com/attachments/863825256158724096/1033383599052959874/con1b2a.exe
* https://web.archive.org/web/19961022203633/http://www.alphasoftware.com:80/concerto/plugdemo.htm
* Only works on Netscape 2
|
* .frm
|-
| [[File:Cortona VRML Logo.png|center|20px]]
| Cortona VRML
|
* http://kmext.sourceforge.net/mplugs/npcortona.zip
|
* .wrl
* .vrml
* .wrz
|-
| [[File:Curl Logo.png|center|20px]]
| Curl
|
* https://web.archive.org/web/20050608235559/http://www.curl.com/solutions/demos.php
|
* .curl
|-
|
| Cyber Theatre
|
* https://www.iiisci.org/journal/PDV/sci/pdfs/P443092.pdf
* mentioned at http://web.archive.org/web/19990421194409/http://www.transom.com/
|
* .paf
* .tdm
|-
| [[File:DirectAnimation Logo.png|center|20px]]
| [[wikipedia:DirectAnimation|DirectAnimation]]
|
* Samples: http://www.sworks.com/keng/dagallery.html
* SDK: https://archive.org/details/dxmweb
* Doesn't seems to work on modern Windows.
|
|-
| [[File:Day timer Logo.png|center|20px]]
| Day-Timer
|
* https://web.archive.org/web/19970214114155/http://www.daytimer.com/comp/plugin.html
* https://archive.org/details/plug-in-power-pack-for-netscape-communicator
* Sample is Lost
|
* .dto
|-
| [[File:DigitalSpace Traveler Logo.png|center|20px]]
| DigitalSpace Traveler
|
* https://www.digitalspace.com/traveler/startpage.html
|
* .olv
* .sds
* .olh
* .wrl
|-
| [[File:Disney Game Player Logo.png|20px]]<!-- was this removed for a reason or just never added?-->
| Disney Game Player
|
* Discord mention: https://discord.com/channels/432708847304704010/714335844940513342/934041215169593435
* Seems to be an earlier version of Squeak
* [https://github.com/Geal/Squeak-VM/blob/master/platforms/win32/vm/Plugin/NPSqueak/NPSqueak.rc Mention on source code of Squeak]
|
* .dsq
|-
| [[File:EarthTime Logo.png|center|20px]]
| EarthTime
|
* https://archive.org/details/plug-in-power-pack-for-netscape-communicator
* https://discord.com/channels/432708847304704010/714335844940513342/920181388483919922
|
* .etc
|-
| [[File:Enliven Logo.png|center|20px]]
| Enliven
|
* http://www.mirrorservice.org/sites/browsers.evolt.org/browsers/navigator/32bit/4.xplugins/3d/enliven/enlivenp.exe
* http://web.archive.org/web/19961111211705/http://www.narrative.com/demo_ns.htm
* Samples were stored on nsop://stream1.narrative.com and nmsp://stream2.narrative.com which has not been archived.
|
* .nml
* .nms
|-
| [[File:EonX Logo.png|center|20px]]
| EonX (Vimtek-EON)
|
* http://web.archive.org/web/0id_/http://www.eonreality.com/download/files/EONXNetscapePlugin.exe
* http://web.archive.org/web/20010306072402/http://www.vimtek.com.tw/vr-exhibt/EON/eondemo.htm
* Plugin attempts to load .eoz files from the live web.
|
* .eoz
|-
| [[File:ERMapper Logo.png|center|20px]]
| ERMapper
|
* https://web.archive.org/web/*/http://demo.ermapper.com*
|
* .ecw
|-
| [[File:ExitReality Logo.png|center|20px]]
| ExitReality
|
* https://web.archive.org/web/*/https://exitreality.com/*
* https://cdn.discordapp.com/attachments/863825256158724096/1039946001944936558/installexitreality.exe
|
* .wrl
* .bxplx
|-
| [[File:Famous3d Logo.png|center|20px]]
| Famous3d
|
* https://web.archive.org/web/20010411001313/http://www.famous3d.com/home/index.html
* https://web.archive.org/web/20040603133037/http://www.famous3d.com:80/viewer/latest/axf3d.cab
|
* .f3d
* .fst
|-
| [[File:Flying Carpet Logo.png|center|20px]]
| Flying Carpet
|
* https://web.archive.org/web/19970212235257/http://www.ag3d.com/prod06.htm
* Lost media
|
* .rtb
|-
| [[File:Fusionetics Player Logo.png|center|20px]]
| Fusionetics Player
|
* https://web.archive.org/web/20020807230624/http://www.sony.co.jp/Products/spacestream/index.html
* https://web.archive.org/web/20020526204841/http://www.sony.co.jp:80/Products/spacestream/plug-in/ftxcore.cab
* https://web.archive.org/web/*/http://fuji.so-net.ne.jp:80/paw/*
|
* .wrl
|-
| [[File:GeoMedia Web Map Logo.png|center|20px]]
| GeoMedia Web Map
|
* https://web.archive.org/web/20010502175834/http://maps.intergraph.com:80/GWMDemo/ACGM/InLineSelf_v7sp2.exe
* https://web.archive.org/web/19980116041641/http://www.intergraph.com/iss/products/mapping/gwm_temp/
* https://map.sdsu.edu/fireweb/GIS_internetdemos.htm
|
* .gwt
* .cgm
|-
| [[File:GLView Logo.png|center|20px]]
| GLView
|
* home.snafu.de/~hg/
|
* .wrl
* .3dv
|-
| [[File:Haptek VirtualFriend Logo.png|center|20px]]
| Haptek VirtualFriend
|
* http://web.archive.org/web/0id_/http://www.haptek.com:80/dist/4.11/happlayer41139/happlayer41139.exe
* http://fizyka.umk.pl/~duch/ref/Haptek/vfa.html
|
* .hap
* .hax
* .fak
* .vfe
|-
| [[File:HD View Logo.png|center|20px]]
| HD View
|
* http://kmext.sourceforge.net/mplugs/nphdview.zip
* http://www.transaktions-analyse.ch/pano_pont_hd.htm
* [https://cdn.discordapp.com/attachments/714335844940513342/978313029806616706/SetupICE_x86_1.2.msi Program to make .hds files]
* Crashes in Netscape; uses Silverlight.
* Official samples are lost.
|
* .hds
|-
| [[File:Hollywood3d Logo.png|center|20px]]
| Hollywood3D
|
* http://web.archive.org/web/19990428154928/http://www.hollywood3d.com/
* Lost media
|
* .dll
* .cab
|-
| [[File:HyperStudio Logo.png|center|20px]]
| HyperStudio
|
* hyperstudio.com
* http://web.archive.org/web/20001117175800/http://hyperstudio.com/resource/hsplugin/samples.html
* Plugin crashes in both Netscape and FPNavigator
|
* .stk
|-
| [[File:HyperWire Logo.png|center|20px]]
| HyperWire
|
* https://archive.org/details/cdrom-boot-disc-13
|
|-
| [[File:IconAuthor Logo.jpg|center|20px]]
| IconAuthor
|
* https://web.archive.org/web/19980207093741/http://www.aimtech.com:80/iconauthor/gallery.html
* https://web.archive.org/web/19961231050342/http://www.aimtech.com:80/download/iaplugin.exe
|
* .iwm
* .iw
|-
| [[File:Kit-show Logo.png|center|20px]]
| Kit-show
|
* https://web.archive.org/web/*/http://www.kit-show.t-online.de/*
* https://web.archive.org/web/*/http://www.kit.via.t-online.de*
|
* .vem
|-
| [[File:Liquid Reality Logo.png|center|20px]]
| Liquid Reality
|
* https://www.cnet.com/tech/services-and-software/tool-adds-behaviors-to-vrml-apps/
* www.dimensionx.com
* Examples: http://web.archive.org/web/19970110144505/http://www.dimensionx.com/products/lr/demos/
|
* .wrl
|-
| [[File:Living Actor Logo.png|center|20px]]
| Living Actor
|
* http://web.archive.org/web/*/http://www.cantoche.com/*
|
* .liv
|-
| [[File:Media Conveyor Logo.png|center|20px]]
| Media Conveyor
|
* https://web.archive.org/web/19981212030900/http://www.mediaconveyor.com/
* http://web.archive.org/web/20230213112956/http://discmaster.textfiles.com/file/18113/WF0698_2.ISO/sound-multi/MCPlayer2.exe
* Examples are hard to find.
|
* .mcs
|-
| [[File:Meme Viewer Logo.png|center|20px]]
| Meme Viewer
|
* http://web.archive.org/web/19961106165301/http://www.immersive.com/memedemo.htm
* https://www.lysator.liu.se/~zap/squirrel.html
* Installer: https://cdn.discordapp.com/attachments/714335844940513342/1060118576452862052/setup.exe
|
* .mm
|-
|  [[File:Microsoft Virtual Worlds Logo.png|center|20px]]
| Microsoft Virtual Worlds
|
* https://web.archive.org/cdx/search?url=http://vworlds.org/&matchType=prefix&collapse=urlkey&filter=!statuscode%3A45&fl=original
* Requires server connection.
|
* .wrl
|-
| [[File:MozaWeb 3D Viewer Logo.png|center|20px]]
| MozaWeb 3D Viewer
|
* http://rendernet.hu/player/m3dViewer_Setup.exe
* https://rendernet.hu/index_en.html
* https://www.mozaweb.hu/en/
|
* .m3d
|-
| [[File:mPire Logo.png|center|20px]]
| mPire
|
* mfactory.com
|
* .mpl
* .mpire
|-
| [[File:NCompass Logo.png|center|20px]]
| NCompass
|
* http://web.archive.org/web/19961112000450/http://www.ncompasslabs.com:80/
* https://archive.org/details/NETPower0297
|
* .lpk
|-
| [[File:NetMC Logo.gif|center|20px]]
| NetMC
|
* http://web.archive.org/web/20230113100953/http://discmaster.textfiles.com/file/4394/Cream%20of%20the%20Crop%2022.iso/comm/mcplayer.zip
* https://web.archive.org/web/*/netmc.neclab.com*
|
* .mcp
|-
| [[File:OLiVR Viewer Logo.png|center|20px]]
| OLiVR Viewer
|
* https://cdn.discordapp.com/attachments/714335844940513342/936311280216723496/olivr1b61.exe
* https://web.archive.org/web/*/http://www.olivr.com/gallery/oli/*
* Curations require files not saved
|
* .oli
|-
| [[File:OpenScape Logo.png|center|20px]]
| OpenScape
|
* 16-bit plugin
* There is very little information about this program.
* [[:File:OpenScapeScreenshot.png|Screenshot of viewer]]
|
|-
| [[File:PlayCom Logo.png|center|20px]]
| PlayCom Player
|
* http://www.netbabyworld.com/media/playcom/Playcom.cab
* http://www.netbabyworld.com/burgerinn/
|
* .nbw
|-
| [[File:QEDPlayer Logo.png|center|20px]]
| QEDPlayer
|
* https://web.archive.org/web/*/http://www.qedsoft.com/downloads/*
* https://web.archive.org/web/20021209152727/http://www.qedsoft.com/gallery/
|
* .q3z
|-
| [[File:RadMedia Logo.png|center|20px]]
| RadMedia
|
* https://cdn.discordapp.com/attachments/714335844940513342/1013802826536857770/PWRMEDIA.7z
|
* .rad
|-
| [[File:Rapid Logo.png|center|20px]]
| Rapid
|
* https://web.archive.org/web/19990127170023/http://www.emultek.com/plugin4.htm
|
* .zrp
|-
| [[File:Scream Logo.png|center|20px]]
| Scream
|
* http://web.archive.org/web/19970412062322/http://www.savedbytech.com/Scream/GetScream.htm
* http://omolini.steptail.com/mirror/win95/win95-dec96-1/3dplug/NPScr32.zip
* http://web.archive.org/web/20021121134753/http://www.deelong.com/Scream/GetScream.htm
|
* .nmz
|-
| [[File:Slingshot Logo.png|center|20px]]
| Slingshot
|
* https://web.archive.org/web/*/http://www.slingshot.ie*
* https://web.archive.org/web/*/http://www.slingshot.net*
|
* .sls
|-
| [[File:SparkPlug Logo.png|center|20px]]
| SparkPlug
|
* https://web.archive.org/web/*/tvml.co.uk*
|
* .tvm
|-
| [[File:Stagecast Logo.png|center|20px]]
| [[wikipedia:Stagecast Creator|Stagecast (formerly Cocoa)]]
|
* https://en.wikipedia.org/wiki/Stagecast_Creator
* Discord mention: https://discord.com/channels/432708847304704010/516027726851735632/806604847700901890
|
* .cco
* .sim
* .world
|-
| [[File:Toppler.gif|center|20px]]
| Topper
|
* http://web.archive.org/web/20230113100832/http://discmaster.textfiles.com/file/6148/WIN95_DEC_1996_1.ISO/3dplug/topperb2(1).exe
|
* .wrl
* .3ds
|-
| [[File:Triplex Logo.png|center|20px]]
| Triplex
|
* OS/2 exclusive
* https://www.bratschi.net/plugins/nptriplx.zip
* https://www.bratschi.net/plugins/nptriplx.htm
|-
| [[File:VRealm Logo.png|center|20px]]
| VRealm
|
* https://archive.org/details/moving-worlds
|
* .wrl
|-
| [[File:VR-Platform Logo.png|center|20px]]
| VR-Platform
|
* https://web.archive.org/web/20100108075932/http://www.vrp3d.com/ (page includes archived download link)
* https://baike.baidu.com/item/VRPIE3D%E4%BA%92%E8%81%94%E7%BD%91%E5%B9%B3%E5%8F%B0
* https://web.archive.org/web/20061231155803/http://vrplatform.com:80/download/office/vrp-office-src.rar
|
* .vrp
|-
| [[File:VR Scout Logo.png|center|20px]]
| VR Scout
|
* https://web.archive.org/web/19961221052400/http://chaco.com/
* https://archive.org/details/moving-worlds
|
* .wrl
|-
| [[File:WebAddon3D Logo.png|center|20px]]
| WebAddon3D
|
* http://webaddon3d.assoftware.ch/
|
* .ive
* .path
|-
| [[File:WebExplorer Logo.png|center|20px]]
| (IBM) WebExplorer
|
* Installer: https://hobbes.nmsu.edu/download/pub/os2/apps/webbrowser/IBM_WebExplorer_1-1h.zip
* Examples: https://hobbes.nmsu.edu/?path=%2Fpub%2Fmultimedia%2Fvideo%2Fwebexani
* OS/2 exclusive, web browser with unique features
|
|-
| [[File:WebFX Logo.png|center|20px]]
| WebFX
|
* https://cdn.discordapp.com/attachments/863825256158724096/1012432317987442688/webfx.zip
|
* .wrl
|-
| [[File:WebMax Logo.png|center|20px]]
| WebMax
|
* https://web.archive.org/web/20110129044758/http://www.suntoward.com/
* https://baike.baidu.com/item/webmax
|
* .n3d
|-
| [[File:WorldsPlayer Logo.png|center|20px]]
| WorldsPlayer
|
* http://us0.worlds.net/download.html
* http://www-static.us.worlds.net/cgi-bin/download.cgi?action=full&bundle=WorldsCurrentVer
|
* .world
|-
| [[File:WorldView Logo.png|center|20px]]
| WorldView
|
* http://web.archive.org/web/19961107051353id_/http://www.intervista.com/
* https://cdn.discordapp.com/attachments/863825256158724096/1019095235772551208/ns-wvSetupX.exe
|
* .wrl
|-
| [[File:XStream Logo.png|center|20px]]
| XStream
|
* https://web.archive.org/web/*/http://www.kq.com*
|
* .kql
|-
| [[File:Z3D Logo.png|center|20px]]
| Z3D
|
* https://perbloksgaard.dk/z3d/
* ActiveX Control
|
* .zxd
|}


=== Example Games/Applications ===
== Platforms ==
[https://web.archive.org/web/20001013114053/http://www2.enecho.go.jp:80/atom/3d/index.htm lost 3D model of a nuclear power plant]


== Tcl Plugin ==
=== Atomic 3D / Neutron Viewer [[File:Atomic3D Logo.png|40px]] ===
==== Downloads ====
* [https://web.archive.org/web/19970214041929/http://www.atomic3d.com/downmain.html Download page] (archived)
* [https://web.archive.org/web/*/http://www.atomic3d.com/download/bin/* Different versions]


https://people.apache.org/~jim/NewArchitect/webtech/1997/12/junk/index.html
==== Examples ====
* [https://web.archive.org/web/*/http://www.atomic3d.com/Art/* Atomic3d files]


[http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.467.7944 academic paper]
==== Problems Encountered ====
* All animations need their separate asset files, which can be a problem if some are lost.


[https://www.slideshare.net/nyaocat/tcltk-12234163 Japanese presentation]
=== Castle Game Engine Web Plugin [[File:Castle Game Engine Web Plugin Logo.png|40px]] ===
* [https://github.com/castle-engine/cge-www/blob/master/htdocs/doc/obsolete/web_plugin.adoc Compile instructions]


=== Download Links ===
==== Downloads ====
* [https://github.com/castle-engine/castle-engine/tree/v6.4 Source code (includes plugin)]


http://www.tcl.tk/software/plugin/download.html
==== Examples ====
Example is included in source code.


https://fossil.e-lehmann.de/tclplugin/tree?ci=tip
==== Problems Encountered ====
* Can't find C:\Program on PATH.


https://fossil.e-lehmann.de/tclplugin/raw/installers/msi/Tclplugin-4.0.msi?name=5daace0ca3aa9cf7b3a52fde29d5b18923c46e3d
* Exception "Exception":


=== Example Games/Applications ===
windres failed, cannot create Windows resource
See https://bluepload.unstable.life/tcl-info.txt for many examples.


=== Problems Encountered ===
==== Further notes ====
No precompiled builds are available yet. As such, you may have to download any of the following files to compile the plugin:
* [https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2032%20bits/ Lazarus] (it may be best to download the version with the highest version number)
* [https://sourceforge.net/projects/freepascal/files/Win32/ Free Pascal] (included with Lazarus, but linked to separately just in case)
* [https://github.com/castle-engine/castle-engine/releases/tag/snapshot Castle Game Engine]


The Tcl plugin may not load unless these conditions are met:
=== [[wikipedia:MDL Chime|Chime]] [[File:Chime Logo.png|40px]] ===
# The page with the Tcl embed has to be the first page loaded by the browser (not counting about:home).
# The page must be allowed to complete loading without scrolling the page or moving the mouse over the embed area.
Tested in latest K-Meleon (non-Goanna) version on 2019-08-17.


== Panda3D Plugin ==
==== Downloads ====
* [https://web.archive.org/web/20201029174918/https://sites.fas.harvard.edu/~biotext/chimedemos/getplugins.html Installer and demos] (Archived)


https://en.wikipedia.org/wiki/Panda3D
==== Examples ====
The installer page links to demos.


=== Download Links ===
==== Problems Encountered ====
Install and demos: http://www.ddrose.com/~drose/plugin/install_plugin.html
* Crashes a majority of the time. The FPNavigator and Flashpoint cache must be cleared.
* .pdb files do not show in Netscape


Latest runtime: https://www.panda3d.org/download/runtime-1-0-4/
=== Converse3D [[File:Converse3D Logo.png|40px]] ===
.c3d


=== Example Games/Applications ===
==== Downloads ====
Open directory of Panda3D stuff: http://www.ddrose.com/~drose/p3d_7/
* https://web.archive.org/web/20090218113152/http://www.converse3d.com/


[http://www.ddrose.com/pacbat/pacbat.html Pac-Bat] - tested and working on 2019-07-21
==== Examples ====
* https://baike.baidu.com/item/Converse3D


[http://martinsant.net/games/dice/ Dice in a Stone Box]
==== Problems Encountered ====
* Something about a missing cab file?


[http://a3p.sourceforge.net/play/ A3P - Acquire, Attack, Asplode, Pwn!] - tries to install Python and crashes
=== [[wikipedia:Google Native Client|Google Native Client]] [[File:Google Native Client Logo.png|40px]] ===
* [https://developer.chrome.com/native-client Chrome Developers page]


=== Problems Encountered ===
==== Downloads ====
Has a huge number of runtime components that are downloaded and installed on demand. They are listed here:
* [https://bluepload.unstable.life/slimjet10.exe Slimjet 10], Used by oshaboy for testing
http://runtime.panda3d.org/contents.xml
* [https://chromium.googlesource.com/?format=HTML GCC and Clang toolchains for Google Native Client] (should be useful because some NaCl have been lost in binary form but still exist in source code form)


The runtime components are all available from this open directory:  
==== Examples ====
http://runtime.panda3d.org/
* [https://www.crx4chrome.com/crx/39554/ Bomberclone]
* <s>[https://mega.nz/folder/n5B2GQxZ#dACElxPS66W3ZYJRLECLHA Bastion Demo]</s> (some assets are lost)
* [https://supertux.datacivilization.com/ SuperTux]
* <s>[https://doom.pdox.net/doom.html Doom]</s> (dead)


== MDL Chime ==
==== Problems Encountered ====
* "[6708:11872:0517/190417:ERROR:nacl_process_host.cc(215)] DuplicateHandle() failed" on Chromium 40
*.nexe <s>and .pexe</s> files get downloaded by the browser, but don't start.
*<s>Slimjet 10 can't see the PNaCl compiler plugin when running through a proxy. (See chrome://components)</s> (That was because the compiler was not in the user folder)


https://en.wikipedia.org/wiki/MDL_Chime
=== [[wikipedia:Grail (web browser)|Grail]] [[File:Grail_Logo.png|40px]] ===


=== Download Links ===
==== Downloads ====
Install and demos: https://sites.fas.harvard.edu/~biotext/chimedemos/getplugins.html
* [https://sourceforge.net/projects/grail/files/grail/0.6/grail-0.6.tgz/download SourceForge]


=== Problems Encountered ===
==== Examples ====
When the plugin is installed, navigating to a page that uses the plugin immediately crashes K-Meleon.
* [http://grail.sourceforge.net/demo/ Official demos]


== Google Native Client ==
==== Problems Encountered ====
* <s>"TclError: Can't find a usable init.tcl in the following directories:" error when trying to run Grail</s> Solved.
* <s>"An exception occurred during applet loading : exceptions.TypeError: compile, argument 1: expected string without null bytes, string found" error on all official Grail demo applets, except for Clocks, Play A Sound File, Demos Similar to Common Java Demos, Show Grail's Applet Exception Handling, Calendar and A Little Joke.</s> Grail can't decrypt gzipped HTTP packets.
* "An error occurred in a callback function : audiodev.error : no audio device" error if trying to play a sound in Play A Sound File. It's possible the audio files don't exist where they originally existed.


https://developer.chrome.com/native-client
==== Notes ====
Old versions of Python and Tcl/Tk are required. These may work:
* [https://www.python.org/ftp/python/win32/py152.exe Python 1.5.2]
* [ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/win/tcltk80p2+.exe Old version of Tcl/Tk]
* All-in-one packages: [https://cdn.discordapp.com/attachments/516027726851735632/711328321819902083/Grail.7z Grail.7z], [https://cdn.discordapp.com/attachments/516027726851735632/711588211222118450/Grail_but_More_Portable.7z Grail but More Portable]


https://en.wikipedia.org/wiki/Google_Native_Client
=== igLoader [[File:igLoader Logo.png|40px]] ===
* [https://web.archive.org/web/20070913003821/http://www.igloader.com/ Website] (archived)
* [https://www.mygamer.com/igloader-looks-to-help-indie-developers-2/ myGamer article]


=== Example Games ===
==== Downloads ====
* [https://web.archive.org/web/0id_/http://igloader.com/download/igLoader_setup.exe Installer] (archived)


[https://www.crx4chrome.com/crx/39554/ Bomberclone]
==== Examples ====
* [https://web.archive.org/web/20071212124018/http://www.miniclip.com/games/platypus/en/ Platypus] (archived)
* [https://www.managames.com/onlinetennisgame.html Tennis Elbow 2006]
* [https://web.archive.org/web/20051211062901/http://cloverleafgames.com/webbed.php Webbed] (archived)
* [https://web.archive.org/web/20070828050251/http://www.binarysun.co.uk/online-games/bubble-blitz/ Bubble Blitz] (archived)
* [https://web.archive.org/web/20060306190952/http://igloader.com/examples/igshowcase.php Official showcase] (archived)


[https://mega.nz/folder/n5B2GQxZ#dACElxPS66W3ZYJRLECLHA Bastion Demo]
=== mPen Clicktoons [[File:MPen Clicktoons Logo.png|40px]] ===
.clt


=== Problems Encountered ===
==== Downloads ====
"[6708:11872:0517/190417:ERROR:nacl_process_host.cc(215)] DuplicateHandle() failed" on Chromium 40
* http://web.archive.org/web/19991127231202/http://mpen.com/Plugins/download.htm
* https://web.archive.org/web/19991110031437/http://www.musicpen.com:80/Plugins/download.htm
* https://web.archive.org/web/19991104081148/http://www.clicktoons.com:80/download.htm


.nexe and .pexe files get downloaded by the browser, but don't start.
==== Problems Encountered ====
* Needed .pag files, which the Wayback Machine did not seem to have archived


== VRML ==
=== [[wikipedia:O3D|O3D]] [[File:O3D Logo.gif|40px]] ===
https://en.wikipedia.org/wiki/VRML


=== Download Links ===
==== About ====
A list of some VRML players: https://www.vrinternal.com/docs/links.html
A proposal by Google for a standard 3D API for the Web. WebGL supplanted it. Google eventually wrote a WebGL version of O3D, but conversion is not automatic and the Beach demo was not converted


Cosmo Player: https://cosmo-player.en.softonic.com/download
==== Downloads ====
There are no known found trustworthy downloads, although [https://src.chromium.org/viewvc/chrome/trunk/o3d/ source code exists]. https://www.zhaodll.co/n/20130417/158957.html has been tested and works, but the website is sketchy.


OpenVRML: https://sourceforge.net/projects/openvrml/files/
==== Examples ====
* [https://code.google.com/archive/p/o3d/downloads Sample packs]


=== Example Games/Applications ===
==== Problems Encountered ====
&#42; Also contains links to other places containing VRML content.
* After installing DirectX Redistribution from June 2010 it shows grey screen on VirtualBox. Check, if works on real hardware.
* Some examples requires a newer version of O3D, which is lost on binary version.


Andrew's VRML Games and Puzzles: http://www.soc.napier.ac.uk/~andrew/vrml/
=== Opal Player Plugin [[File:Opal Player Plugin Logo.png|40px]] ===
[https://web.archive.org/web/20001207154700/http://www.cai.com/products/opal/prodinfo.htm Product info page] (archived)


VRML GAME: http://web.archive.org/web/20191016182344/http://www.ceres.dti.ne.jp/~kekenken/main/3d/game/game.htm
==== About ====
Appears to be for interactives. <s>Potentially doesn't support Vista.</s>


Web3D Amusements'''*''' (The English version of VRML GAME. It has VRML programs not in the other version, which is in Japanese): http://web.archive.org/web/20191017225236/http://www.ceres.dti.ne.jp/~kekenken/main/index.html
==== Downloads ====
* [https://web.archive.org/web/20010210212223/http://www.cai.com/products/opal/plugins.htm cal.com] (archived, doesn't work, FTP)
* [https://web.archive.org/web/20090227134935/http://opal.pascocountyfl.net/opal/download.htm opal.pascocountyfl.net] (archived)


A Little Bit About Me: http://members.bex.net/jtcullen515/AboutMe.htm
==== Problems Encountered ====
* Missing assets
* Unsupported 16-bit application error, that can't be installed in 64-bit Windows. Probably requires OTVDM and maybe works in newer 32-bit Windows.


VRML resources for the 3E15 lecture - 14 October 1998'''*''': http://www2.cmp.uea.ac.uk/~jrk/wwwvrml.dir/public-vrml/VRMLLECTURE/
==== Examples ====
* [https://web.archive.org/web/20030502110837/http://www.usmsc.edu/opal/Bowie/Bowie_web/publish/BOA_opal.htm Bowie example] (archived)
* [https://web.archive.org/web/20100706175625/http://opal.pascocountyfl.net/permit/bccpasco_opal.htm opal.pascocountyfl.net] (archived)


vrml.sgi.com: http://web.archive.org/web/19980113075629/http://vrml.sgi.com/intro.html
=== [[wikipedia:OpenSimulator|OpenSimulator]] [[File:OpenSimulator Logo.png|40px]] ===


A list of chat worlds and games at VR Internal (on the left sidebar): https://www.vrinternal.com/docs/links.html
==== About ====
Open-source server for hosting virtual worlds. [http://opensimulator.org/wiki/Main_Page Official page].


FreeWRL examples: http://freewrl.sourceforge.net/examples.html
==== Downloads ====
* [http://opensimulator.org/dist/opensim-0.9.2.2.zip Latest release]


''Internet Archive Search: subject:"VRML"'': https://archive.org/search.php?query=subject%3A%22VRML%22
==== Examples ====
* [https://www.zadaroo.com/ Zadaroo OpenSim Resources]
* [http://archive.opensim.me/ OpenSimulator Archive]


Google search for VRML, limited to ac.uk addresses: https://www.google.com/search?q=VRML+site%3Aac.uk
==== Notes ====
* External server is required to work, but can be configurated to work offline.
* Online worlds works offline with OpenSimulator?
* This needs to be configured so that the server will unload the OAR when the Viewer is turned off.
* Viewer is required to fully experience of OpenSimulator. For example [http://www.singularityviewer.org/ Singularity Viewer].


Floops episodes 7, 10, 24, 28, 29, 31, 36, 38 and 46 from Floops' Greatest Hits, a CD-ROM published in 1997 by Silicon Graphics: https://github.com/Sgeo/floopsArchive/tree/master/floops
=== [[wikipedia:Panda3D|Panda3D Plugin]] [[File:Panda3D Logo.png|40px]] ===
==== About ====
[https://en.wikipedia.org/wiki/Panda3D Wikipedia article]


=== Problems Encountered ===
==== Downloads ====
Flux Player 2.1 is stuck loading under TheWorld 3.5.03
* [http://www.ddrose.com/~drose/plugin/install_plugin.html Installer and demos]
* [https://www.panda3d.org/download/runtime-1-0-4/ Latest runtime]


Too many players with variations: Which ones should get included?
==== Examples ====
* [http://www.ddrose.com/~drose/p3d_7/ Open directory]
* [http://www.ddrose.com/pacbat/pacbat.html Pac-Bat] (tested and working on 2019-07-21)
* [http://martinsant.net/games/dice/ Dice in a Stone Box]
* [http://a3p.sourceforge.net/play/ A3P - Acquire, Attack, Asplode, Pwn!] (tries to install Python and crashes)


Live3D: Crashes on page navigation
==== Problems ====
* There is a huge number of runtime components that are downloaded and installed on demand. They are listed [http://runtime.panda3d.org/contents.xml here], and are available from [http://runtime.panda3d.org/ this open directory]. (<s>backed up at [https://fpfss.unstable.life/web/flashfreeze/files?file-id=686 Flashfreeze (request login)]</s> dead link)
* Visual C++ 2010 Runtime needs to be installed.
* <s>Doesn't seems to work on Windows 11 22H2.</s> runtime.panda3d.org folder must be put in htdocs folder
* Requires HTTPS removal.


Cosmo Player: Struggles with large worlds
=== [[wikipedia:Scratch (programming language)|Scratch]] [[File:Scratch Logo.png|40px]] ===
* [https://scratch.mit.edu/ Website]


Blaxxun Contact 4.4: If a world has sounds but a sound has not played yet, low FPS. This seems to occur in a full install too.
==== About ====
An online block-based virtual language, currently based upon Blockly, then previously Flash, and before that, Java (Squeak 2.8 for the offline editor). While it is possible to curate Scratch games in Flashpoint using converters and packagers, they are not in their original form.


== Grail ==
==== Downloads ====
https://en.wikipedia.org/wiki/Grail_(web_browser)
* 1.4 Offline Editor: [https://download.scratch.mit.edu/ScratchInstaller1.4.exe Windows], [https://download.scratch.mit.edu/MacScratch1.4.dmg Mac], [http://ubuntu.media.mit.edu/ubuntu//pool/universe/s/scratch/scratch_1.4.0.6~dfsg1-5~ubuntu12.04.1_all.deb Linux]
* 2.0 Offline Editor: [https://scratch.mit.edu/scratchr2/static/sa/Scratch-461.exe Windows], [https://scratch.mit.edu/scratchr2/static/sa/Scratch-461.dmg Mac]
* 3 Offline Editor: [https://downloads.scratch.mit.edu/desktop/Scratch%20Setup.exe Windows], [https://downloads.scratch.mit.edu/desktop/Scratch.dmg Mac]


=== Download Links ===
==== Examples ====
Web browser: https://sourceforge.net/projects/grail/files/grail/0.6/grail-0.6.tgz/download
* [https://scratch.mit.edu/projects/23012/ Wodunne's World]
* [https://scratch.mit.edu/projects/91723110/ Snail Platformer v1.4]


Python (needed to run Grail): https://www.python.org/ftp/python/win32/py152.exe
==== Problems Encountered ====
* Scratch 2 and 3 do not have Linux versions. However, it may be possible to run their respective Windows versions in Wine or use a web version.


Tcl/Tk (also needed to run Grail): ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/win/tcltk80p2+.exe
=== Sense8 WorldUp [[File:Sense8 WorldUp Logo.png|40px]] ===
==== Downloads ====
* [http://www.terasoft.com/about/products.html Terasoft website]
* [https://web.archive.org/web/20010622064503/http://www.sense8.com/products/download.html Sense 8 website] (archived)
* https://discord.com/channels/432708847304704010/516027726851735632/785218816711983104 Files from the Wayback Machine]


All-in-one package: https://cdn.discordapp.com/attachments/516027726851735632/711328321819902083/Grail.7z
==== Examples ====
* [http://www.cityarts.com/tech/index.html Some WorldUp examples]
* [http://www.cityarts.com/pomag/ Glasbead]
* [http://www.cityarts.com/langlois/glasbead.html Glasbead desktop version]


All-in-one package, but more portable: https://cdn.discordapp.com/attachments/516027726851735632/711588211222118450/Grail_but_More_Portable.7z
==== Problems ====
multiasset .wup files not working


=== Example Games/Applications ===
=== Tulip 3D [[File:Tulip 3D Logo.png|30px]] ===
http://grail.sourceforge.net/demo/
* [http://web.archive.org/web/20021002220716/http://www.exstream.to/ Exstream website] (archived)
* [https://web.archive.org/web/20020928152956/http://www.tulip-software.org/ Tulip Software website] (archived)


=== Problems Encountered ===
==== Problems ====
<s> "TclError: Can't find a usable init.tcl in the following directories:" error when trying to run Grail </s> (Solved)
It's unclear whether these two links reference the same plugin or two different plugins with Tulip in the name.


"An exception occurred during applet loading : exceptions.TypeError: compile, argument 1: expected string without null bytes, string found" error on all official Grail demo applets, except for Clocks, Play A Sound File, Demos Similar to Common Java Demos, Show Grail's Applet Exception Handling, Calendar and A Little Joke.
* Exstream: 3D does not play unless the proper codec is available for the (usually? always?) .asf file. The codec in use appears to be 0x75 VoxWare Metasound. The downloads available for this codec do not appear to work directly. ffmpeg can process it but it sounds terrible. MPlayer, when given its binary codecs and the -ac voxware option, sounds excellent. However, the binary requires a file to be present in SysWOW64. We may need to reencode the .asf files via MPlayer (and then ffmpeg if MPlayer cannot output an .asf file).


"An error occurred in a callback function : audiodev.error : no audio device" error if trying to play a sound in Play A Sound File. It's possible the audio files don't exist where they originally existed.
=== WildPockets [[File:WildPockets Logo.png|40px]] ===
* [http://web.archive.org/web/20110210153645/http://www.wildpockets.com/ Official Website] (archived)
* [https://wildpockets.fandom.com/wiki/Wildpockets_Wiki WildPockets Wiki]


== X3D ==
==== Downloads ====
https://en.wikipedia.org/wiki/X3D
* [https://launchpad.net/wildpockets Source code]


=== Download Links ===
==== Examples ====
A list of some X3D players: https://www.web3d.org/x3d/content/examples/X3dResources.html
* [http://web.archive.org/web/20100526110154/http://www.ninjakiwi.com/Games/Action/Play/SAS_Zombie_Assault_3D.html SAS: Zombie Assault 3D] ([https://www.youtube.com/watch?v=l1DBrpE8XIc Trailer])


=== Example Games/Applications ===
==== Problems ====
HelloWorld.x3d: https://www.web3d.org/x3d/content/examples/HelloWorld.x3d
* Appears to call for a defunct website?
* Appears to be a lost media.


FreeWRL examples: http://freewrl.sourceforge.net/examples.html
== Other technologies ==


X3D for Web Authors (X3D4WA) Examples Archive: http://www.x3dbook.com/examples/X3dForWebAuthors/index.html
=== Pipelight [[File:Pipelight Logo.png|40px]] ===
==== About ====
A browser plugin that allows Windows-only NPAPI plugins to run on Linux.


''VRML 2 Sourcebook: X3D Examples Archive'': https://www.web3d.org/x3d/content/examples/Vrml2.0Sourcebook/ (alternate link: https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook)
See [[Linux Support/Outdated Packages#Pipelight]] for more information.


=== Problems Encountered ===
<noinclude>
Flux Player 2.1 loads indefinitely under TheWorld 3.5.03
[[Category:Technologies]]
</noinclude>

Latest revision as of 09:40, 24 March 2024

This is a list of web game technologies that we hope to support in the future. If you'd like to help us add one of these technologies to Flashpoint, please join the #other-plugins channel in our Discord.

For plugins which have been successfully added to Flashpoint, see Technologies to Add/Added Technologies.

Please add new technologies in alphanumeric order.

Here are some places to find more technologies to add to Flashpoint:

*Because this website does not support TLS 1.2, it cannot be opened in modern browsers. It can still be opened in browsers such as Pale Moon.

This page lists two kinds of plugins: platforms, as well as other technologies such as alternate VRML viewers and compatibility assistants such as Pipelight.

Unsorted

Technologies to be researched and then given dedicated sections.

Logo Name Info Formats
3Di Logo.png
3Di OpenViewer
3DMLW Logo.png
3DMLW
  • .3dmlw
ActiveVRML Logo.png
ActiveVRML
  • .xaf
  • .avr
Blink3D Logo.png
Blink3D
  • .env
  • .bb
Brilliant 3D Logo.png
Brilliant 3D
  • .b3d
BSContact Logo.png
BS Contact
  • .wrl
  • .bswrl
  • .bxwrl
  • .x3d
  • .x3dz
  • .x3dv
  • .x3dvz
  • .x3db
Buro Zicht Logo.png
buro Zicht Appears to be lost media. Archived site: https://web.archive.org/web/20000526030919/http://www.zicht.nl:80/eng/intro.htm
Caligari Logo.png
Caligari
  • .scn
  • .wrl
Chromeffects
  • .mts
  • .dtd
Community Place VRML Logo.png
Community Place VRML
  • .wrl
Concerto Logo.png
Concerto
  • .frm
Cortona VRML Logo.png
Cortona VRML
  • .wrl
  • .vrml
  • .wrz
Curl Logo.png
Curl
  • .curl
Cyber Theatre
  • .paf
  • .tdm
DirectAnimation Logo.png
DirectAnimation
Day timer Logo.png
Day-Timer
  • .dto
DigitalSpace Traveler Logo.png
DigitalSpace Traveler
  • .olv
  • .sds
  • .olh
  • .wrl
Disney Game Player Logo.png Disney Game Player
  • .dsq
EarthTime Logo.png
EarthTime
  • .etc
Enliven Logo.png
Enliven
  • .nml
  • .nms
EonX Logo.png
EonX (Vimtek-EON)
  • .eoz
ERMapper Logo.png
ERMapper
  • .ecw
ExitReality Logo.png
ExitReality
  • .wrl
  • .bxplx
Famous3d Logo.png
Famous3d
  • .f3d
  • .fst
Flying Carpet Logo.png
Flying Carpet
  • .rtb
Fusionetics Player Logo.png
Fusionetics Player
  • .wrl
GeoMedia Web Map Logo.png
GeoMedia Web Map
  • .gwt
  • .cgm
GLView Logo.png
GLView
  • home.snafu.de/~hg/
  • .wrl
  • .3dv
Haptek VirtualFriend Logo.png
Haptek VirtualFriend
  • .hap
  • .hax
  • .fak
  • .vfe
HD View Logo.png
HD View
  • .hds
Hollywood3d Logo.png
Hollywood3D
  • .dll
  • .cab
HyperStudio Logo.png
HyperStudio
  • .stk
HyperWire Logo.png
HyperWire
IconAuthor Logo.jpg
IconAuthor
  • .iwm
  • .iw
Kit-show Logo.png
Kit-show
  • .vem
Liquid Reality Logo.png
Liquid Reality
  • .wrl
Living Actor Logo.png
Living Actor
  • .liv
Media Conveyor Logo.png
Media Conveyor
  • .mcs
Meme Viewer Logo.png
Meme Viewer
  • .mm
Microsoft Virtual Worlds Logo.png
Microsoft Virtual Worlds
  • .wrl
MozaWeb 3D Viewer Logo.png
MozaWeb 3D Viewer
  • .m3d
MPire Logo.png
mPire
  • mfactory.com
  • .mpl
  • .mpire
NCompass Logo.png
NCompass
  • .lpk
NetMC Logo.gif
NetMC
  • .mcp
OLiVR Viewer Logo.png
OLiVR Viewer
  • .oli
OpenScape Logo.png
OpenScape
PlayCom Logo.png
PlayCom Player
  • .nbw
QEDPlayer Logo.png
QEDPlayer
  • .q3z
RadMedia Logo.png
RadMedia
  • .rad
Rapid Logo.png
Rapid
  • .zrp
Scream Logo.png
Scream
  • .nmz
Slingshot Logo.png
Slingshot
  • .sls
SparkPlug Logo.png
SparkPlug
  • .tvm
Stagecast Logo.png
Stagecast (formerly Cocoa)
  • .cco
  • .sim
  • .world
Toppler.gif
Topper
  • .wrl
  • .3ds
Triplex Logo.png
Triplex
VRealm Logo.png
VRealm
  • .wrl
VR-Platform Logo.png
VR-Platform
  • .vrp
VR Scout Logo.png
VR Scout
  • .wrl
WebAddon3D Logo.png
WebAddon3D
  • .ive
  • .path
WebExplorer Logo.png
(IBM) WebExplorer
WebFX Logo.png
WebFX
  • .wrl
WebMax Logo.png
WebMax
  • .n3d
WorldsPlayer Logo.png
WorldsPlayer
  • .world
WorldView Logo.png
WorldView
  • .wrl
XStream Logo.png
XStream
  • .kql
Z3D Logo.png
Z3D
  • .zxd

Platforms

Atomic 3D / Neutron Viewer Atomic3D Logo.png

Downloads

Examples

Problems Encountered

  • All animations need their separate asset files, which can be a problem if some are lost.

Castle Game Engine Web Plugin Castle Game Engine Web Plugin Logo.png

Downloads

Examples

Example is included in source code.

Problems Encountered

  • Can't find C:\Program on PATH.
  • Exception "Exception":

windres failed, cannot create Windows resource

Further notes

No precompiled builds are available yet. As such, you may have to download any of the following files to compile the plugin:

Chime Chime Logo.png

Downloads

Examples

The installer page links to demos.

Problems Encountered

  • Crashes a majority of the time. The FPNavigator and Flashpoint cache must be cleared.
  • .pdb files do not show in Netscape

Converse3D Converse3D Logo.png

.c3d

Downloads

Examples

Problems Encountered

  • Something about a missing cab file?

Google Native Client Google Native Client Logo.png

Downloads

Examples

Problems Encountered

  • "[6708:11872:0517/190417:ERROR:nacl_process_host.cc(215)] DuplicateHandle() failed" on Chromium 40
  • .nexe and .pexe files get downloaded by the browser, but don't start.
  • Slimjet 10 can't see the PNaCl compiler plugin when running through a proxy. (See chrome://components) (That was because the compiler was not in the user folder)

Grail Grail Logo.png

Downloads

Examples

Problems Encountered

  • "TclError: Can't find a usable init.tcl in the following directories:" error when trying to run Grail Solved.
  • "An exception occurred during applet loading : exceptions.TypeError: compile, argument 1: expected string without null bytes, string found" error on all official Grail demo applets, except for Clocks, Play A Sound File, Demos Similar to Common Java Demos, Show Grail's Applet Exception Handling, Calendar and A Little Joke. Grail can't decrypt gzipped HTTP packets.
  • "An error occurred in a callback function : audiodev.error : no audio device" error if trying to play a sound in Play A Sound File. It's possible the audio files don't exist where they originally existed.

Notes

Old versions of Python and Tcl/Tk are required. These may work:

igLoader IgLoader Logo.png

Downloads

Examples

mPen Clicktoons MPen Clicktoons Logo.png

.clt

Downloads

Problems Encountered

  • Needed .pag files, which the Wayback Machine did not seem to have archived

O3D O3D Logo.gif

About

A proposal by Google for a standard 3D API for the Web. WebGL supplanted it. Google eventually wrote a WebGL version of O3D, but conversion is not automatic and the Beach demo was not converted

Downloads

There are no known found trustworthy downloads, although source code exists. https://www.zhaodll.co/n/20130417/158957.html has been tested and works, but the website is sketchy.

Examples

Problems Encountered

  • After installing DirectX Redistribution from June 2010 it shows grey screen on VirtualBox. Check, if works on real hardware.
  • Some examples requires a newer version of O3D, which is lost on binary version.

Opal Player Plugin Opal Player Plugin Logo.png

Product info page (archived)

About

Appears to be for interactives. Potentially doesn't support Vista.

Downloads

Problems Encountered

  • Missing assets
  • Unsupported 16-bit application error, that can't be installed in 64-bit Windows. Probably requires OTVDM and maybe works in newer 32-bit Windows.

Examples

OpenSimulator OpenSimulator Logo.png

About

Open-source server for hosting virtual worlds. Official page.

Downloads

Examples

Notes

  • External server is required to work, but can be configurated to work offline.
  • Online worlds works offline with OpenSimulator?
  • This needs to be configured so that the server will unload the OAR when the Viewer is turned off.
  • Viewer is required to fully experience of OpenSimulator. For example Singularity Viewer.

Panda3D Plugin Panda3D Logo.png

About

Wikipedia article

Downloads

Examples

Problems

  • There is a huge number of runtime components that are downloaded and installed on demand. They are listed here, and are available from this open directory. (backed up at Flashfreeze (request login) dead link)
  • Visual C++ 2010 Runtime needs to be installed.
  • Doesn't seems to work on Windows 11 22H2. runtime.panda3d.org folder must be put in htdocs folder
  • Requires HTTPS removal.

Scratch Scratch Logo.png

About

An online block-based virtual language, currently based upon Blockly, then previously Flash, and before that, Java (Squeak 2.8 for the offline editor). While it is possible to curate Scratch games in Flashpoint using converters and packagers, they are not in their original form.

Downloads

Examples

Problems Encountered

  • Scratch 2 and 3 do not have Linux versions. However, it may be possible to run their respective Windows versions in Wine or use a web version.

Sense8 WorldUp Sense8 WorldUp Logo.png

Downloads

Examples

Problems

multiasset .wup files not working

Tulip 3D Tulip 3D Logo.png

Problems

It's unclear whether these two links reference the same plugin or two different plugins with Tulip in the name.

  • Exstream: 3D does not play unless the proper codec is available for the (usually? always?) .asf file. The codec in use appears to be 0x75 VoxWare Metasound. The downloads available for this codec do not appear to work directly. ffmpeg can process it but it sounds terrible. MPlayer, when given its binary codecs and the -ac voxware option, sounds excellent. However, the binary requires a file to be present in SysWOW64. We may need to reencode the .asf files via MPlayer (and then ffmpeg if MPlayer cannot output an .asf file).

WildPockets WildPockets Logo.png

Downloads

Examples

Problems

  • Appears to call for a defunct website?
  • Appears to be a lost media.

Other technologies

Pipelight Pipelight Logo.png

About

A browser plugin that allows Windows-only NPAPI plugins to run on Linux.

See Linux Support/Outdated Packages#Pipelight for more information.