Giter Club home page Giter Club logo

trillek-client-core's People

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

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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

trillek-client-core's Issues

Modular branch

These branch isn't updated and actually we are not using these system. We should remove it ?
I could keep a copy in my fork if is necessary.

Proposed test asset storage

I am proposing we store the test asset files in a root folder within tests eg tests/test_assets. Then during the automated build (Travis CI) it would copy the folder to the binary folder. Then anytime an asset is needed it must be loaded from ./test_assets/.

Record log to file

A way to send console output to a log file to allow testers easy error/warning reporting is a top priority.

Compute OBJ file normals after load

Currently OBJ files either come with normals or they don't, and either way they aren't computed for missing normals.

What needs to be done is computing the average for each face the vertex is a part of, then assigning the normal to the internal OBJ normals list. A good starting point can be found here http://stackoverflow.com/questions/12139840/obj-file-averaging-normals .

The easiest way is to created a mapping of vertex index to a pair . Then after a face normal is compute look up the vertex index and add the computed normal to its pair and increment the pairs counters. After all face normals are done, loop over the mapping and compute the average normal for each index and assign OBJ::normals[index] to that value.

Have only one main CMakeList.txt file for all binaries (including tests)

Unit tests require some compilation units to be built, and such to be configured manually in the CMakeLists.txt in tests folder. Including recursively src/ will define 2 "main" function, so each folder must be included individually.

Moreover all the settings of the main CMakeList must be applied to the tests and must be copied/pasted, with potential errors.

I propose to have only one CMakelist file for all the project to make sure that unit tests are build in the same environment as other builds.

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.