Coder Social home page Coder Social logo

retrofire's People

Contributors

jdahlstrom avatar

Stargazers

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

Watchers

 avatar  avatar

retrofire's Issues

Review all uses of `as`

Especially between uN and usize. Consider creating traits for explicit named conversions.

Properly support integral varyings

Integers cannot be interpolated with the current Varying because they cannot have a well-behaving Linear impl. Make Varying a trait and impl it for integers based on the current Bresenham code.

Verts of culled faces need no w divide

If all the faces a vertex belongs to are culled, that vertex does not need w divide or viewport transform. Should think about if it's worth it to try to discard/skip those vertices.

Add animation support

For example, automatically updating transforms based on clock. Should support play/pause and possibly fast forward/slow-motion etc? Also a sequencer for displaying different scenes/cameras based on clock.

Fix culling of faces behind the image plane

Currently HSR culls vertices outside the unit cube, but perspective projection maps z coordinates to [0, 1] rather than [-1, 1]. This causes vertices behind the image plane to not be culled.

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.