Main Page

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(moved public grid info to OpenSim:Grids)
m (punctuation and linkification)
Line 1: Line 1:
 
[[Image:opensim_avatar.png|right]]
 
[[Image:opensim_avatar.png|right]]
  
OpenSim is a BSD Licensed Open Source project to develop a functioning virtual worlds server platform capable of supporting multiple clients and servers in a heterogeneous grid structure.  OpenSim is written in C#, and can run under [http://www.mono-project.com/Main_Page Mono] or the Microsoft .NET runtimes.
+
OpenSim is a BSD Licensed Open Source project to develop a functioning virtual worlds server platform capable of supporting multiple clients and servers in a heterogeneous grid structure.  OpenSim is written in [[C#]], and can run under [http://www.mono-project.com/Main_Page Mono] or the Microsoft .NET runtimes.
  
 
== Latest News ==
 
== Latest News ==
Line 7: Line 7:
 
=== OpenSim 0.4 Released! ===
 
=== OpenSim 0.4 Released! ===
  
The OpenSim team is happy to announce the first alpha release of OpenSim, version 0.4.  This release focuses on stand alone mode (with one or more regions).  Some stuff works, a lot doesn't.  If it breaks, you get to keep '''both''' pieces.
+
The OpenSim team is happy to announce the first alpha release of OpenSim, version 0.4.  This release focuses on stand-alone mode (with one or more regions).  Some stuff works, a lot doesn't.  If it breaks, you get to keep '''both''' pieces.
  
 
Stuff that works:
 
Stuff that works:
 
* standalone mode with one or more regions
 
* standalone mode with one or more regions
 
* basic physics (no object collisions)
 
* basic physics (no object collisions)
* persistence of users, prims, assets, and inventory via sqlite
+
* persistence of users, prims, assets, and inventory via [[sqlite]]
* basic building, custom texture uploads
+
* basic building, custom-texture uploads
 
* avatar editing
 
* avatar editing
  
More advanced physics, in world scripting, grid mode, and support for other database backends are not supported in this release, though they may work from time to time before crashing with an earth shattering kaboom!  All of these are under active development, and are being worked on for the 0.5 release.
+
More advanced physics, in-world scripting, grid mode, and support for other database backends are not supported in this release, though they may work from time-to-time before crashing with an earth-shattering kaboom!  All of these are under active development, and are being worked on for the 0.5 release.
  
 
Source distributions in both .tar.gz and .zip can be found at the [http://dist.opensimulator.org/ OpenSim Downloads site].
 
Source distributions in both .tar.gz and .zip can be found at the [http://dist.opensimulator.org/ OpenSim Downloads site].
Line 22: Line 22:
 
== Getting Started with OpenSim ==
 
== Getting Started with OpenSim ==
  
* [[OpenSim: Install]] - How to install the simulator software
+
* [[OpenSim: Install]] — How to install the simulator software.
* [[OpenSim: Configuration]] - How to configure the simulator for various modes
+
* [[OpenSim: Configuration]] — How to configure the simulator for various modes.
* [[OpenSim: Network settings]] - How to setup the network for the simulator
+
* [[OpenSim: Network settings]] — How to setup the network for the simulator.
* [[OpenSim: Maintenance]] - How to upgrade and backup your installation
+
* [[OpenSim: Maintenance]] — How to upgrade and backup your installation.
* [[OpenSim: Running]] - How to run standalone, local grid & public grid modes, and server side commands
+
* [[OpenSim: Running]] — How to run standalone, local grid & public grid modes, and server side commands.
* [[OpenSim: Connecting]] - How to connect to an OpenSim server
+
* [[OpenSim: Connecting]] — How to connect to an OpenSim server.
* [[FAQ]] - Frequently asked questions
+
* [[FAQ]] — Frequently asked questions.
  
 
== OpenSim Development ==
 
== OpenSim Development ==
Line 38: Line 38:
  
 
'''Handy Documentation'''
 
'''Handy Documentation'''
* [[OpenSim: Testing]] - What is tested
+
* [[OpenSim: Testing]] — What is tested.
* [[OpenSim: TechRef]] - A technical description of the simulator operation
+
* [[OpenSim: TechRef]] — A technical description of the simulator operation.
* [[OpenSim: Grids]] - Known Public grids currently available
+
* [[OpenSim: Grids]] — Known Public grids currently available.
 
* [[Opensim: 0.4 Release Target Discussion]]
 
* [[Opensim: 0.4 Release Target Discussion]]
 
* [[Opensim: 0.5 Release Target Discussion]]
 
* [[Opensim: 0.5 Release Target Discussion]]
 
* [[OpenSim: Class Diagrams]]
 
* [[OpenSim: Class Diagrams]]
* [[OpenSim: Scripting]] - How to use scripts and what limitations apply
+
* [[OpenSim: Scripting]] — How to use scripts and what limitations apply.
* [[PhysicsEngines]]  - Options for physics engines in OpenSim
+
* [[PhysicsEngines]]  — Options for physics engines in OpenSim.
* [[MonoSqlite]] - How the database model currently works
+
* [[MonoSqlite]] — How the database model currently works.
* [[Monodevelop]] - How to use the monodevelop IDE for editing C# solutions
+
* [[Monodevelop]] — How to use the [[monodevelop]] IDE for editing C# solutions.
* [[llFunction implementation status]] - What LSL commands has been implemented
+
* [[llFunction implementation status]] — What LSL commands has been implemented.
* [[OpenSim.Region.ScriptEngine]] - How the ScriptEngine looks internally
+
* [[OpenSim.Region.ScriptEngine]] — How the ScriptEngine looks internally.
* [[RegionModules]] - The various modules that are used in the RegionServer and how to write new ones
+
* [[RegionModules]] — The various modules that are used in the RegionServer and how to write new ones.
* [[OpenSim: Screenshots]] - Various OpenSim screenshots
+
* [[OpenSim: Screenshots]] — Various OpenSim screenshots.
* [[OpenSim: Threading strategy]] - How threading is implemented and handled
+
* [[OpenSim: Threading strategy]] — How threading is implemented and handled.
  
 
== Participating in the OpenSim Community ==
 
== Participating in the OpenSim Community ==
Line 58: Line 58:
 
OpenSim is an [http://en.wikipedia.org/wiki/Open_source open source] project. This means that it is developed by anyone who wants to participate. This could be you!  We welcome testers and developers alike.  Please see the [[Contributions Policy]] for more details.
 
OpenSim is an [http://en.wikipedia.org/wiki/Open_source open source] project. This means that it is developed by anyone who wants to participate. This could be you!  We welcome testers and developers alike.  Please see the [[Contributions Policy]] for more details.
  
If you ''need help'' or ''want to help'' the best way to get in touch is IRC (chat network). There is a lot of activity there every day.
+
If you ''need help'' or ''want to help'' the best way to get in touch is [[IRC]] (chat network). There is a lot of activity there every day.
  
 
=== Getting online ===
 
=== Getting online ===

Revision as of 09:06, 16 October 2007

Opensim avatar.png

OpenSim is a BSD Licensed Open Source project to develop a functioning virtual worlds server platform capable of supporting multiple clients and servers in a heterogeneous grid structure. OpenSim is written in C#, and can run under Mono or the Microsoft .NET runtimes.

Contents

Latest News

OpenSim 0.4 Released!

The OpenSim team is happy to announce the first alpha release of OpenSim, version 0.4. This release focuses on stand-alone mode (with one or more regions). Some stuff works, a lot doesn't. If it breaks, you get to keep both pieces.

Stuff that works:

  • standalone mode with one or more regions
  • basic physics (no object collisions)
  • persistence of users, prims, assets, and inventory via sqlite
  • basic building, custom-texture uploads
  • avatar editing

More advanced physics, in-world scripting, grid mode, and support for other database backends are not supported in this release, though they may work from time-to-time before crashing with an earth-shattering kaboom! All of these are under active development, and are being worked on for the 0.5 release.

Source distributions in both .tar.gz and .zip can be found at the OpenSim Downloads site.

Getting Started with OpenSim

OpenSim Development

The OpenSim Team is currently working towards the 0.5 release of OpenSim. See the Roadmap for details.

Recent Changes

Failed to load RSS feed (not array) from http://cia.vc/stats/project/opensim/.rss

Handy Documentation

Participating in the OpenSim Community

OpenSim is an open source project. This means that it is developed by anyone who wants to participate. This could be you! We welcome testers and developers alike. Please see the Contributions Policy for more details.

If you need help or want to help the best way to get in touch is IRC (chat network). There is a lot of activity there every day.

Getting online

There are at least two public grids and several standalone arrays running 24/7. For the casual user as well as those who want to run their own public regions, there is a list of available sims at OpenSim: Grids.

Also, the OpenSim developers occasionally meet in-world to discuss various issues. See Office Hours for details.

IRC

  • IRC on EFNet, channel #OpenSim. Download an IRC client like X-Chat (or here for Windows) and go to EFNet (server irc.efnet.net), channel #OpenSim. If you already have an IRC client installed you can just follow this link.

Mailing lists

Source Code

Anonymous Checkout

svn co http://opensimulator.org/svn/opensim/trunk

Developer Checkout

svn co svn+ssh://USERNAME@opensimulator.org/var/svn/opensim/trunk

Bugs

Personal tools
General
About This Wiki