Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samjuk/cs3d
- Owner: SamJUK
- Created: 2018-02-04T03:00:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T23:22:50.000Z (3 months ago)
- Last Synced: 2024-11-18T00:27:52.113Z (3 months ago)
- Topics: chrome-extension, hacktoberfest, hacktoberfest2020, steam, three-js, webgl
- Language: JavaScript
- Homepage:
- Size: 28.3 MB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: readme.MD
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