Description • Installation • Usage • Development • License • Contributing • Roadmap • Contact • Special Thanks
Note: This library is currently in development and is not yet ready for production use. Please check back later for updates.
Since the library is still under development, it is not yet available for installation. Once the library is stable, you will be able to install it via npm:
npm install @svevylonjs/svevylon
Detailed usage instructions will be provided once the library is ready for release. For now, here is a basic example of what you can expect:
<script> import { Scene, Engine } from '@svevylonjs/svevylon'; </script>
<Engine> <Scene> <!-- Your 3D content goes here --> </Scene> </Engine>
If you are interested in contributing to the development of Svevylon, you can clone the repository and get started with the following commands:
git clone https://github.com/SvevylonJS/Svevylon.git
cd Svevylon
npm install
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Contributions are welcome! Please read the CONTRIBUTING guidelines for more information.
For any questions or suggestions, please open an issue on GitHub or contact the project maintainers.
This project would not be possible without the amazing work of the following projects:
Thank you for your interest in Svevylon! Stay tuned for updates.