Skip to content

Commit

Permalink
A provisional logo and a couple screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaum committed Feb 10, 2024
1 parent 6e7ab2a commit 8443181
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
```
Multiuser,
Online,
Objects & [future logo here]
Relations
```
<div style="display: flex; justify-content: flex-start;">
<div style="width: 200px; background-color: #f0f0f0; padding: 10px; margin: 10px; border-radius: 10px;">
<p style="font-size: 1.5em; margin: 0; padding: 0; font-family: 'Fantasque Sans Mono'">
<b>M</b>ultiuser<br/>
&nbsp;<b>O</b>nline<br/>
&nbsp;&nbsp;<b>O</b>bjects &<br/>
&nbsp;&nbsp;&nbsp;<b>R</b>elations
</p>
</div>
<img src="doc/logo.jpg" width="200px" />
</div>


## What is this?

"_Moor_" is:
"**_Moor_**" is:

* A system for building shared, programmable, Internet-accessible virtual _social spaces_
* A programming and authoring _tool_ for shared environments.
Expand Down Expand Up @@ -49,6 +55,7 @@ and a platform for collaborative fiction -- all in one.

It is a place where people can meet, talk, and build things together. And it's kind of awesome.

![LambdaMOO screenshot](./doc/lambda-session.png)
(for a longer description, see [doc/lambda-background.md](./doc/lambda-background.md))

### Back to the Future
Expand Down Expand Up @@ -159,6 +166,8 @@ LambdaMOO databases. With some caveats:
For a list of the status of the implementation of standard LambdaMOO builtin functions, see
[builtin_functions_status.md](./doc/builtin_functions_status.md).

![Moore screenshot](./doc/moor-session.png)

### What's next?

There's a lot of work to do. We're looking for contributors, testers, and users. We're also looking for feedback, ideas, and use cases.
Expand Down Expand Up @@ -186,6 +195,7 @@ The roadmap for **future** *features* after the initial 1.0 release include:
still retaining the narrative and creative aspects of a MOO. It will additionally provide modern authoring
tools like a syntax highlighting, auto-indenting editor, a Smalltalk-style object browser, and a debugger.
Some work on this has already been done.
![Example browser screenshot](./doc/browser-screenshot.png)
* Support for alternative languages and runtimes for verbs. The initial plan is to support JavaScript as a verb
authoring language in addition to MOO. Verbs written in other languages will have access to the same object
environment as MOO verbs, and will be able to call MOO verbs and be called by MOO verbs. Lua, and WebAssembly
Expand Down
Binary file added doc/browser-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/lambda-session.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/moor-session.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8443181

Please sign in to comment.