Coder Social home page Coder Social logo

my_graphics_projects's Introduction

My_Graphics_Projects

Some simple graphics projects for visualization and game development using SDL, SFML, OpenGL, VTK, Cairo, et al. The projects have been built for x64 using Microsoft Visual Studio Community 2017.

Projects and directions:

Particle_Fire_Explosion - A simple particle explosion visualization using the SDL library. (John Purcell's "C++ Tutorial For Complete Beginners").

  1. Download and unzip SDL2-devel-2.0.7-VC.zip from https://www.libsdl.org/download-2.0.php to your libraries folder.
  2. Open the project solution and set it to Release and x64.
  3. Include the SDL include folder in the solution's Properties -> C/C++ -> General -> Additional Include Directories.
  4. Link the SDL lib folder in the solution's Properties -> Linker -> General -> Additional Library Directories.
  5. Add SDL2.lib and SDL2main.lib to the solution's Properties - Linker -> Input -> Additional Dependencies.
  6. After building the project remember to copy the x64 SDL2.dll from the SDL lib folder to your x64 -> Release folder.

Fractal_Creator - A simple project that renders Mandelbrot fractal images to a bitmap. (John Purcell's "Learn Advanced C++ Programming").

  1. Open the project solution and set it to Release and x64.
  2. Experiment with colour ranges and zooms in Main.cpp.
  3. Experiment with MAX_ITERATIONS in Mandelbrot.h.

Note: A MAX_ITERATIONS of 100000 gets rid of the pixelation almost completely, but takes a very long time to compile and run.

my_graphics_projects's People

Contributors

d-j-roberts avatar

Watchers

James Cloos 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.