Code Monkey home page Code Monkey logo

graphics's Introduction

Graphics

This repository contains source files for my experiments covering a wide range of topics including rendering, geometry processing, numerical analysis, image processing, deep learning, etc. A majority of them test specific algorithms rather than creating a functioning application or library. (For my projects, check the "Outside this repository" section below.)

An outline of the repository is below (approximately ordered by update recency):

fitting/: Related to regression tasks, including vectorization, neural representations, generative models, etc.

image/: Related to image processing, such as denoising, super-resolution, color replacement, image stylization, etc.

modeling/: Related to geometric modeling, including scripts that generates various 3D models, either procedually or from an image/volume.

simulation/: Related to physical simulation, including dynamic ones like 2D and 3D rigid body, fluid, cloth, mass-spring, shallow water; and static ones like optimizing the pose of single rigid bodies and solving for static stress.

raytracing/: Related to ray tracing, reflectance models, lighting, and intersectors like BVH, sphere raymarching, and volumetric ray casting.

triangulate/: Related to generating triangular meshes, such as from 3D implicit and parametric surfaces and 2D implicit functions.

numerical/: Related to numerical analysis, including numerical optimization, solving sparse linear systems, numerical integration of functions and ODEs, etc.

path/: Processing 2D curves like polynomial and trigonometric splines, as well as studying the boundary of 2D projection of 3D surfaces.

UI/: Includes GUI templates with software rasterization, as well as projects for high school art courses.

libraries/: Contains header-only third-party libraries.

Outside this repository

I have a number of larger projects that appear more useful than scripts of experimental nature in this repository. Many of them use scripts and/or techniques from this repository. Some of them are listed below:

Spirulae: A web-based GPU-accelerated math function grapher focusing on real-time performance and exceptional high quality. It is capable of rendering 3D implicit and parametric surfaces, generating 2D and 3D complex function plots, path tracing denoising, and exporting math functions to download-able 3D models. The tool supports equations with custom variables and functions, complex numbers, special functions, custom colors, automatic differentation, comments, etc.

Img23d: A web-based tool that turns 2D images into 3D models by solving Poisson's equation. The produced 3D models have round appearance rather than being a simple extrusion. Supports removing image background within the application.

SVG to Desmos: Script that turns SVG images into Desmos graphs, with FFT data compression.

For a more comprehensive list of my projects, check this README. To see more detailed explaination of these projects with visuals, check List of My Projects.

graphics's People

Contributors

harry7557558 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.