GithubHelp home page GithubHelp logo

causeless / urho-osp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from theopenspaceprogramarchive/urho-osp

0.0 0.0 0.0 29.89 MB

CMake 0.37% GLSL 35.55% HLSL 40.96% HTML 6.95% AngelScript 1.95% C++ 14.19% C 0.02%

urho-osp's Introduction

Urho3D Open Space Program

An experiment by Capital-Asterisk, to see if (another) Open Space Program can be made with Urho3D. This repository is at the point where 10N thrust rockets can be built out of different sized cubes, and brought to life with the physics engine. The code has some hidden things on the insides, such as a way of organizing usable parts and performance curves.

Watch this

Building from source:

Linux:

Requires packages used by Urho3D: https://github.com/urho3d/Urho3D/wiki/Getting-started-in-Linux

1. Let's create and enter a new directory for OSP:

mkdir ~/OSP && cd ~/OSP

2. Clone urho-osp and the Urho3D game engine

git clone https://github.com/TheOpenSpaceProgram/urho-osp
git clone https://github.com/urho3d/Urho3D

3. Build and install Urho3D

cd Urho3D
cmake .
sudo make install

4. Copy CMake folder to the urho-osp cloned repository:

cp -r CMake ../urho-osp/CMake

5. Set the URHO3D_HOME environment variable in .bashrc:

echo 'export URHO3D_HOME="~/OSP/Urho3D"' >> ~/.bashrc && source ~/.bashrc

6. Build urho-osp:

cd ../urho-osp
cmake .
make

Screenshots of things that previously happened on this repository:

Tests on subdividing spheres alt text

alt text

Cube in orbit alt text

More accurate model of our planet alt text

urho-osp's People

Contributors

arnidagur avatar capital-asterisk avatar causeless 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.