-
Notifications
You must be signed in to change notification settings - Fork 113
tutorials
Jan Boon edited this page Mar 13, 2026
·
6 revisions
title: Tutorials description: published: true date: 2026-03-14T00:00:00.000Z tags: editor: markdown dateCreated: 2023-03-26T20:25:07.540Z
- Compile NeL using Visual Studio on Windows
- Compile NeL using GCC on Linux
- Set up a new personal project
- Write a main game loop
- Create a Hello World sample application
- Draw 3D primitives and control the camera
- Textures and alpha blending
- Loading and rendering 3D shapes
- Scene lighting
- Playing animations
- Particle systems
TODO: Config files and search paths, Georges data sheets, serialization, console commands. {.is-danger}
TODO: Client/server chat, creating a service, networked game prototype. {.is-danger}
TODO: Playing sounds, music and ambient sound. {.is-danger}
TODO: PACS basics, landscape collision. {.is-danger}
TODO: Landscape rendering, clusters and portals, Ligo bricks. {.is-danger}