Giter VIP home page Giter VIP logo

gotracer's People

Contributors

readleyj avatar

Watchers

 avatar

gotracer's Issues

IsShadowed only considers the first light

The current implementation of IsShadowed considers only the first light in the world's Lights field. Implementation has to be fixed so the multiple lights are taken into account

Inconsistent object creation function names

The naming patterns of functions for creating new objects are inconsistent. Some objects are created with Create, some with New, and some with struct literals. A unified naming pattern for creating new objects would be cleaner

Too much code duplication

Much of the matrix code is needlessly duplicated. A matrix struct would be more clean at the cost a possible reduction in performance (Because of switch from arrays to slices)
Also, color.go and tuple.go contain both method and function implementations. Sticking to either methods or functions would likely reduce clutter

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.