Code Monkey home page Code Monkey logo

gfc's People

Contributors

engineeroflies avatar

Watchers

 avatar

gfc's Issues

Network Support

Need to finally add support for network communication
Then can move on to client / server and peer to peer models

GFC: Data type names should be prefixed

To prevent potential risk of conflicts with other libraries all type should be prefixed
GFC_*
GFC_List,GFC_Hash,GFC_Vector2D, etc
This will be breaking, but should be a simple find and replace to update to the new version

gfc_color: to/from str

be able to convert a color into a string tag and extract a color from a string tag.
perhaps as json
{"color":[255,255,255,255]}

Color gfc_color_from_str(const char* str) gfc_color_to_str(Color color,TextLine str);

gfc_string : new class

where gfc_text is meant for static text, gfc_string will be for more dynamic text lengths.

gfc_matrix major order confusion

I need to clean this up. I seem to be mixing Column major order matrix and row major order matrices. I believe this may be why things like matrix inversion does not work for me. Since GLSL is column major, I need to go through the library and make sure that is how I am operating

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.