Giter VIP home page Giter VIP logo

wowser's People

Contributors

dduarte avatar fallenoak avatar petersandor avatar timkurvers avatar yehonal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wowser's Issues

wowser terminates abruptly on Windows (during BLP processing)

Hi, this may be related to issue reported in dependency wowserhq/blizzardry#51

There is no error message on crash, I had to search where the app crashes:

return BLP.from(req.resource.data, function(blp) {
var mipmap, png;
mipmap = blp.largest;
png = new PNG({
width: mipmap.width,
height: mipmap.height
});
png.data = mipmap.rgba;
res.set('Content-Type', 'image/png');
return png.pack().pipe(res);
});

(it doesn't crash when I send a randomly coloured PNG back)

After the crash I get -1073741819 from echo %ERRORLEVEL% (access violation)

Any help greatly apprieciated

Thanks

Peter

Use BufferedGeometry

http://threejs.org/docs/#Reference/Core/BufferGeometry:

This class is an efficient alternative to Geometry, because it stores all data, including vertex positions, face indices, normals, colors, UVs, and custom attributes within buffers; this reduces the cost of passing all this data to the GPU. This also makes BufferGeometry harder to work with than Geometry; rather than accessing position data as Vector3 objects, color data as Color objects, and so on, you have to access the raw data from the appropriate attribute buffer. This makes BufferGeometry best-suited for static objects where you don't need to manipulate the geometry much after instantiating it.

Forced 2D view on Windows?

After a while, I ran wowser (latest master updates) and saw this:

wowser-latest

I couldn't interact at all. Any ideas about what's going on?

Look into riotify

Riotify would allow bundling the UI using CommonJS requires, no longer requiring global variables/scripts to be present.

demo video

hey I don't have WoW installed but i'm curious what this looks like!

Split all pipeline components into web workers

This would prevent the (massive) lag currently experienced when loading the M2, ADT and BLP formats in the game screen.

Each pipeline component (M2, ADT and BLP) should get their own Browserified bundle, each to run in a separate Web Worker.

npm run scripts fail

I get the following error when I try to run either npm run serve or npm run start

λ npm run serve

> [email protected] serve C:\Projects\wowser
> bin/serve

'bin' is not recognized as an internal or external command,
operable program or batch file.

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "serve"
npm ERR! node v0.12.5
npm ERR! npm  v2.11.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] serve: `bin/serve`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] serve script 'bin/serve'.
npm ERR! This is most likely a problem with the wowser package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     bin/serve
npm ERR! You can get their info via:
npm ERR!     npm owner ls wowser
npm ERR! There is likely additional logging output above

Certain ADTs cannot be loaded

Might be related to the MCAL and MCSH chunks reporting incorrect sizes.

Known problematic ADTs:

  • Daggercap Bay (Northrend)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.