Schell Carl Scivally

Results 69 issues of Schell Carl Scivally

> Kind of wish a view could be rendered via a reference instead of it taking ownership of it in mogwai, would be convenient to static generate a set of...

enhancement
help wanted
good first issue
easy-first-issue

https://github.com/schell/mogwai/blob/fd3c476d665b3918303fcb706ab469cdb4a5e4f0/examples/spa-routing/src/lib.rs#L231

todo

https://github.com/schell/mogwai/blob/fd3c476d665b3918303fcb706ab469cdb4a5e4f0/crates/mogwai-dom/src/view/js.rs#L195

todo

After merging the last set of PRs (#18,#19,#20,#21,#22) hdevtools errors when checking its own source. It seems to be fine when check is run on projects that are less complex....

Travis is erring about: ``` 0.77s$ sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install cabal-install-2.0 ghc-7.10.3 happy-1.19.5 alex-3.1.7 Reading package lists... Building dependency tree... Reading state information... E: Unable to...

Like [ixshader](https://hackage.haskell.org/package/ixshader) use type level vertex and uniform declaration to generate functions for talking to backend shaders (uniform updates and attribute buffering) and for determining post-compilation transformation types, etc.

Take a stab at 3d?

To make it easier for people to write their own backends the V2V2 and V2V4 backends should be separated.

During compilation the `RawLine` primitive gets decomposed and triangulated. It would be better to do this during construction with a special "lines" context, allowing us to remove the `RawLine` constructor...