Pinned Repositories
AnimToTextureHelpers
awesome-gametalks
:speech_balloon: A curated list of gaming talks (development, design, etc)
ParticlePanic
Realtime SPH fluid simulator using deprecated OpenGL and C++
pbd-crowd-sim
Implementation of Position-based crowd simulation by T. Weiss et al.
while-interpreter
An interpreter for the while language.
White-box-Cartoonization
Official tensorflow implementation for CVPR2020 paper “Learning to Cartoonize Using White-box Cartoon Representations”
xpbd-fem
tomerwei's Repositories
tomerwei/while-interpreter
An interpreter for the while language.
tomerwei/UCLA-CS-239-Winter-2015
Project for CS 239, UCLA, Winter 2015
tomerwei/animat-learning
CS263C Final Project: Learning Collaboration Based On the Environment
tomerwei/CDTLatch
Converts a C source file to IMP languages
tomerwei/cis-563
Physically based animation
tomerwei/Computer-Graphics
tomerwei/CS237A
UCLA CS237A, Winter 2015
tomerwei/d3-floorplan
A set of layered reusable charts build on D3.js for map like interaction on local coordinate systems.
tomerwei/documents
tomerwei/GraphicsEngine
Rudimentary framework for getting graphics applications up and running. One level of abstraction up from OpenGL.
tomerwei/MeshlessDeformations
A C++ implementation of Meshless Deformations Based on Shape Matching
tomerwei/npcuda-example
Example python (numpy) -- CUDA installable package with a C-extension library
tomerwei/PPPM_VORTEX_Bouyant_Flow_sample
source code for PPPM summation
tomerwei/Projective-Dynamics
Implementation of the Projective Dynamics simulation method proposed by Dr. Ladislav Kavan et al. in 2014. This method of simulation projects each constraint locally and in parallel by making use of the OpenMP library, which allows the algorithm to maintain real-time performance speeds even with complex models, before solving for the system globally. This is the first publicly available implementation of this research. Project video found at: https://www.youtube.com/watch?v=pAG6ZEm7-Zc
tomerwei/RegionGrowing
Image segmenation based on region growing in Python using OpenCV
tomerwei/Robot-Motion-Planning
Algorithmic Robotics and Motion Planning - Tel Aviv University
tomerwei/stanford-scene-database
Automatically exported from code.google.com/p/stanford-scene-database
tomerwei/TheAnimator
Maya/Python plugin for instant and customized Walk Cycle generation.
tomerwei/twitter-events
Project for CS263A Language and Thought
tomerwei/UCLA-CS-269-Seam-Carving
UCLA CS 269 project, Winter 2014
tomerwei/voro
A copy of Voro++ library for the computation of the Voronoi diagram. Project is modified a bit here for compilation with CMake.