3D obstacle avoiding game with three.js
Three.js is a general-purpose 3D library for browsers. You can use it to create 3D objects, animations, and games. Take a look at the three.js examples page in the documentation to see what kind of things you can make.
3D rendering with three.js
Three.js is a JavaScript library for rendering 3D worlds in web browsers. With three.js you can make a website using 3D elements and advanced animation, or even complex 3D games in JavaScript. To get a feeling for the kind of renders three.js is capable of, have a look at their examples page.
Classic Basic on Replit
- Simple syntax based on Classic Basic
Creative coding with Replit
If you're into creating graphics, 3D worlds, games, sounds, and other more creative things, Replit has a number of tools and environments to help you. One of the benefits of coding with Replit is that you can switch between different programming paradigms and try them out without having to set it all up yourself.
Hosting technical documentation on Replit
In this guide, you'll learn how to build a professional technical documentation site. You'll write your docs as simple Markdown files, and use MkDocs as a static site generator to create fast-loading HTML pages.
Running Rails on Replit
Running a Ruby on Rails application on Replit is usually quite easy and this guide hopes to hold your hand through the process.