World Builder
Make a whole world without writing code: terrain, buildings, rules and all.

Create
NEXUS is meant to be built by the people in it. It starts small: an island that's yours, parts you can place anywhere, and a scripting language that makes them come alive.
Available now
Walk through the mint portal in the plaza and you're on your own floating island. Press G to open Build Mode.
# A launch pad that flashes pink
when touched
set color #FF8FB1
launch 25
wait 0.5
set color mint
end
# A beacon that turns and flickers
when started
forever
spin 0 90 0 over 2
set glow random 1 4
wait 2
end
end
Coming later
This is where NEXUS is going. None of it is in the game yet, and we'll say so plainly until it is.
Make a whole world without writing code: terrain, buildings, rules and all.
Say what you want ("a three-story club with a rooftop pool") and get a starting point to edit by hand.
Link your world to others. Your avatar, collection and reputation go wherever you go.
Invite people to see what you've built, and let your scripts run for them too.
Deeper scripting and editing for experienced creators, on the same platform as everyone else.
A reputation built from what you make and who visits it, not from follower counts.
Technology
NEXUS runs on its own engine, written in C++ for this one job: persistent, shared worlds that anyone can build in. No commercial engine sits underneath, so nothing outside NEXUS decides what worlds can become.
Both the Mac and Windows apps run on NEXUS ENGINE today, and every change is built and tested on Windows automatically.
Download NEXUS, make an account, and step through the mint portal.