GithubHelp home page GithubHelp logo

blitz-research / blitz3d_soloud Goto Github PK

View Code? Open in Web Editor NEW
15.0 2.0 3.0 20.31 MB

Blitz3D SoLoud Edition

License: Other

BlitzBasic 8.82% HTML 18.28% BitBake 0.02% Clojure 0.02% CSS 0.02% CMake 0.18% C++ 13.87% C 58.56% Makefile 0.14% Assembly 0.09% Shell 0.01%

blitz3d_soloud's Introduction

Blitz3D open source release.

Building Blitz3D from source

You will need to install Microsoft Visual Studio, and the CMake and Git utilities. Any recent version of MSVC should be OK, I am currently using Community Edition 2022.

You will also need to install the following optional MSVC components: "Desktop development with C++", "MFC and ATL support" and "ASP.NET and web development".

Then, from a DOS prompt:

git clone https://github.com/blitz-research/blitz3d_soloud.git
cd blitz3d_soloud
cmake -S . -B cmake-build-release -A Win32 -G "Visual Studio 17 2022"
cmake --build cmake-build-release --config Release

Assuming all went well, the BLITZ3D_INSTALL directory will contain the final binaries, simply run Blitz3D.exe to get blitzing!

Too lazy to build?

Grab the prebuilt version from https://blitzresearch.itch.io/

blitz3d_soloud's People

Stargazers

Ruri avatar Chukobyte avatar arc0re avatar Simon avatar Corey Dean avatar koutsie avatar Kiril Misnikov avatar Galip Usta avatar  avatar  avatar Shane J. Shuford avatar LifeCANvs avatar 晨魔 avatar Amrf avatar ratrogue avatar

Watchers

Mark Sibly avatar Kiril Misnikov avatar

blitz3d_soloud's Issues

Death Island -- loading fails for one sample

Hi Mark,

Trying the latest Blitz3D (1.116), I noticed I was getting no thunder after a lightning flash in Hi-Toro/Death Island. Adding this after the sample loading (about a page down in the IDE) shows that thunder2 is '0', so that sample now seems to fail loading:

DebugLog wind + " " + sea + " " + rain + " " + thunder1 + " " + thunder2 + " " + run + " " + wade

Would note that if you get thunder, it may be thunder1 playing! Does load in last version of B3D.

Realise possibly just a SoLoud thing you can't do much about -- let me know and I'll try re-jigging the sample in some way.

Doesn't crash, oddly...

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.