Coder Social home page Coder Social logo

hexwave's Introduction

Hexwave

An Open-Source Interactive Film Engine that lets you create Interactive Films with ease.


Website

This project is still in-progress. It may not work in its current state.


Getting Started

Linux/Unix (NOT OSX)

Note: Unix based platforms other than Mac OSX have not been tested. Hexwave may not work on those platforms.

Download the git repo (via git clone or downloading as a zip) and put it somewhere! From there, run cmake -B build in the folder and then cmake --build build -j4.

Mac OSX

Sadly, in the current state of Hexwave, OSX is not supported as Hexwave uses older versions of OpenGL that do not work on OSX.

This is subject to change.

Windows

Note: Whilst MinGW may be supported by the other libraries used, we do not directly support it and will not offer support for it. If it works for you, great! However, we will not be directly supporting that as it has far too many issues. You should either use MSVC or clang-cl.

Download VCPKG and install FFmpeg with vcpkg install ffmpeg. This may take a while.

Download the git repo, From there, open the project with Visual Studio and let it initialise. Then hit Build -> Build All.

Once Hexwave has finished building, you'll have a Hexwave.exe in out/build/x64-Debug, run that and there you go!

Dependencies

  • cmake (version 3.25 or higher)
  • ffmpeg (version 5 or higher)
  • imgui (will auto download upon cmake -B build)
  • glfw (will auto download upon cmake -B build)
  • glad (will auto download upon cmake -B build)
  • glm (will auto download upon cmake -B build)
  • OpenGL 4.1+

Linux Only:

  • libavcodec-dev
  • libavformat-dev
  • libswscale-dev
  • xorg-dev

hexwave's People

Contributors

jaskowicz1 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

neko-life

hexwave's Issues

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.