hlviewer.js

Half-Life in WebGL

MIT License

Downloads
495
Stars
147
Committers
3

Bot releases are visible (Hide)

hlviewer.js - v0.8.2 Latest Release

Published by skyrim about 1 month ago

hlviewer.js - v0.8.1

Published by skyrim about 1 month ago

hlviewer.js - v0.8.0

Published by skyrim about 1 month ago

  • updated dependencies
  • switched from webpack to vite
  • switched from preact to solid
  • switched from typestyle to plain css
  • cleaned up the code
  • improved player UI slightly
hlviewer.js - v0.7.5

Published by skyrim over 3 years ago

Removed events and path libraries. Used nanoevents and custom path functions instead.

hlviewer.js - v0.7.4

Published by skyrim about 5 years ago

hlviewer.js - v0.7.3

Published by skyrim about 5 years ago

added basic touch support

hlviewer.js - v0.7.2

Published by skyrim about 5 years ago

Removed lodash dependency which reduced package size from ~300kB to ~200kB

hlviewer.js - v0.7.1

Published by skyrim about 5 years ago

  • fixed library export code
  • reorganized config code
hlviewer.js - v0.7.0

Published by skyrim about 5 years ago

Reorganized project structure

  • added typestyle css-in-js instead of sass
  • simplified webpack build scripts and merged into one
  • updated package versions of some dependencies
  • improved npm publish package
  • bumped minor version to 0.7.0
hlviewer.js - v0.1.0

Published by skyrim about 6 years ago

hlviewer.js - v0.1.1

Published by skyrim about 6 years ago

hlviewer.js - v0.1.2

Published by skyrim about 6 years ago

hlviewer.js - v0.2.0

Published by skyrim about 6 years ago

hlviewer.js - v0.3.0

Published by skyrim about 6 years ago

hlviewer.js - v0.6.0

Published by skyrim about 6 years ago

  • added rendering of static lighting
  • removed three.js in order to use WebGL directly which lead to
    • greatly increased performance
    • hlviewer.min.js size is now less than half of what it was (from ~650kB to ~300kB)
hlviewer.js - v0.5.0

Published by skyrim about 6 years ago

Added sprite support

hlviewer.js - v0.4.1

Published by skyrim about 6 years ago

Changelog:

  • added WadExporter tool
  • fixed major issue with loading wad files
  • added sprite file parser (.spr)
  • fixed repository file issues
hlviewer.js - v0.4.0

Published by skyrim about 6 years ago

Changelog:

  • added sounds
  • switched to TypeScript
  • switched to Preact
  • updated dependencies
  • and many other changes