-
Notifications
You must be signed in to change notification settings - Fork 94
tutorials
Ryzom Core Wiki edited this page Jul 8, 2024
·
4 revisions
title: Tutorials description: published: true date: 2023-03-26T20:25:15.586Z 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
- Play the Snowballs demo game
TODO: There are (old) tutorials already under the NeL documentation itself, link them here too. {.is-danger}
TODO: Draw a triangle, set up a scene and load and render a shape instance, scene clusters for rendering, ... {.is-danger}
TODO: Play positioned sound, music, scene clusters for sound, ... {.is-danger}
TODO: Using PACS, integrating PhysX with NeL, ... {.is-danger}