Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samjuk/cs3d

Implement a WebGL 3D Model viewer into Steam Marketplace webpages for supported CSGO Weapons
https://github.com/samjuk/cs3d

chrome-extension hacktoberfest hacktoberfest2020 steam three-js webgl

Last synced: about 3 hours ago
JSON representation

Implement a WebGL 3D Model viewer into Steam Marketplace webpages for supported CSGO Weapons

Awesome Lists containing this project

README

        

# CS3Dv2

A rebuild of the CS3D chrome plugin, to help guide implementation of similar solutions within CSGO & CS2.

The source code of the original version of the chrome extension can be found at https://github.com/SamJUK/CS3D/tree/v1.0.0

- Scripts: These are a collection of scripts and CLI tooling allowing automatic exporting and decompilation of Game Files to gather the models & textures needed.
- Base: This is an API that provides a central location to manage models, textures and core JS files that help with implement a viewer into a webpage
- Viewer: This extends the base component and takes url parameters to configure a 3D viewer. That then can be used in other sites via a iframe.
- Examples/Chrome: This is a chrome plugin, that implements the 3D viewer into the steam marketplace, similar to how this repo originally worked.
- Examples/Marketplace: Example use of the Base component via a iframe in a marketplace context
- Examples/Viewer: 3D Model viewer implement via Iframe