Git Product home page Git Product logo

Teenathayaala Vaiyanan's Projects

assimp icon assimp

The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.

box-knight icon box-knight

A card game (Inspired Slay the Spire) that my group did for GPS 2 (Game Studio Project 2). I was involved as gameplay, AI, UI, database and tool programmers.

cryengine icon cryengine

CRYENGINE is a powerful real-time game development platform created by Crytek.

double-dealer icon double-dealer

A 2D isometric game (Inspired Invisible Inc) that my group did for GPS 1 (Game Studio Project 1). I was involved as gameplay, AI and tool programmers.

ezengine icon ezengine

An open source game engine in active development

game-of-life icon game-of-life

This demo features Game Of Life AI simulation based on Conway's Game Of Life.

glfw icon glfw

A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input

godot icon godot

Godot Engine – Multi-platform 2D and 3D game engine

imgui icon imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

invirian icon invirian

A game engine made to test my capability to create one in the first place

lumberyard icon lumberyard

Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.

multiplayer-2d-shooter-neonshooter icon multiplayer-2d-shooter-neonshooter

Neon Shooter is a multiplayer 2D shooter game (Inspiration taken from Diep.io) created using Astran Game Engine for my Data Comm & Networking assignment. It is a two player game where player able to fight against each other in realtime over the network. Since this is a realtime shooter game, it uses Prediction (using of Velocity and Acceleration to predict the next position to move to) and Interpolation (interpolating from current position to position received over the network) method to compensate for the lag since network update runs on 30 FPS, while the game runs on uncapped FPS.

multiplayer-tic-tac-toe icon multiplayer-tic-tac-toe

A multiplayer tic tac toe (Nodes & Crosses) game created using Astran Game Engine for my Data Comm & Networking assignment. It is uses Bit Packer to condense the data send to other client, making its network data footprint down to a single unsigned char (datatype with least number of bit in C++) for each move. Demonstration of the game is shown below.

pathfinding-algorithm-dijkstra-astar icon pathfinding-algorithm-dijkstra-astar

This demo features AI pathfinding simulation including pathfinding algorithms such as Dijkstra and A*. The simulation can be adjusted in the property panel with different path weight and allow diagonal tiles

sharpmake icon sharpmake

Sharpmake is an open-source C#-based solution for generating project definition files, such as Visual Studio projects and solutions, GNU makefiles, Xcode projects, etc.

volk icon volk

Meta loader for Vulkan API

vulkan-experimentation icon vulkan-experimentation

A repository focused on learning and experimenting with Vulkan. Only contains basics for now. TLDR: Might not be updated any time sooner since the new features might get absorbed into Invirian game engine repo

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.