Skip to content
View micma909's full-sized avatar

Block or report micma909

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. OpenSpace/OpenSpace OpenSpace/OpenSpace Public

    This is the official GitHub repository for OpenSpace: an open source astrovisualization project. For instructions on how to build and run OpenSpace, see the Getting Started Guides on the wiki page …

    C++ 1.2k 193

  2. 2D-NavierStokesSmoke 2D-NavierStokesSmoke Public

    2D fluid simulation based on Navier-Stokes equations as part of a system-modelling course at Linköping Technical University.

    C++ 2

  3. CLFFT-TessendorfOcean CLFFT-TessendorfOcean Public

    Real time Ocean Simulation based on Jerry Tessendorf’s paper ‘Simulating Ocean Waves’. The algorithm is based on a statistical model, in which wave height is a random variable of horizontal positio…

    C++ 4 3

  4. MemoryManager MemoryManager Public

    An excercise in memory managment, based in IBM blogpost.

    C++

  5. MonteCarloRaytraycer MonteCarloRaytraycer Public

    The famous rendering equation was first introduced in 1986 by James Kajiya and later refined to bidirectional path tracing by Lafortune. Its numerical solution is approximated by the path tracing a…

    C++ 6 1

  6. TGA-ImageResize TGA-ImageResize Public

    An excercise I did in reading and resizing .tga images without using any pre-existing frameworks or libraries. The main class 'TargaHandler.cpp' uses a MemoryManager to pre-allocate memory for mul…

    C++