Skip to content

hymenaei/Radia

 
 

Repository files navigation

Alchemy Viewer Logo

Alchemy Viewer

License: LGPL 2.1 Latest Release Discord

Alchemy Viewer is a third-party client for Second Life, forked from the official Linden Lab viewer. We focus on a cohesive, modern experience built on thoughtful defaults — while staying on the bleeding edge of new platform features.

📥 Download

Most users install a pre-built release for Windows, macOS, or Linux. Release candidates and project viewers are announced on our Discord server.

🔨 Building from source

Alchemy uses CMake with vcpkg for dependency management. Platform setup, presets, build options, tests, packaging, and troubleshooting all live in doc/BUILD.md.

git clone --recurse-submodules https://github.com/AlchemyViewer/Alchemy.git alchemy
cd alchemy
python3 -m venv .venv && source .venv/bin/activate   # Windows: .\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
dotnet tool restore                                  # packaging only
cmake -S indra --preset <preset>                     # see BUILD.md for presets
cmake --build build-<OS>-<preset> --config Release

🤝 Contribute

File bug reports, suggest enhancements, or open a pull request — see CONTRIBUTING for guidelines.

🙏 Acknowledgements

Alchemy stands on the work of:

🔗 Resources

📜 License

Alchemy is licensed under the GNU Lesser General Public License v2.1, inherited from the upstream Linden Lab viewer.

About

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 92.0%
  • C 3.1%
  • GLSL 2.2%
  • HTML 1.2%
  • Python 0.7%
  • CMake 0.7%
  • Other 0.1%