Skip to content
View praveen31reddygit's full-sized avatar

Block or report praveen31reddygit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. glfw glfw Public

    Forked from glfw/glfw

    A multi-platform library for OpenGL, window and input

    C

  2. cocos2d-x cocos2d-x Public

    Forked from cocos2d/cocos2d-x

    cocos2d-x for C++

    C++

  3. GamePlay GamePlay Public

    Forked from gameplay3d/gameplay

    Open-source, cross-platform, C++ game framework/engine for creating 2D/3D mobile and desktop games.

    C++

  4. glew glew Public

    Forked from nigels-com/glew

    The OpenGL Extension Wrangler Library

    C

  5. lzham_codec lzham_codec Public

    Forked from richgel999/lzham_codec

    Lossless data compression codec with LZMA-like ratios but 1.5x-8x faster decompression speed, C/C++

    C++

  6. ObjectPool ObjectPool Public

    Forked from UnityPatterns/ObjectPool

    Instead of creating and destroying new objects all the time, this script reduces garbage by pooling instances, allowing you to seemingly create hundreds of new objects while only actually using a r…

    C#