An automatically updated mirror of the Irrlicht SVN repository on sourceforge

Related tags

GUI irrlicht
Overview
==========================================================================
The Irrlicht Engine SDK version 1.9
==========================================================================

  Welcome to the Irrlicht Engine SDK.

  Content of this file:

  1. Directory Structure Overview
  2. How To Start
  3. Requirements
  4. Release Notes
  5. License
  6. Contact


==========================================================================
1. Directory Structure Overview
==========================================================================

  You will find some directories after uncompressing the archive of the
  SDK. These are:

  \bin         The compiled library Irrlicht.DLL and some compiled demo
               and example applications, just start them to see the
               Irrlicht Engine in action. Windows only.
  \doc         Documentation of the Irrlicht Engine.
  \examples    Examples and tutorials showing how to use the engine with
               C++.
  \include     Header files to include when programming with the engine.
  \lib         Libs to link with your programs when using the engine.
  \media       Graphics and sound resources for the demo applications and
               examples.
  \source      The source code of the Irrlicht Engine. This code is
               not needed to develop applications with the engine,
               but it is included to enable recompilation and
               debugging, if necessary.
  \tools       Useful tools (with sourcecode) for the engine.



==========================================================================
2. How to start
==========================================================================

  To see the engine in action in Windows, just go to the \bin\Win32-VisualStudio
  directory, and start some applications. There should also be an
  application named Demo.exe which should show the most
  interesting features of Irrlicht.

  To start developing own applications and games with the engine take
  a look at the 01.HelloWorld example in the \examples directory.
  There is also a .html file with a tutorial which should be
  easily comprehensible.

  The Irrlicht Engine is a static lib under linux. A precompiled version can be
  generated from the sources using the Makefile in source/Irrlicht. Run 'make' in 
  that subfolder. After this you should be able to 'make' all
  example applications in /examples by calling the buildAllExamples script. You 
  can run the examples then from the bin folder.

  It is also possible to use Irrlicht as shared object
  (libIrrlicht.so.versionNumber). Use the proper makefile target for this by
  running 'make sharedlib' in the source folder. See the Makefile for details.

  For OSX you can find an XCode project file in source/Irrlicht/MacOSX. This will
  build the libIrrlicht.a library necessary to create the apps.

==========================================================================
3. Requirements
==========================================================================

  You can use one of the following compilers/IDEs to develop applications
  with Irrlicht or recompile the engine. However, other compilers/IDEs may
  work as well, we simply didn't test them.

  * gcc 4.x
  * Visual Studio 2010(10.0)-2013(12.0)
  * Code::Blocks (& gcc or visual studio toolkit)
  
  If you ever want to (re)compile the engine yourself (which means you don't
  want to use the precompiled version) you need the following:

  * Windows:
	* Needed: PlatformSDK (which usually comes with all IDEs, download
			it separately for MSVC Express 2005)
	* Optional: DirectX SDK, for D3D9 support
	* Optional: DirectX SDK prior to May 2006, for D3D8 support

  * Linux:
	* Needed: XServer with include files
	* Optional: OpenGL headers and libraries (libGL.so) for OpenGL support
		GLX +
		XF86VidMode [package x11proto-xf86vidmode-dev] or XRandr
		(X11 support libraries, the latter two for fullscreen mode)

  * OSX:
	* Needed: XCode and Cocoa framework
	* Needed: OpenGL headers and libraries

==========================================================================
4. Release Notes
==========================================================================

  Informations about changes in this new version of the engine can be
  found in changes.txt.

  Please note that the textures, 3D models and levels are copyright
  by their authors and not covered by the Irrlicht engine license.

==========================================================================
5. License
==========================================================================

  The license of the Irrlicht Engine is based on the zlib/libpng license.
  Even though this license does not require you to mention that you are
  using the Irrlicht Engine in your product, an acknowledgement
  would be highly appreciated.

  Please note that the Irrlicht Engine is based in part on the work of
  the Independent JPEG Group, the zlib, and libpng. This means that if you use
  the Irrlicht Engine in your product, you must acknowledge somewhere
  in your documentation that you've used the IJG code and libpng. It would
  also be nice to mention that you use the Irrlicht Engine and the zlib.
  See the README files in the jpeglib and the zlib for
  further informations.


  The Irrlicht Engine License
  ===========================

  Copyright (C) 2002-2012 Nikolaus Gebhardt

  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgement in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be clearly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.


==========================================================================
6. Contact
==========================================================================

  If you have problems, questions or suggestions, please visit the
  official homepage of the Irrlicht Engine:

  http://irrlicht.sourceforge.net

  You will find forums, bugtrackers, patches, tutorials, and other stuff
  which will help you out.

  If want to contact the team of the engine, please send an email to
  Nikolaus Gebhardt:

  [email protected]

  Please also not that parts of the engine have been written or contributed
  by other people. Especially: (There are probably more people, sorry if I forgot one.
  See http://irrlicht.sourceforge.net/author.html for more informations)

  Christian Stehno (hybrid)   Contribution Coordinator/Developer
  Michael Zeilfelder (cutealien) Developer
  Patryk Nadrowski (Nadro)    Developer  
  Yoran Bosman (Yoran)        Webserver administrator
  Gareth Davidson (bitplane)  Developer/ Forum admin
  Thomas Alten (burningwater) Wrote the burningsvideo software rasterizer
  Luke P. Hoschke (luke)      Wrote the b3d loader, the new animation system, VBOs and other things
  Colin MacDonald (rogerborg) All hands person
  Ahmed Hilali (blindside)    The shader and advanced effects man
  Dean Wadsworth (varmint)    OSX port maintainer and game developer
  Alvaro F. Celis (afecelis)  Lots of work in the community, for example video tutorials about Irrlicht, forum admin
  John Goewert (Saigumi)      Wrote some tutorials for the Irrlicht Engine and doing admin stuff
  Jam                         Takes care of moderating the forums and keeps them clean from those evil spammers.

  Many others (this list hasn't been updated in a while, but they are often mentioned in changes.txt)
  Etienne Petitjean wrote the MacPort of the engine
  Mark Jeacocke	Wrote lots of helpful comments and ideas in the forums and per email.
  Julio Gorgé	Created the 'Unofficial DirectX 9.0 Driver for the Irrlicht Engine'
  Andy Spurgeon	Wrote the Dev-Cpp tutorial.
  André Simon	Wrote the Codewarrior tutorial.
  KnightToFlight	Created the unoffical terrain renderer addon for the Irrlicht Engine.
  Jon Pry	Wrote the code to load compressed TGA files.
  Matthew Couch	Wrote the tokamak integration tutorial.
  Max Winkel	Wrote the splitscreen tutorial.
  Gorgon Zola	Wrote the ODE integration tutorial.
  Dean P. Macri	Sent in code for curved surfaces and PCX Loading.
  Sirshane	Made several bug fixes, sent in code for making the mouse cursor invisible in Linux.
  Matthias Gall	Sent in code for a spline scene node animator and reported lots of bugs.
  Mario Gruber	Suggested triangle fan drawing and sent in code for this.
  Ariaci	Spotted out a bug in the ATI driver.
  Dr Andros C Bragianos	Improved texture mapping in cube scene node.
  Philipp Dortmann	Sent in code for stencil buffer support for OpenGL.
  Jerome Nichols	Created the Irrlicht/Ruby interface located at irr.rubyforge.org
  Vash TheStampede	Sent code for missing Draw2DLine() implementations
  MattyBoy	XBOX support suggestions
  Oliver Klems	createImageFromData() method suggestion/implementation
  Jox	really, really a lot of bug fixes, and the LMTS file loader
  Zola	Quaternion method additions
  Tomasz Nowakowski	various bug fixes
  Nicholas Bray	stencil shadow bug fixes with OpenGL
  REAPER	mouswheel events for scrollbar
  Calimero	various bug fixes like vector2d operators
  Haddock	bugfix in the linked list
  G.o.D	XML parser fix
  Erik Zilli	Translated some of the tutorials from my stuttering english into real english. :)
  Martin Piskernig	Linux bugfixing and testing
  Soconne	Wrote the original terrain renderer were Irrlichts terrain renderer of Irrlicht is based on it.
  Spintz	GeoMipMap scene node, terrain renderer of Irrlicht is based on it.
  Murphy McCauley	OCT file loader, MIM tools
  Saurav Mohapatra	IrrCSM, and lots of addons, suggestions and bug reports
  Zhuck Dimitry	My3D Tools
  Terry Welsh	Allowed me to use the textures of his 'Parallax Mapping with Offset Limiting' paper for the parallax demo of Irrlicht
  rt	Wrote the original .png loader for Irrlicht
  Salvatore Russo	Wrote the original .dmf loader for Irrlicht
  Vox	Various bug reports and fixes
  atomice	Contributed code for a ms3d loader enhancement
  William Finlayson	OpenGL RTT, GLSL support and the reflection 2 layer material for OpenGL.
  Delight	Various code contributions for Irrlicht.NET (particle system, basic shader support and more)
  Michael Zoech	Improved GLSL support
  Jean-loup Gailly, Mark Adler	Created the zlib and libpng
  Guy Eric Schalnat, Andreas Dilger, Glenn Randers-Pehrson and others	Created libpng
  The Independent JPEG Group	Created JPEG lib
  Dr Brian Gladman AES Created aesGladman
  
You might also like...
Cpp-btree - Git mirror of the official (mercurial) repository of cpp-btree

This library is a C++ template library and, as such, there is no library to build and install. Copy the .h files and use them! See http://code.googl

THIS REPOSITORY HAS MOVED TO github.com/nvidia/cub, WHICH IS AUTOMATICALLY MIRRORED HERE.
THIS REPOSITORY HAS MOVED TO github.com/nvidia/cub, WHICH IS AUTOMATICALLY MIRRORED HERE.

About CUB CUB provides state-of-the-art, reusable software components for every layer of the CUDA programming model: Device-wide primitives Sort, pref

Updated version of Silicos-it's shape-based alignment tool

shape-it Description Code for shape-it with openbabel3 and rdkit INSTALL Following example is the basic way to install the tool: git clone https://git

This repo contains Direct3D 9, Direct3D 10, a few Direct3D 11, and DirectSound C++ samples from the legacy DirectX SDK updated to build using the Windows 10 SDK and the Microsoft.DXSDK.D3DX NuGet package

DirectX SDK Legacy Samples This repo contains Direct3D 9, Direct3D 10, a few Direct3D 11, and DirectSound samples that originally shipped in the legac

An updated, 1.2.1 version of Equalizer APO running with internal double precision processing (64 bit)

EqualizerAPO - 64bit port This repo contains an updated, 1.2.1 64-bit port of EqualizerAPO - system wide equalizer for Windows. The port here is inspi

A Updated fortnite rage cheat source!
A Updated fortnite rage cheat source!

FORTNITE RAGE CHEAT LATEST UPDATE 08-16-2021 🗓 Info 📝 This original source was made by @Android1337 edited and updated to the latest fortnite patch

A Updated fortnite rage cheat source!
A Updated fortnite rage cheat source!

FORTNITE RAGE CHEAT LATEST UPDATE 08-19-2021 🗓 Alredy Updated for 17.40 I will update this source every update! Info 📝 This original source was made

LKM Rootkit Kernel 2016 (Updated)

SIG SIG is a Linux kernel rootkit that comes as a single LKM (Loadable Kernel Module) and it is totally restricted to kernel 2.6.32. The rootkit is de

A Fortnite Cheat updated for Season 8.

Fortnite-Cheat A Fortnite Cheat Source I found and tested. Works well and is pretty undetected. Compiled it you can download it under release or just

Updated bone id's for ur shit fortnite cheat

fortnite-cheat-bones Updated bone id's for ur shit fortnite cheat credits to mcivan for the idea its pretty simple what I did, I just made it draw the

This is Pangea Software’s Otto Matic updated to run on modern desktop platforms.🤖
This is Pangea Software’s Otto Matic updated to run on modern desktop platforms.🤖

Otto Matic This is Pangea Software’s Otto Matic updated to run on modern desktop platforms. Get builds for macOS, Windows and Linux here: https://gith

Updated Vindriktning with Wifi Connectivity, Motion sensor, Temperature and Humidity
Updated Vindriktning with Wifi Connectivity, Motion sensor, Temperature and Humidity

Vindriktning-plus Updated Vindriktning with Wifi Connectivity, Motion sensor, Temperature and Humidity Inspired & parts of the code are used from: htt

fortnite cheat external that uses efi drivers and is updated

fortnite-external-efi-drivers fortnite cheat external that uses efi drivers and is updated ALL CREDITS TO CHASE: https://github.com/Chase1803 i just u

A Updated fortnite rage cheat source!
A Updated fortnite rage cheat source!

FORTNITE RAGE CHEAT LATEST UPDATE 08-29-2021 🗓 Alredy Updated for 17.40 (17269705) I will update this source every update! Info 📝 This original sour

Fork of sqlite4java with updated SQLite and very basic compiler hardening enabled.

Download latest version: sqlite4java-392 with SQLite 3.8.7, Windows/Linux/Mac OS X/Android binaries OSGi bundle 1.0.392 with sqlite4java-392 Files for

An updated fork of sqlite_protobuf, a SQLite extension for extracting values from serialized Protobuf messages.

This fork of sqlite_protobuf fixes some issues (e.g., #15) and removes the test suite that we do not use. It also comes with proto_table, a C library

EdiZon Overlay originally by WerWolv. Updated for libnx 4.2.0

EdiZon-Overlay Written by WerWolv Edited by proferabg Changelog v1.0.1 Updated to libnx 4.2.0 v1.0.2 Submenu Feature Added How To Use Submenus In yo

Updated version of Martin Mareš' Minsk-2 emulator

Minsk-2 emulator by Martin Mareš Description This is a version modified by Rutger van Bergen. Main differences from the original, 1.0 version are: It

Driver leap - Self-sustainable fork of SteamVR driver for Leap Motion controller with updated vendor libraries
Driver leap - Self-sustainable fork of SteamVR driver for Leap Motion controller with updated vendor libraries

Driver Leap Self-sustainable fork of SteamVR driver for Leap Motion controller with updated vendor libraries Installation (for users) Install Ultralea

ZIAPI repository which contains the interfaces and concrete implementations that make up our Epitech Zia project API proposal.

ZIAPI Welcome to the ZIAPI repository which contains the interfaces and concrete implementations that make up our Epitech Zia project API proposal. ZI

Martin Olivier 30 Oct 24, 2022
Mirror of the HPSx64 Repository on Sourceforge.net

Full Program Name: Highly-Experimental Playstation Simulator x64 Program Author: TheGangster Platforms: Windows 64-bit Contents: hps1x64 - Playstat

Bryan Kirk 5 Sep 12, 2022
✔️The smallest header-only GUI library(4 KLOC) for all platforms

Welcome to GUI-lite The smallest header-only GUI library (4 KLOC) for all platforms. 中文 Lightweight ✂️ Small: 4,000+ lines of C++ code, zero dependenc

null 6.6k Jan 8, 2023
Conan recipe for Irrlicht library

conan-irrlicht conan-mpusz package for Irrlicht library. The package generated with this conanfile can be found at conan-mpusz. conan client can be do

Mateusz Pusz 1 Oct 12, 2020
A updated linora source with special exploits, always be updated to latest update

Fortnite-Bulletp-Internal A working vehicle Bullettp internal, will be always updated to latest fn update! my old github got termed LMAO If i see you

NotSimcraftLOL 29 Jul 16, 2022
wl-mirror - a simple Wayland output mirror client

wl-mirror - a simple Wayland output mirror client wl-mirror attempts to provide a solution to sway's lack of output mirroring by mirroring an output o

Ferdinand Bachmann 118 Dec 29, 2022
RNNLIB is a recurrent neural network library for sequence learning problems. Forked from Alex Graves work http://sourceforge.net/projects/rnnl/

Origin The original RNNLIB is hosted at http://sourceforge.net/projects/rnnl while this "fork" is created to repeat results for the online handwriting

Sergey Zyrianov 879 Dec 26, 2022
:hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub

uriparser uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C89 ("ANSI C"). uriparser is cross-platform, fast, su

uriparser 260 Dec 28, 2022
Simplified distributed block storage with strong consistency, like in Ceph (repository mirror)

Vitastor Читать на русском The Idea Make Software-Defined Block Storage Great Again. Vitastor is a small, simple and fast clustered block storage (sto

Vitaliy Filippov 63 Jan 7, 2023
The official mirror of the V8 Git repository

V8 JavaScript Engine V8 is Google's open source JavaScript engine. V8 implements ECMAScript as specified in ECMA-262. V8 is written in C++ and is used

V8 20.6k Jan 2, 2023