GithubHelp home page GithubHelp logo

chortle's Introduction

Chortle: Real-time 3D fractal visualizer

Author: Zachary Shore

Project: Digital Production Arts Thesis project

Description

Chortle is a real-time visualizer for exploring 3D fractals. It uses GLSL to render 3D fractals like the Mandelbox or Pseudo-Kleinian Menger with sphere-tracing to get real-time performance. Scenes can also be exported from Chortle as a Python snippet that can be used in Cackle. Information on Cackle can be found here: Cackle

Building

  • make -- make all required libraries
  • make genswig -- makes the Python bindings; requires libraries to be built

Running Chortle

./python/Chortle.py will run the Chortle interface. The path to swig/_chortle.co must be in the PYTHONPATH envvar and the path to lib/libCackle.a must in the LD_LIBRARY_PATH envvar for Chortle to launch.

Directories

  • glsl/
    Contains GLSL shaders used for rendering
  • include/
    Contains class header files
  • lib/
    Contains static library files: libCackle.a
  • src/
    Contains some source files
  • obj/
    Intermediate object file storage
  • python/
    Render and utility scripts
  • swig/
    Swig interface and Swig-generated Python bindings

Created: 2017-04-01
Edited: 2018-04-27

chortle's People

Contributors

zaiyugi avatar

Stargazers

 avatar

Watchers

 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.