View Single Post
Author Message
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 04-05-2013 , 04:37   Spider - A Replacement Webcompiler
Reply With Quote #1


Video is for the old version, new one is slightly different.

https://spider.limetech.io/

Features:
  • Supports both SourceMod and AMX Mod X plugins.
  • In-browser compilation - your code never leaves your computer.
  • Supports custom include files - use whatever extensions you need.
  • In-line display of warnings and errors - see at a glance where they occurred.
  • Code highlighting - although not SourcePawn specific just yet.
  • Basic starter template - no more hunting for a myinfo structure to copy.
  • Restores work if the page is closed.
  • It works offline!

Supported Browsers:
  • Chrome - Version ~20+ (exact version not known.)
  • Firefox - Version 20+
  • Internet Explorer - Version 10+ (bet you didn't expect that one.)

Possible future additions:
  • Run spcomp in a WebWorker so it doesn't hang the browser.
  • Get optimization working with Emscripten, to speed it up and reduce code size.
  • Localstorage usage to persist code, custom include files, spcomp.js, and the standard include file blob.
  • Proper file system management, multiple code files. Maybe some form of project blob to allow saving of complete works.

Crafted with love utilising the following projects:
__________________

Last edited by asherkin; 06-03-2017 at 19:27.
asherkin is offline