GithubHelp home page GithubHelp logo

quasarts's Introduction

QUASARTS Orbit Engine

University of Leeds

COMP5530M Group Project

Documentation

Installation

Windows

Open the project folder in Visual Studio.

In Visual Studio, open the Terminal/PowerShell view and cd to the QUASARTS/project/QUASARTS directory.

To compile:

In the Terminal/PowerShell prompt:

./premake5 vs*

where * is your Visual Studio version, e.g., ./premake5 vs2022.

Build the resulting QUASARTS solution.

To run:

Open the QUASARTS solution in Visual Studio.

Set the Editor project as the startup project and run.

Linux

Open a terminal and cd into the project/QUASARTS directory.

Be sure to add permission to execute the premake5 program:
(sudo) chmod +x ./premake5

To compile:

./premake5 gmake2
make

To run:

./bin/Debug-linux-x86_64/Editor/Editor

Version:

Tested on Linux Mint 20.1 and 20.3.

The libraries required by the Linux version of the project are:

g++
libc6-dev

libxi-dev
libxcursor-dev
libxrandr-dev
libxinerama-dev

libsndfile1-dev
libopus-dev
libopenal-dev

You can install all of these libraries with:

sudo apt install g++ libc6-dev libxi-dev libxcursor-dev libxrandr-dev libxinerama-dev libsndfile1-dev libopus-dev libopenal-dev

This library may be required:

libx11-dev

These libraries should be installed with libsndfile1-dev but they are listed here just in case:

libflac-dev
libogg-dev
libvorbis-dev

quasarts's People

Contributors

nell-mills avatar geqianhu avatar pm17s2b avatar muteages avatar mking1999 avatar alexcgoose avatar easonhu2022 avatar lgndleviathan20 avatar

Watchers

 avatar  avatar

Forkers

muteages

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.